From: Snapshot-Content-Location: https://colab.research.google.com/drive/13VTlTCKhgb3eEKkVJ5nbcYEb3dkjisVd#scrollTo=TanWgo-QFQnw Subject: Final NLP project.ipynb - Colaboratory Date: Tue, 11 May 2021 09:41:38 -0000 MIME-Version: 1.0 Content-Type: multipart/related; type="text/html"; boundary="----MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy----" ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://colab.research.google.com/drive/13VTlTCKhgb3eEKkVJ5nbcYEb3dkjisVd#scrollTo=TanWgo-QFQnw <= head>= Final NLP project.ipynb - Colaboratory= <= meta name=3D"google-site-verification" content=3D"PyLMz5j-ZvnsTpYnO92NQM_DT= d1WITrz-WBn10oH3yg"> =20 =20 =20 =20 =20 =20 = = <= /g> <= /g> = = = = <= /path> = = = <= /g> =20 =20 <= /path> =20 =20 =20 =20 =20 = =20 = = = = = = = = = = <= /path> = <= /path> = <= /path> <= /path> <= /g> = <= /path> <= /path> <= /circle>
Google Account
B.R N= ivedha
brnivedhanivi26@gmail.com
=20 =20 =20
This notebook is open with private outputs. Outputs will not be sav= ed. You can disable this in Notebook settings
Open notebook settin= gs
.
=20
=20 =20
=20 =20 =20 Final NLP project.ipynb_ Rename notebook
Rename notebook
=20 Star
Star/unstar notebook in = Google Drive
=20
File
 =
Edit
 
<= div class=3D"goog-inline-block goog-menu-button-outer-box" style=3D"user-se= lect: none;">
View
 
<= /div>
 
Runtime
 
Tools
 
<= div class=3D"goog-inline-block goog-menu-button-outer-box" style=3D"user-se= lect: none;">
Help
 
<= /div>
All changes saved
=20 Comment
Open comments pane =20 Share
Share notebook
Open settings
=20 Code
Insert code cell bel= ow
Ctrl+M B
Text
Add text cell
=20 =20 =20 =20 =20
Toggle header visibi= lity

= Double-click (or enter) to edit

=E2=86=B3 0 cells hidden

Loading DataSet

=E2=86=B3 0 cells hidden

<= div class=3D"cell-execution-container">
=
!<= /span>pip install spacy
<= div style=3D"top:19px;height:19px;" class=3D"view-line">!python -m spacy downl= oad en_core_web_sm
!pip install beautifulsoup4
!pip install preprocessor
import preprocessor as ps
!pip install contra= ctions
!pip i= nstall pycontractions
!pip install bert-for= -tf2
!pip install sentencepiece
= !pip install pdpipe 
!pip install symspe= llpy
import = sys  
!{= sys.executable} -m pip install contractions
import unicodedata
!pip install = ;plotly
!pip = install cufflinks
!pip install textblob
!<= span class=3D"mtk1">pip install pyLDAvis=3D=3D2.1.2
!p= ip install scattertext
=
Enter to Rename, Shift+Enter to Preview
=

<= div class=3D"output-iframe-sizer">
Re=
quirement already satisfied: spacy in /usr/local/lib/python3.7/dist-package=
s (2.2.4)
Requirement already satisfied: plac<1.2.0,>=3D0.9.6 in /usr/local/lib=
/python3.7/dist-packages (from spacy) (1.1.3)
Requirement already satisfied: blis<0.5.0,>=3D0.4.0 in /usr/local/lib=
/python3.7/dist-packages (from spacy) (0.4.1)
Requirement already satisfied: requests<3.0.0,>=3D2.13.0 in /usr/loca=
l/lib/python3.7/dist-packages (from spacy) (2.23.0)
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/dist-=
packages (from spacy) (56.1.0)
Requirement already satisfied: cymem<2.1.0,>=3D2.0.2 in /usr/local/li=
b/python3.7/dist-packages (from spacy) (2.0.5)
Requirement already satisfied: wasabi<1.1.0,>=3D0.4.0 in /usr/local/l=
ib/python3.7/dist-packages (from spacy) (0.8.2)
Requirement already satisfied: catalogue<1.1.0,>=3D0.0.7 in /usr/loca=
l/lib/python3.7/dist-packages (from spacy) (1.0.0)
Requirement already satisfied: numpy>=3D1.15.0 in /usr/local/lib/python3=
.7/dist-packages (from spacy) (1.19.5)
Requirement already satisfied: srsly<1.1.0,>=3D1.0.2 in /usr/local/li=
b/python3.7/dist-packages (from spacy) (1.0.5)
Requirement already satisfied: preshed<3.1.0,>=3D3.0.2 in /usr/local/=
lib/python3.7/dist-packages (from spacy) (3.0.5)
Requirement already satisfied: murmurhash<1.1.0,>=3D0.28.0 in /usr/lo=
cal/lib/python3.7/dist-packages (from spacy) (1.0.5)
Requirement already satisfied: thinc=3D=3D7.4.0 in /usr/local/lib/python3.7=
/dist-packages (from spacy) (7.4.0)
Requirement already satisfied: tqdm<5.0.0,>=3D4.38.0 in /usr/local/li=
b/python3.7/dist-packages (from spacy) (4.41.1)
Requirement already satisfied: chardet<4,>=3D3.0.2 in /usr/local/lib/=
python3.7/dist-packages (from requests<3.0.0,>=3D2.13.0->spacy) (3=
.0.4)
Requirement already satisfied: certifi>=3D2017.4.17 in /usr/local/lib/py=
thon3.7/dist-packages (from requests<3.0.0,>=3D2.13.0->spacy) (202=
0.12.5)
Requirement already satisfied: idna<3,>=3D2.5 in /usr/local/lib/pytho=
n3.7/dist-packages (from requests<3.0.0,>=3D2.13.0->spacy) (2.10)
Requirement already satisfied: urllib3!=3D1.25.0,!=3D1.25.1,<1.26,>=
=3D1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests<3.0.0=
,>=3D2.13.0->spacy) (1.24.3)
Requirement already satisfied: importlib-metadata>=3D0.20; python_versio=
n < "3.8" in /usr/local/lib/python3.7/dist-packages (from catalogue<1=
.1.0,>=3D0.0.7->spacy) (3.10.1)
Requirement already satisfied: zipp>=3D0.5 in /usr/local/lib/python3.7/d=
ist-packages (from importlib-metadata>=3D0.20; python_version < "3.8"=
->catalogue<1.1.0,>=3D0.0.7->spacy) (3.4.1)
Requirement already satisfied: typing-extensions>=3D3.6.4; python_versio=
n < "3.8" in /usr/local/lib/python3.7/dist-packages (from importlib-meta=
data>=3D0.20; python_version < "3.8"->catalogue<1.1.0,>=3D0.=
0.7->spacy) (3.7.4.3)
Requirement already satisfied: en_core_web_sm=3D=3D2.2.5 from https://github.com/explosion/spacy-models/releases=
/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz#egg=3Den_core_we=
b_sm=3D=3D2.2.5 in /usr/local/lib/python3.7/dist-packages (2.2.5)
Requirement already satisfied: spacy>=3D2.2.2 in /usr/local/lib/python3.=
7/dist-packages (from en_core_web_sm=3D=3D2.2.5) (2.2.4)
Requirement already satisfied: plac<1.2.0,>=3D0.9.6 in /usr/local/lib=
/python3.7/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=3D=3D2.=
2.5) (1.1.3)
Requirement already satisfied: srsly<1.1.0,>=3D1.0.2 in /usr/local/li=
b/python3.7/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=3D=3D2=
.2.5) (1.0.5)
Requirement already satisfied: blis<0.5.0,>=3D0.4.0 in /usr/local/lib=
/python3.7/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=3D=3D2.=
2.5) (0.4.1)
Requirement already satisfied: thinc=3D=3D7.4.0 in /usr/local/lib/python3.7=
/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=3D=3D2.2.5) (7.4.=
0)
Requirement already satisfied: tqdm<5.0.0,>=3D4.38.0 in /usr/local/li=
b/python3.7/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=3D=3D2=
.2.5) (4.41.1)
Requirement already satisfied: wasabi<1.1.0,>=3D0.4.0 in /usr/local/l=
ib/python3.7/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=3D=3D=
2.2.5) (0.8.2)
Requirement already satisfied: numpy>=3D1.15.0 in /usr/local/lib/python3=
.7/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=3D=3D2.2.5) (1.=
19.5)
Requirement already satisfied: preshed<3.1.0,>=3D3.0.2 in /usr/local/=
lib/python3.7/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=3D=
=3D2.2.5) (3.0.5)
Requirement already satisfied: requests<3.0.0,>=3D2.13.0 in /usr/loca=
l/lib/python3.7/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=3D=
=3D2.2.5) (2.23.0)
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/dist-=
packages (from spacy>=3D2.2.2->en_core_web_sm=3D=3D2.2.5) (56.1.0)
Requirement already satisfied: murmurhash<1.1.0,>=3D0.28.0 in /usr/lo=
cal/lib/python3.7/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=
=3D=3D2.2.5) (1.0.5)
Requirement already satisfied: cymem<2.1.0,>=3D2.0.2 in /usr/local/li=
b/python3.7/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=3D=3D2=
.2.5) (2.0.5)
Requirement already satisfied: catalogue<1.1.0,>=3D0.0.7 in /usr/loca=
l/lib/python3.7/dist-packages (from spacy>=3D2.2.2->en_core_web_sm=3D=
=3D2.2.5) (1.0.0)
Requirement already satisfied: chardet<4,>=3D3.0.2 in /usr/local/lib/=
python3.7/dist-packages (from requests<3.0.0,>=3D2.13.0->spacy>=
=3D2.2.2->en_core_web_sm=3D=3D2.2.5) (3.0.4)
Requirement already satisfied: idna<3,>=3D2.5 in /usr/local/lib/pytho=
n3.7/dist-packages (from requests<3.0.0,>=3D2.13.0->spacy>=3D2.=
2.2->en_core_web_sm=3D=3D2.2.5) (2.10)
Requirement already satisfied: certifi>=3D2017.4.17 in /usr/local/lib/py=
thon3.7/dist-packages (from requests<3.0.0,>=3D2.13.0->spacy>=
=3D2.2.2->en_core_web_sm=3D=3D2.2.5) (2020.12.5)
Requirement already satisfied: urllib3!=3D1.25.0,!=3D1.25.1,<1.26,>=
=3D1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests<3.0.0=
,>=3D2.13.0->spacy>=3D2.2.2->en_core_web_sm=3D=3D2.2.5) (1.24.3=
)
Requirement already satisfied: importlib-metadata>=3D0.20; python_versio=
n < "3.8" in /usr/local/lib/python3.7/dist-packages (from catalogue<1=
.1.0,>=3D0.0.7->spacy>=3D2.2.2->en_core_web_sm=3D=3D2.2.5) (3.1=
0.1)
Requirement already satisfied: zipp>=3D0.5 in /usr/local/lib/python3.7/d=
ist-packages (from importlib-metadata>=3D0.20; python_version < "3.8"=
->catalogue<1.1.0,>=3D0.0.7->spacy>=3D2.2.2->en_core_web_=
sm=3D=3D2.2.5) (3.4.1)
Requirement already satisfied: typing-extensions>=3D3.6.4; python_versio=
n < "3.8" in /usr/local/lib/python3.7/dist-packages (from importlib-meta=
data>=3D0.20; python_version < "3.8"->catalogue<1.1.0,>=3D0.=
0.7->spacy>=3D2.2.2->en_core_web_sm=3D=3D2.2.5) (3.7.4.3)
=E2=9C=94 Download and installati=
on successful
You can now load the model via spacy.load('en_core_web_sm')
Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.7/d=
ist-packages (4.6.3)
Collecting preprocessor
  Downloading https://files.pythonhosted.org/=
packages/96/ad/d9f4ffb9bb97d1cb5bcb876b7932571d4dbaa3eff1701ad45d367f0ea27b=
/preprocessor-1.1.3.tar.gz
Building wheels for collected packages: preprocessor
  Building wheel for preprocessor (setup.py) ... done
  Created wheel for preprocessor: filename=3Dpreprocessor-1.1.3-cp37-none-a=
ny.whl size=3D4477 sha256=3Ddf52ac5c827193dd5b75040b65442647fefca148c1d86f0=
554d50929b4cc7fd9
  Stored in directory: /root/.cache/pip/wheels/98/c1/a2/21fbcfd80d76576bbf1=
48991a66f00730f541f265c7600000f
Successfully built preprocessor
Installing collected packages: preprocessor
Successfully installed preprocessor-1.1.3
Collecting contractions
  Downloading https://files.py=
thonhosted.org/packages/0a/04/d5e0bb9f2cef5d15616ebf68087a725c5dbdd71bd422b=
cfb35d709f98ce7/contractions-0.0.48-py2.py3-none-any.whl
Collecting textsearch>=3D0.0.21
  Downloading https://files.pyth=
onhosted.org/packages/d3/fe/021d7d76961b5ceb9f8d022c4138461d83beff36c3938dc=
424586085e559/textsearch-0.0.21-py2.py3-none-any.whl
Collecting anyascii
  Downloading https://files.pythonhoste=
d.org/packages/a3/14/666cd44bf53f36a961544af592cb5c5c800013f9c51a4745af8d7c=
17362a/anyascii-0.2.0-py3-none-any.whl (283kB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 286k=
B 3.8MB/s=20
Collecting pyahocorasick
  Downloading https://files.pythonhosted.org=
/packages/7f/c2/eae730037ae1cbbfaa229d27030d1d5e34a1e41114b21447d1202ae9c22=
0/pyahocorasick-1.4.2.tar.gz (321kB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 327k=
B 18.5MB/s=20
Building wheels for collected packages: pyahocorasick
  Building wheel for pyahocorasick (setup.py) ... done
  Created wheel for pyahocorasick: filename=3Dpyahocorasick-1.4.2-cp37-cp37=
m-linux_x86_64.whl size=3D85393 sha256=3D9c931bc06c8ce67a3df09a4fefa3a3afd3=
433130a04db0d11d4b94564ec79b83
  Stored in directory: /root/.cache/pip/wheels/3a/03/34/77e3ece0bba8b86bfac=
88a79f923b36d805cad63caeba38842
Successfully built pyahocorasick
Installing collected packages: anyascii, pyahocorasick, textsearch, contrac=
tions
Successfully installed anyascii-0.2.0 contractions-0.0.48 pyahocorasick-1.4=
.2 textsearch-0.0.21
Collecting pycontractions
  Downloading https://files.pytho=
nhosted.org/packages/a6/f5/d3ec9491c530cbc03af32ca2c6b69b0e89660daeb2856b48=
5d90f9d82e5e/pycontractions-2.0.1-py3-none-any.whl
Requirement already satisfied: gensim>=3D2.0 in /usr/local/lib/python3.7=
/dist-packages (from pycontractions) (3.6.0)
Requirement already satisfied: pyemd>=3D0.4.4 in /usr/local/lib/python3.=
7/dist-packages (from pycontractions) (0.5.1)
Collecting language-check>=3D1.0
  Downloading https://files.pythonhosted.org/=
packages/97/45/0fd1d3683d6129f30fa09143fa383cdf6dff8bc0d1648f2cf156109cb772=
/language-check-1.1.tar.gz
Requirement already satisfied: scipy>=3D0.18.1 in /usr/local/lib/python3=
.7/dist-packages (from gensim>=3D2.0->pycontractions) (1.4.1)
Requirement already satisfied: six>=3D1.5.0 in /usr/local/lib/python3.7/=
dist-packages (from gensim>=3D2.0->pycontractions) (1.15.0)
Requirement already satisfied: smart-open>=3D1.2.1 in /usr/local/lib/pyt=
hon3.7/dist-packages (from gensim>=3D2.0->pycontractions) (5.0.0)
Requirement already satisfied: numpy>=3D1.11.3 in /usr/local/lib/python3=
.7/dist-packages (from gensim>=3D2.0->pycontractions) (1.19.5)
Building wheels for collected packages: language-check
  Building wheel for language-check (setup.py) ... error
  ERROR: Failed building wheel for =
language-check
  Running setup.py clean for language-check
Failed to build language-check
Installing collected packages: language-check, pycontractions
    Running setup.py install for language-check ... error
ERROR: Command errored out with exi=
t status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.a=
rgv[0] =3D '"'"'/tmp/pip-install-gqtpufuq/language-check/setup.py'"'"'; __f=
ile__=3D'"'"'/tmp/pip-install-gqtpufuq/language-check/setup.py'"'"';f=3Dget=
attr(tokenize, '"'"'open'"'"', open)(__file__);code=3Df.read().replace('"'"=
'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'=
"'"'))' install --record /tmp/pip-record-lbjm0yze/install-record.txt --sing=
le-version-externally-managed --compile Check the logs for full command out=
put.
Collecting bert-for-tf2
  Downloading https://files.pythonhos=
ted.org/packages/a5/a1/acb891630749c56901e770a34d6bac8a509a367dd74a05daf730=
6952e910/bert-for-tf2-0.14.9.tar.gz (41kB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 51kB=
 3.3MB/s=20
Collecting py-params>=3D0.9.6
  Downloading https://files.pythonhosted.org/pa=
ckages/aa/e0/4f663d8abf83c8084b75b995bd2ab3a9512ebc5b97206fde38cef906ab07/p=
y-params-0.10.2.tar.gz
Collecting params-flow>=3D0.8.0
  Downloading https://files.pythonhosted.org/p=
ackages/a9/95/ff49f5ebd501f142a6f0aaf42bcfd1c192dc54909d1d9eb84ab031d46056/=
params-flow-0.8.2.tar.gz
Requirement already satisfied: numpy in /usr/local/lib/python3.7/dist-packa=
ges (from params-flow>=3D0.8.0->bert-for-tf2) (1.19.5)
Requirement already satisfied: tqdm in /usr/local/lib/python3.7/dist-packag=
es (from params-flow>=3D0.8.0->bert-for-tf2) (4.41.1)
Building wheels for collected packages: bert-for-tf2, py-params, params-flo=
w
  Building wheel for bert-for-tf2 (setup.py) ... done
  Created wheel for bert-for-tf2: filename=3Dbert_for_tf2-0.14.9-cp37-none-=
any.whl size=3D30535 sha256=3D3de8efb2199818400ea052f497d30c41d3dff9eaa65a3=
84b52e044bf14cb7801
  Stored in directory: /root/.cache/pip/wheels/a1/04/ee/347bd9f5b821b637c76=
411d280271a857aece00358896a230f
  Building wheel for py-params (setup.py) ... done
  Created wheel for py-params: filename=3Dpy_params-0.10.2-cp37-none-any.wh=
l size=3D7912 sha256=3D93d94246e882214aaff9ef0fa65c6f47789e56a2642b9019da8c=
a2689a063b21
  Stored in directory: /root/.cache/pip/wheels/d0/4a/70/ff12450229ff1955abf=
01f365051d4faae1c20aef53ab4cf09
  Building wheel for params-flow (setup.py) ... done
  Created wheel for params-flow: filename=3Dparams_flow-0.8.2-cp37-none-any=
.whl size=3D19472 sha256=3De90ab1023102edf8274c342c38ba6d6f8f87a465d08cef55=
411af2e9da035d1e
  Stored in directory: /root/.cache/pip/wheels/08/c8/7f/81c86b9ff2b86e2c477=
e3914175be03e679e596067dc630c06
Successfully built bert-for-tf2 py-params params-flow
Installing collected packages: py-params, params-flow, bert-for-tf2
Successfully installed bert-for-tf2-0.14.9 params-flow-0.8.2 py-params-0.10=
.2
Collecting sentencepiece
  Downloading =
https://files.pythonhosted.org/packages/f5/99/e0808cb947ba10f575839c43e8faf=
c9cc44e4a7a2c8f79c60db48220a577/sentencepiece-0.1.95-cp37-cp37m-manylinux20=
14_x86_64.whl (1.2MB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 1.2M=
B 4.0MB/s=20
Installing collected packages: sentencepiece
Successfully installed sentencepiece-0.1.95
Collecting pdpipe
  Downloading https://files.pythonhosted=
.org/packages/37/d1/494d8d173d5c20ef745ea81c20a1edbb194c632866a996f13b946ce=
44146/pdpipe-0.0.53-py3-none-any.whl (48kB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 51kB=
 2.0MB/s=20
Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.7=
/dist-packages (from pdpipe) (2.3.0)
Requirement already satisfied: tqdm in /usr/local/lib/python3.7/dist-packag=
es (from pdpipe) (4.41.1)
Requirement already satisfied: pandas>=3D0.18.0 in /usr/local/lib/python=
3.7/dist-packages (from pdpipe) (1.1.5)
Collecting strct
  Downloading https://files.pythonhos=
ted.org/packages/0d/24/62efe536ba1bedb8591fb83ef4d5bcdaca4147a7bfefff3e77ab=
a1061d79/strct-0.0.32-py2.py3-none-any.whl
Collecting skutil>=3D0.0.15
  Downloading https://files.pythonho=
sted.org/packages/34/2b/1b5c9e7be3c24e1bd5ce35c2d27a5780989c3d90fcee10f3fee=
3074dda7f/skutil-0.0.16-py2.py3-none-any.whl
Requirement already satisfied: python-dateutil>=3D2.7.3 in /usr/local/li=
b/python3.7/dist-packages (from pandas>=3D0.18.0->pdpipe) (2.8.1)
Requirement already satisfied: pytz>=3D2017.2 in /usr/local/lib/python3.=
7/dist-packages (from pandas>=3D0.18.0->pdpipe) (2018.9)
Requirement already satisfied: numpy>=3D1.15.4 in /usr/local/lib/python3=
.7/dist-packages (from pandas>=3D0.18.0->pdpipe) (1.19.5)
Collecting decore
  Downloading https://files.pythonhosted.org/packag=
es/b4/69/9e3da3a87058d43e5b9f0f668f69da591b8b0c2763b3afbfea084582ea57/decor=
e-0.0.1.tar.gz
Requirement already satisfied: six>=3D1.5 in /usr/local/lib/python3.7/di=
st-packages (from python-dateutil>=3D2.7.3->pandas>=3D0.18.0->p=
dpipe) (1.15.0)
Building wheels for collected packages: decore
  Building wheel for decore (setup.py) ... done
  Created wheel for decore: filename=3Ddecore-0.0.1-py2.py3-none-any.whl si=
ze=3D4192 sha256=3D3c7fbc08323d6b97a18eefca53a84faa0c0bd1a66731dcf009d256af=
45b03830
  Stored in directory: /root/.cache/pip/wheels/6c/1b/9c/71fa8b5df01cc605c4b=
5cadcd81df76d520149ca5c02b4013b
Successfully built decore
Installing collected packages: strct, decore, skutil, pdpipe
Successfully installed decore-0.0.1 pdpipe-0.0.53 skutil-0.0.16 strct-0.0.3=
2
Collecting symspellpy
  Downloading https://files.pythonhos=
ted.org/packages/99/af/e71fcca6a42b6a63f518b0c1627e1f67822815cb0cf71e6af05a=
cbd75c78/symspellpy-6.7.0-py3-none-any.whl (2.6MB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 2.6M=
B 3.9MB/s=20
Requirement already satisfied: numpy>=3D1.13.1 in /usr/local/lib/python3=
.7/dist-packages (from symspellpy) (1.19.5)
Installing collected packages: symspellpy
Successfully installed symspellpy-6.7.0
Requirement already satisfied: contractions in /usr/local/lib/python3.7/dis=
t-packages (0.0.48)
Requirement already satisfied: textsearch>=3D0.0.21 in /usr/local/lib/py=
thon3.7/dist-packages (from contractions) (0.0.21)
Requirement already satisfied: anyascii in /usr/local/lib/python3.7/dist-pa=
ckages (from textsearch>=3D0.0.21->contractions) (0.2.0)
Requirement already satisfied: pyahocorasick in /usr/local/lib/python3.7/di=
st-packages (from textsearch>=3D0.0.21->contractions) (1.4.2)
Requirement already satisfied: plotly in /usr/local/lib/python3.7/dist-pack=
ages (4.4.1)
Requirement already satisfied: retrying>=3D1.3.3 in /usr/local/lib/pytho=
n3.7/dist-packages (from plotly) (1.3.3)
Requirement already satisfied: six in /usr/local/lib/python3.7/dist-package=
s (from plotly) (1.15.0)
Requirement already satisfied: cufflinks in /usr/local/lib/python3.7/dist-p=
ackages (0.17.3)
Requirement already satisfied: colorlover>=3D0.2.1 in /usr/local/lib/pyt=
hon3.7/dist-packages (from cufflinks) (0.3.0)
Requirement already satisfied: plotly>=3D4.1.1 in /usr/local/lib/python3=
.7/dist-packages (from cufflinks) (4.4.1)
Requirement already satisfied: setuptools>=3D34.4.1 in /usr/local/lib/py=
thon3.7/dist-packages (from cufflinks) (56.1.0)
Requirement already satisfied: ipython>=3D5.3.0 in /usr/local/lib/python=
3.7/dist-packages (from cufflinks) (5.5.0)
Requirement already satisfied: six>=3D1.9.0 in /usr/local/lib/python3.7/=
dist-packages (from cufflinks) (1.15.0)
Requirement already satisfied: ipywidgets>=3D7.0.0 in /usr/local/lib/pyt=
hon3.7/dist-packages (from cufflinks) (7.6.3)
Requirement already satisfied: pandas>=3D0.19.2 in /usr/local/lib/python=
3.7/dist-packages (from cufflinks) (1.1.5)
Requirement already satisfied: numpy>=3D1.9.2 in /usr/local/lib/python3.=
7/dist-packages (from cufflinks) (1.19.5)
Requirement already satisfied: retrying>=3D1.3.3 in /usr/local/lib/pytho=
n3.7/dist-packages (from plotly>=3D4.1.1->cufflinks) (1.3.3)
Requirement already satisfied: pygments in /usr/local/lib/python3.7/dist-pa=
ckages (from ipython>=3D5.3.0->cufflinks) (2.6.1)
Requirement already satisfied: traitlets>=3D4.2 in /usr/local/lib/python=
3.7/dist-packages (from ipython>=3D5.3.0->cufflinks) (5.0.5)
Requirement already satisfied: pickleshare in /usr/local/lib/python3.7/dist=
-packages (from ipython>=3D5.3.0->cufflinks) (0.7.5)
Requirement already satisfied: pexpect; sys_platform !=3D "win32" in /usr/l=
ocal/lib/python3.7/dist-packages (from ipython>=3D5.3.0->cufflinks) (=
4.8.0)
Requirement already satisfied: decorator in /usr/local/lib/python3.7/dist-p=
ackages (from ipython>=3D5.3.0->cufflinks) (4.4.2)
Requirement already satisfied: simplegeneric>0.8 in /usr/local/lib/pytho=
n3.7/dist-packages (from ipython>=3D5.3.0->cufflinks) (0.8.1)
Requirement already satisfied: prompt-toolkit<2.0.0,>=3D1.0.4 in /usr=
/local/lib/python3.7/dist-packages (from ipython>=3D5.3.0->cufflinks)=
 (1.0.18)
Requirement already satisfied: jupyterlab-widgets>=3D1.0.0; python_versi=
on >=3D "3.6" in /usr/local/lib/python3.7/dist-packages (from ipywidgets=
>=3D7.0.0->cufflinks) (1.0.0)
Requirement already satisfied: ipykernel>=3D4.5.1 in /usr/local/lib/pyth=
on3.7/dist-packages (from ipywidgets>=3D7.0.0->cufflinks) (4.10.1)
Requirement already satisfied: nbformat>=3D4.2.0 in /usr/local/lib/pytho=
n3.7/dist-packages (from ipywidgets>=3D7.0.0->cufflinks) (5.1.3)
Requirement already satisfied: widgetsnbextension~=3D3.5.0 in /usr/local/li=
b/python3.7/dist-packages (from ipywidgets>=3D7.0.0->cufflinks) (3.5.=
1)
Requirement already satisfied: python-dateutil>=3D2.7.3 in /usr/local/li=
b/python3.7/dist-packages (from pandas>=3D0.19.2->cufflinks) (2.8.1)
Requirement already satisfied: pytz>=3D2017.2 in /usr/local/lib/python3.=
7/dist-packages (from pandas>=3D0.19.2->cufflinks) (2018.9)
Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7=
/dist-packages (from traitlets>=3D4.2->ipython>=3D5.3.0->cuffli=
nks) (0.2.0)
Requirement already satisfied: ptyprocess>=3D0.5 in /usr/local/lib/pytho=
n3.7/dist-packages (from pexpect; sys_platform !=3D "win32"->ipython>=
=3D5.3.0->cufflinks) (0.7.0)
Requirement already satisfied: wcwidth in /usr/local/lib/python3.7/dist-pac=
kages (from prompt-toolkit<2.0.0,>=3D1.0.4->ipython>=3D5.3.0-&g=
t;cufflinks) (0.2.5)
Requirement already satisfied: tornado>=3D4.0 in /usr/local/lib/python3.=
7/dist-packages (from ipykernel>=3D4.5.1->ipywidgets>=3D7.0.0->=
cufflinks) (5.1.1)
Requirement already satisfied: jupyter-client in /usr/local/lib/python3.7/d=
ist-packages (from ipykernel>=3D4.5.1->ipywidgets>=3D7.0.0->cuf=
flinks) (5.3.5)
Requirement already satisfied: jupyter-core in /usr/local/lib/python3.7/dis=
t-packages (from nbformat>=3D4.2.0->ipywidgets>=3D7.0.0->cuffli=
nks) (4.7.1)
Requirement already satisfied: jsonschema!=3D2.5.0,>=3D2.4 in /usr/local=
/lib/python3.7/dist-packages (from nbformat>=3D4.2.0->ipywidgets>=
=3D7.0.0->cufflinks) (2.6.0)
Requirement already satisfied: notebook>=3D4.4.1 in /usr/local/lib/pytho=
n3.7/dist-packages (from widgetsnbextension~=3D3.5.0->ipywidgets>=3D7=
.0.0->cufflinks) (5.3.1)
Requirement already satisfied: pyzmq>=3D13 in /usr/local/lib/python3.7/d=
ist-packages (from jupyter-client->ipykernel>=3D4.5.1->ipywidgets&=
gt;=3D7.0.0->cufflinks) (22.0.3)
Requirement already satisfied: Send2Trash in /usr/local/lib/python3.7/dist-=
packages (from notebook>=3D4.4.1->widgetsnbextension~=3D3.5.0->ipy=
widgets>=3D7.0.0->cufflinks) (1.5.0)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/dist-pack=
ages (from notebook>=3D4.4.1->widgetsnbextension~=3D3.5.0->ipywidg=
ets>=3D7.0.0->cufflinks) (2.11.3)
Requirement already satisfied: nbconvert in /usr/local/lib/python3.7/dist-p=
ackages (from notebook>=3D4.4.1->widgetsnbextension~=3D3.5.0->ipyw=
idgets>=3D7.0.0->cufflinks) (5.6.1)
Requirement already satisfied: terminado>=3D0.8.1 in /usr/local/lib/pyth=
on3.7/dist-packages (from notebook>=3D4.4.1->widgetsnbextension~=3D3.=
5.0->ipywidgets>=3D7.0.0->cufflinks) (0.9.4)
Requirement already satisfied: MarkupSafe>=3D0.23 in /usr/local/lib/pyth=
on3.7/dist-packages (from jinja2->notebook>=3D4.4.1->widgetsnbexte=
nsion~=3D3.5.0->ipywidgets>=3D7.0.0->cufflinks) (1.1.1)
Requirement already satisfied: testpath in /usr/local/lib/python3.7/dist-pa=
ckages (from nbconvert->notebook>=3D4.4.1->widgetsnbextension~=3D3=
.5.0->ipywidgets>=3D7.0.0->cufflinks) (0.4.4)
Requirement already satisfied: bleach in /usr/local/lib/python3.7/dist-pack=
ages (from nbconvert->notebook>=3D4.4.1->widgetsnbextension~=3D3.5=
.0->ipywidgets>=3D7.0.0->cufflinks) (3.3.0)
Requirement already satisfied: entrypoints>=3D0.2.2 in /usr/local/lib/py=
thon3.7/dist-packages (from nbconvert->notebook>=3D4.4.1->widgetsn=
bextension~=3D3.5.0->ipywidgets>=3D7.0.0->cufflinks) (0.3)
Requirement already satisfied: defusedxml in /usr/local/lib/python3.7/dist-=
packages (from nbconvert->notebook>=3D4.4.1->widgetsnbextension~=
=3D3.5.0->ipywidgets>=3D7.0.0->cufflinks) (0.7.1)
Requirement already satisfied: mistune<2,>=3D0.8.1 in /usr/local/lib/=
python3.7/dist-packages (from nbconvert->notebook>=3D4.4.1->widget=
snbextension~=3D3.5.0->ipywidgets>=3D7.0.0->cufflinks) (0.8.4)
Requirement already satisfied: pandocfilters>=3D1.4.1 in /usr/local/lib/=
python3.7/dist-packages (from nbconvert->notebook>=3D4.4.1->widget=
snbextension~=3D3.5.0->ipywidgets>=3D7.0.0->cufflinks) (1.4.3)
Requirement already satisfied: webencodings in /usr/local/lib/python3.7/dis=
t-packages (from bleach->nbconvert->notebook>=3D4.4.1->widgetsn=
bextension~=3D3.5.0->ipywidgets>=3D7.0.0->cufflinks) (0.5.1)
Requirement already satisfied: packaging in /usr/local/lib/python3.7/dist-p=
ackages (from bleach->nbconvert->notebook>=3D4.4.1->widgetsnbex=
tension~=3D3.5.0->ipywidgets>=3D7.0.0->cufflinks) (20.9)
Requirement already satisfied: pyparsing>=3D2.0.2 in /usr/local/lib/pyth=
on3.7/dist-packages (from packaging->bleach->nbconvert->notebook&g=
t;=3D4.4.1->widgetsnbextension~=3D3.5.0->ipywidgets>=3D7.0.0->c=
ufflinks) (2.4.7)
Requirement already satisfied: textblob in /usr/local/lib/python3.7/dist-pa=
ckages (0.15.3)
Requirement already satisfied: nltk>=3D3.1 in /usr/local/lib/python3.7/d=
ist-packages (from textblob) (3.2.5)
Requirement already satisfied: six in /usr/local/lib/python3.7/dist-package=
s (from nltk>=3D3.1->textblob) (1.15.0)
Collecting pyLDAvis=3D=3D2.1.2
  Downloading https://files.pythonhosted.org/pack=
ages/a5/3a/af82e070a8a96e13217c8f362f9a73e82d61ac8fff3a2561946a97f96266/pyL=
DAvis-2.1.2.tar.gz (1.6MB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 1.6M=
B 3.9MB/s=20
Requirement already satisfied: wheel>=3D0.23.0 in /usr/local/lib/python3=
.7/dist-packages (from pyLDAvis=3D=3D2.1.2) (0.36.2)
Requirement already satisfied: numpy>=3D1.9.2 in /usr/local/lib/python3.=
7/dist-packages (from pyLDAvis=3D=3D2.1.2) (1.19.5)
Requirement already satisfied: scipy>=3D0.18.0 in /usr/local/lib/python3=
.7/dist-packages (from pyLDAvis=3D=3D2.1.2) (1.4.1)
Requirement already satisfied: pandas>=3D0.17.0 in /usr/local/lib/python=
3.7/dist-packages (from pyLDAvis=3D=3D2.1.2) (1.1.5)
Requirement already satisfied: joblib>=3D0.8.4 in /usr/local/lib/python3=
.7/dist-packages (from pyLDAvis=3D=3D2.1.2) (1.0.1)
Requirement already satisfied: jinja2>=3D2.7.2 in /usr/local/lib/python3=
.7/dist-packages (from pyLDAvis=3D=3D2.1.2) (2.11.3)
Requirement already satisfied: numexpr in /usr/local/lib/python3.7/dist-pac=
kages (from pyLDAvis=3D=3D2.1.2) (2.7.3)
Requirement already satisfied: pytest in /usr/local/lib/python3.7/dist-pack=
ages (from pyLDAvis=3D=3D2.1.2) (3.6.4)
Requirement already satisfied: future in /usr/local/lib/python3.7/dist-pack=
ages (from pyLDAvis=3D=3D2.1.2) (0.16.0)
Collecting funcy
  Downloading https://files.pythonhoste=
d.org/packages/44/52/5cf7401456a461e4b481650dfb8279bc000f31a011d0918904f86e=
755947/funcy-1.16-py2.py3-none-any.whl
Requirement already satisfied: python-dateutil>=3D2.7.3 in /usr/local/li=
b/python3.7/dist-packages (from pandas>=3D0.17.0->pyLDAvis=3D=3D2.1.2=
) (2.8.1)
Requirement already satisfied: pytz>=3D2017.2 in /usr/local/lib/python3.=
7/dist-packages (from pandas>=3D0.17.0->pyLDAvis=3D=3D2.1.2) (2018.9)
Requirement already satisfied: MarkupSafe>=3D0.23 in /usr/local/lib/pyth=
on3.7/dist-packages (from jinja2>=3D2.7.2->pyLDAvis=3D=3D2.1.2) (1.1.=
1)
Requirement already satisfied: pluggy<0.8,>=3D0.5 in /usr/local/lib/p=
ython3.7/dist-packages (from pytest->pyLDAvis=3D=3D2.1.2) (0.7.1)
Requirement already satisfied: py>=3D1.5.0 in /usr/local/lib/python3.7/d=
ist-packages (from pytest->pyLDAvis=3D=3D2.1.2) (1.10.0)
Requirement already satisfied: more-itertools>=3D4.0.0 in /usr/local/lib=
/python3.7/dist-packages (from pytest->pyLDAvis=3D=3D2.1.2) (8.7.0)
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/dist-=
packages (from pytest->pyLDAvis=3D=3D2.1.2) (56.1.0)
Requirement already satisfied: atomicwrites>=3D1.0 in /usr/local/lib/pyt=
hon3.7/dist-packages (from pytest->pyLDAvis=3D=3D2.1.2) (1.4.0)
Requirement already satisfied: attrs>=3D17.4.0 in /usr/local/lib/python3=
.7/dist-packages (from pytest->pyLDAvis=3D=3D2.1.2) (20.3.0)
Requirement already satisfied: six>=3D1.10.0 in /usr/local/lib/python3.7=
/dist-packages (from pytest->pyLDAvis=3D=3D2.1.2) (1.15.0)
Building wheels for collected packages: pyLDAvis
  Building wheel for pyLDAvis (setup.py) ... done
  Created wheel for pyLDAvis: filename=3DpyLDAvis-2.1.2-py2.py3-none-any.wh=
l size=3D97712 sha256=3Defeecab83f7cb5dd7659f17212142ac279aafdeac2720f41542=
13b5e5ee16f7d
  Stored in directory: /root/.cache/pip/wheels/98/71/24/513a99e58bb6b8465ba=
e4d2d5e9dba8f0bef8179e3051ac414
Successfully built pyLDAvis
Installing collected packages: funcy, pyLDAvis
Successfully installed funcy-1.16 pyLDAvis-2.1.2
Collecting scattertext
  Downloading https://files.pythonho=
sted.org/packages/b7/a7/a44c8051cdb98763a3a666e1801775980eea1b0cf979ffba92b=
974c6f07c/scattertext-0.1.2-py3-none-any.whl (7.3MB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 7.3M=
B 2.8MB/s=20
Requirement already satisfied: scikit-learn in /usr/local/lib/python3.7/dis=
t-packages (from scattertext) (0.22.2.post1)
Requirement already satisfied: six in /usr/local/lib/python3.7/dist-package=
s (from scattertext) (1.15.0)
Requirement already satisfied: pandas in /usr/local/lib/python3.7/dist-pack=
ages (from scattertext) (1.1.5)
Requirement already satisfied: scipy in /usr/local/lib/python3.7/dist-packa=
ges (from scattertext) (1.4.1)
Requirement already satisfied: statsmodels in /usr/local/lib/python3.7/dist=
-packages (from scattertext) (0.10.2)
Collecting flashtext
  Downloading https://files.pythonhosted.org/packa=
ges/81/d8/2cd0656eae456d615c2f1efbcae8dfca2cb871a31f34ba8925aba47d5e09/flas=
htext-2.7.tar.gz
Requirement already satisfied: numpy in /usr/local/lib/python3.7/dist-packa=
ges (from scattertext) (1.19.5)
Collecting mock
  Downloading https://files.pythonhosted.or=
g/packages/5c/03/b7e605db4a57c0f6fba744b11ef3ddf4ddebcada35022927a2b5fc623f=
df/mock-4.0.3-py3-none-any.whl
Requirement already satisfied: joblib>=3D0.11 in /usr/local/lib/python3.=
7/dist-packages (from scikit-learn->scattertext) (1.0.1)
Requirement already satisfied: python-dateutil>=3D2.7.3 in /usr/local/li=
b/python3.7/dist-packages (from pandas->scattertext) (2.8.1)
Requirement already satisfied: pytz>=3D2017.2 in /usr/local/lib/python3.=
7/dist-packages (from pandas->scattertext) (2018.9)
Requirement already satisfied: patsy>=3D0.4.0 in /usr/local/lib/python3.=
7/dist-packages (from statsmodels->scattertext) (0.5.1)
Building wheels for collected packages: flashtext
  Building wheel for flashtext (setup.py) ... done
  Created wheel for flashtext: filename=3Dflashtext-2.7-py2.py3-none-any.wh=
l size=3D9299 sha256=3D868e94f2908b51d6d280e9eb9574235f879e890dc9518f7bf441=
76a1931b51d4
  Stored in directory: /root/.cache/pip/wheels/37/db/d7/fe74f7cb8e5c3afed90=
fe6f4967c933a6f13d81ab6b3d3128c
Successfully built flashtext
Installing collected packages: flashtext, mock, scattertext
Successfully installed flashtext-2.7 mock-4.0.3 scattertext-0.1.2

<= div class=3D"cell-execution-container">
=
=
 
!pip install -U scikit-learn
&nb= sp;
<= div class=3D"cursor " style=3D"height: 19px; top: 0px; left: 0px; font-fami= ly: monospace; font-weight: normal; font-size: 14px; font-feature-settings:= "liga" 0, "calt" 0; line-height: 19px; letter-spacing:= 0px; display: block; visibility: hidden; width: 2px;">
=
<= /div>
Enter to Rename, Shift+Ente= r to Preview
<= p class=3D"type" style=3D"font-family: monospace;">

<= div class=3D"output-iframe-sizer">
Co=
llecting scikit-learn
  Downloading h=
ttps://files.pythonhosted.org/packages/a8/eb/a48f25c967526b66d5f1fa7a984594=
f0bf0a5afafa94a8c4dbc317744620/scikit_learn-0.24.2-cp37-cp37m-manylinux2010=
_x86_64.whl (22.3MB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 22.3=
MB 5.8MB/s=20
Requirement already satisfied, skipping upgrade: joblib>=3D0.11 in /usr/=
local/lib/python3.7/dist-packages (from scikit-learn) (1.0.1)
Collecting threadpoolctl>=3D2.0.0
  Downloading https://files.python=
hosted.org/packages/f7/12/ec3f2e203afa394a149911729357aa48affc59c20e2c1c829=
7a60f33f133/threadpoolctl-2.1.0-py3-none-any.whl
Requirement already satisfied, skipping upgrade: scipy>=3D0.19.1 in /usr=
/local/lib/python3.7/dist-packages (from scikit-learn) (1.4.1)
Requirement already satisfied, skipping upgrade: numpy>=3D1.13.3 in /usr=
/local/lib/python3.7/dist-packages (from scikit-learn) (1.19.5)
Installing collected packages: threadpoolctl, scikit-learn
  Found existing installation: scikit-learn 0.22.2.post1
    Uninstalling scikit-learn-0.22.2.post1:
      Successfully uninstalled scikit-learn-0.22.2.post1
Successfully installed scikit-learn-0.24.2 threadpoolctl-2.1.0

<= div class=3D"cell-execution-container">
=
<= /div>
<= div style=3D"position:absolute;top:513px;width:100%;height:19px;">
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
from nltk.tokenize import word_tokenize
<= div style=3D"top:95px;height:19px;" class=3D"view-line">from sklearn.pipeline import Pipeline
from sklearn.= model_selection import train_test_split, GridSearchCV
from sklearn.feature_extraction.tex= t import = ;CountVectorizer, ENGLISH_STOP_WORDS, TfidfVectorizer
from nltk.sentiment.vader import SentimentIntensityAnalyzer
import nltk
import json
%matplotlib inline
from bs4 import BeautifulSoup&nb= sp;as bs = ;#Beautiful Soup is a Pytho= n library for pulling data&= nbsp;out of HTML and XML files.
import requests # making HTTP requests in Pytho= n
import re<= /span>
import gzip<= /span>
import itert= ools
import = string
import&nbs= p;wordcloud
import datetime as dt
import pylab as pl
import plotly as py
import cufflinks as cf
from plotly.offline import<= span class=3D"mtk1"> iplot
py.offline.ini= t_notebook_mode(connected=3DTrue)
cf.go_offline()
import sklearn
from sklearn.preprocessi= ng import&nbs= p;LabelEncoder
from sklearn.preprocessing import MinMaxScaler
fro= m sklearn.feature_extraction.text import CountVect= orizer
from = sklearn.cluster import KMeans
from sklearn.svm import=  LinearSVC
from sklearn.feature_extraction.text <= span class=3D"mtk18">import TfidfVectorize= r
from sklea= rn.metrics import classification_report, confusion_matrix, accuracy_score
import gensim
from gensim import corpora
 
from gensim.models.ldamultic= ore import&nb= sp;LdaMulticore
from gensim import corpora, models
import pyLDAvis.gensim #LDA visualization library
fr= om itertools import chain
<= /div>
Enter to Rename, Shift+Enter to Preview

=
<= div class=3D"output-iframe-sizer">

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[4]
=
product_data=3Dpd.read_c= sv('Comp Product Reviews.csv'= )
=
<= /div>
=
Enter to= Rename, Shift+Enter to Preview
<= /div>

=
<= /div>
<= /div>

<= div class=3D"cell-execution-container">
=
product_data.head()
=
=
Enter to Rename, Shift+Enter to Previ= ew

<= /div>
<= div class=3D"output-iframe-sizer">

<= div class=3D"cell-execution-container">
=
product_data=3Dproduct_data.dr= op(['ID''profileName'], = axis=3D1)
<= span class=3D"mtk1">product_data
=
=
E= nter to Rename, Shift+Enter to Preview

<= div class=3D"output-iframe-sizer">

DATA INFO

=E2=86=B3 0 cells hidden

<= div class=3D"cell-execution-container">
=
product_data.shape
=
=
Enter to Rename, Shift+Enter to Previ= ew

<= /div>
<= div class=3D"output-iframe-sizer">
(34=
78, 3)

<= div class=3D"cell-execution-container">
=
product_data.info()
 
Enter to Rename, Shift+E= nter to Preview
<= /div>

=
<= div class=3D"output-iframe-sizer">
&l=
t;class 'pandas.core.frame.DataFrame'>
RangeIndex: 3478 entries, 0 to 3477
Data columns (total 3 columns):
 #   Column       Non-Null Count  Dtype =20
---  ------       --------------  ----- =20
 0   ReviewTitle  3476 non-null   object=20
 1   Rating       3477 non-null   float64
 2   Brand        3477 non-null   object=20
dtypes: float64(1), object(2)
memory usage: 81.6+ KB

We can see that we don't hav= e any null values.

=E2=86=B3 0 cells hidden

to also collapse sibling sections)">Check for Duplicate e= ntries

=E2=86=B3 12 cells hidden

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[9]
=
=
 
# Check = for Rows containing duplicate data
<= div style=3D"top:38px;height:19px;" class=3D"view-line">duplicate_rows_df =3D product_data[product_data.duplicated()]
 
<= /div>
=
<= div data-mprt=3D"2" class=3D"overflowingContentWidgets">
Enter to Rename, Shift+Enter to Preview
<= /div>
=


<= div class=3D"cell-execution-container">
=
duplicate_rows_df.shape<= /span>
=
=
Enter to Rename, S= hift+Enter to Preview

<= div role=3D"presentation" aria-hidden=3D"true" class=3D"invisible scrollbar= vertical" style=3D"position: absolute;">
<= /div>
<= /div>

<= div class=3D"cell-execution-container">
=
product_data.count()
<= textarea data-mprt=3D"6" class=3D"inputarea" wrap=3D"off" autocorrect=3D"of= f" autocapitalize=3D"off" autocomplete=3D"off" spellcheck=3D"false" aria-la= bel=3D"Editor content;Press Alt+F1 for Accessibility Options." role=3D"text= box" aria-multiline=3D"true" aria-haspopup=3D"false" aria-autocomplete=3D"b= oth" style=3D"font-family: monospace; font-weight: normal; font-size: 14px;= font-feature-settings: "liga" 0, "calt" 0; line-height= : 19px; letter-spacing: 0px; top: 0px; left: 6px; width: 1px; height: 1px;"= >
Enter to Rename, Shift+Enter to Previ= ew

<= div class=3D"output-iframe-sizer">
Rev=
iewTitle    3476
Rating         3477
Brand          3477
dtype: int64

Checking for Null Values

=E2=86=B3 0 cells hidden

<= div class=3D"cell-execution-container">
=
# Finding the n= ull values.
print(product_data.isnull().sum())
=
=
Enter to Rename, S= hift+Enter to Preview

<= div role=3D"presentation" aria-hidden=3D"true" class=3D"invisible scrollbar= vertical" style=3D"position: absolute;">
<= /div>
<= div class=3D"output-iframe-sizer">
Re=
viewTitle    2
Rating         1
Brand          1
dtype: int64

Droping Null values<= /strong>

=E2=86=B3 0 cells hidden

<= div class=3D"cell-execution-container">
=
=
 
product_data&= nbsp;=3D product_data.dropna() 
produ= ct_data.count()
=
=
Enter to Rename, S= hift+Enter to Preview

<= div role=3D"presentation" aria-hidden=3D"true" class=3D"invisible scrollbar= vertical" style=3D"position: absolute;">
<= /div>
<= div class=3D"output-iframe-sizer">
Rev=
iewTitle    3476
Rating         3476
Brand          3476
dtype: int64

<= div class=3D"cell-execution-container">
=
# After dropping&nbs= p;the values check for Null Values
print(product_data.isnull().sum()) 
Enter to Rename, Shift+Enter to Previ= ew

<= div class=3D"output-iframe-sizer">
9
['Amazon Airfryer' 'American Micronic' 'Hilton' 'Insala airfryer'
 'Kenster' 'Kent' 'Philips' 'Solara Digital' 'Varada Pro']
None
1975

How many brands has Mininum = Ratings what are their names

=E2=86=B3 0 cells hidden

<= div class=3D"cell-execution-container">
=
=
=
print(product_data["Brand"][product_data["Rating"<= span class=3D"mtk1">] =3D=3D product_data["Rating"].mi= n()].nunique())
= print(print= (product_data["Brand"][product_data["Rating= "] =3D=3D product_data["Rating"].min()].unique()))
print(product_data["Brand"][product_data["Rating"] =3D=3D product_= data["Rating"].min()].count())
=
=
Enter to Rename, Shift+Enter to Previ= ew

<= div class=3D"output-iframe-sizer">
7
['Amazon Airfryer' 'American Micronic' 'Hilton' 'Insala airfryer'
 'Kenster' 'Kent' 'Philips']
None
439

to also collapse sibling sections)">Which Brand h= as Maximum and minimum Number of reviews

=E2=86=B3 44 cells hidden

<= div class=3D"cell-execution-container">
<= /div>
<= /div>
<= div class=3D"view-zones" role=3D"presentation" aria-hidden=3D"true" style= =3D"position: absolute;">
 
produc= t_data[["Brand",&n= bsp;"Rating"]][pro= duct_data["ReviewTitle"] =3D=3D product_data["ReviewTi= tle"].min()]
 
 
 
Enter to Rena= me, Shift+Enter to Preview

<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; heig= ht: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">
<= /div>
<= div class=3D"output-iframe-sizer">

<= div class=3D"cell-execution-container">
=
 
= product_data[["Brand""Rating"= ]][product_data["ReviewTitle"] =3D=3D product_data["Re= viewTitle"].max()]
=
Ente= r to Rename, Shift+Enter to Preview

<= /div>
<= div class=3D"output-iframe-sizer">

<= div class=3D"cell-execution-container">
=
=
=
#Sorting data&nbs= p;according to ProductId in ascending order
product_data=3Dproduct_da= ta.sort_values("Rating",axis=3D0,asc= ending=3DTrue,inpla= ce=3DFalse,kind=3D<= /span>'quicksort',na_posi= tion=3D'last')
product_data.head()
<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; widt= h: 14px; transform: translate3d(0px, 0px, 0px); contain: strict; will-chang= e: unset; height: 67px;">
Enter to Rename, Shift+Enter to Preview
<= /span>
=

<= div class=3D"output-iframe-sizer">

<= div class=3D"cell-execution-container">
=
print(product_data['Rating'].value_counts())
print(product_data['Brand'].value_counts())
Enter to Rename, Shift+Enter to Preview

=
<= div class=3D"output-iframe-sizer">
5.=
0    1975
4.0     739
1.0     439
3.0     202
2.0     121
Name: Rating, dtype: int64
Philips              1796
Insala airfryer       553
Amazon Airfryer       553
American Micronic     396
Kenster                87
Hilton                 44
Kent                   23
Varada Pro             21
Solara Digital          3
Name: Brand, dtype: int64

<= div class=3D"cell-execution-container">
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
 
ax =3D&n= bsp;sns.countplot(x=3Dproduct_data["Rating"],  data=3Dproduct_data, order = ;=3D product_data["Rating"].value_counts().index )
for=  p, label in zip<= /span>(ax.patches, product_data["Rating"].value_counts()):
<= span class=3D"mtk1">    pr= int(p)
  =   print(= label)
    ax.annotate(labe= l, (p.get_x()+0.25, p.get_height()+0.5))
<= div class=3D"minimap-slider" style=3D"position: absolute; transform: transl= ate3d(0px, 0px, 0px); contain: strict; width: 0px; will-change: unset;">
Enter to Re= name, Shift+Enter to Preview

<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; heig= ht: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">
<= /div>
<= div class=3D"output-iframe-sizer">

Tell me brand that has maxim= um numbers of reviews and how many ?

=E2=86=B3 0 cells hidden

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[24]
=
df1=3Dproduct_data.group= by('Brand').count(= )
Enter to Rename, Shift+Ente= r to Preview
<= p class=3D"type" style=3D"font-family: monospace;">

<= div class=3D"output-info">

<= div class=3D"cell-execution-container">
=
=
 
df1["ReviewTitle"].plot(kind=3D= 'bar')
 
Enter to Rename, Shift+E= nter to Preview
<= /div>

=
<= div class=3D"output-iframe-sizer">

<= div class=3D"cell-execution-container">
=
=
 plt.figure(figsize=3D(20,10))
s= ns.countplot(y=3D"Brand",  hue=3D"Rating", data=3Dproduct_data)
 
<= div role=3D"presentation" aria-hidden=3D"true" class=3D"invisible scrollbar= vertical" style=3D"position: absolute; width: 14px; height: 67px; right: 0= px; top: 0px;">
=
Enter to Rename, S= hift+Enter to Preview

<= div role=3D"presentation" aria-hidden=3D"true" class=3D"invisible scrollbar= vertical" style=3D"position: absolute;">
<= /div>
<= div class=3D"output-iframe-sizer">

Contractions are tho= se little literary shortcuts we take where instead of =E2=80=9CShould have= =E2=80=9D we prefer =E2=80=9CShould=E2=80=99ve=E2=80=9D or where =E2=80=9CD= o not=E2=80=9D quickly becomes =E2=80=9CDon=E2=80=99t=E2=80=9D. We are goin= g to add a new column to our dataframe called =E2=80=9Cno_contract=E2=80=9D= and apply a lambda function to the =E2=80=9CReviews=E2=80=9D field which w= ill expand any contractions.

=E2=86=B3 0 cells hidden

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[28]
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
<= /div>
<= div style=3D"position:absolute;top:513px;width:100%;height:19px;">
 
= contractions =3D { "ain't""are not","'s":" is","aren't":&n= bsp;"are not"= ,
       &nb= sp;            =  "can't":&nbs= p;"cannot",= "can't've"<= span class=3D"mtk26">"cannot have",=
         = ;            "'cause""because","could've""could have","couldn't""could not",
          &n= bsp;          "couldn't've""could not have",=  "didn't":&nb= sp;"did not",= "doesn't""does not",
        &n= bsp;            = ;"don't""do not",= "hadn't""had not","hadn't've""had not have",
        &nb= sp;            = "hasn't""has not","haven't"<= span class=3D"mtk26">"have not","he'd""he would",
          &n= bsp;          "he'd've""he would have","he'll""he will""he'll've"= "he will have",=
       &nb= sp;            =  "how'd":&nbs= p;"how did",<= /span>"how'd'y""how do you","how'll": <= /span>"how will",
=         =             &nb= sp;"I'd""I would", = "I'd've""I would have","I'll": <= /span>"I will",
        &n= bsp;            = ;"I'll've": <= /span>"I will have","I'm": <= /span>"I am",= "I've""I have""isn't""is not",
          &nb= sp;          "it'd""it would","it'd've""it would have","it'll""it will",
          &n= bsp;          "it'll've""it will have", = ;"let's""let us",= "ma'am""madam",
<= div style=3D"top:247px;height:19px;" class=3D"view-line">           = ;           <= span class=3D"mtk26">"might've""might have" ,"must've""must have","o'clock"<= span class=3D"mtk26">"of the clock",<= /span>
       &nbs= p;            <= /span>"she'd""she would","she'd've"= "she would have",
       &= nbsp;           &nbs= p; "she'll":&= nbsp;"she will""she'll've""she will have","should've""should have",
    &nb= sp;            =    "that'd""that would","that'd've""that would have""there'd""there wou= ld",
  &= nbsp;           &nbs= p;      "there'd= 've""there&= nbsp;would have""they'd""they would",
<= div style=3D"top:342px;height:19px;" class=3D"view-line">           = ;          "they'd've""they would have","they'll""they will",=
        &nbs= p;            <= /span>"they'll've": = "they will have""they're""they are","they've""they have",
     &nb= sp;            =    "to've""to have","we'd":=  "we would",
       = ;            &n= bsp; "we'd've""we would have","we'll""we will","we'll've""we will have",
    &nbs= p;            &= nbsp;   "we're""we are","we've""we have""weren't""were not","what'll""what will",
      &= nbsp;           &nbs= p;  "what'll've""what will have","what're""what are"= "what've""what have",
   &n= bsp;            = ;     "when've""when have"<= /span>,"where'd""where did""where've""where have= ",
  &nb= sp;            =       "who'll""who wil= l","who'll've""who will&= nbsp;have","who've= ""who = have",
  = ;            &n= bsp;      "why'v= e""why = ;have","will've""will ha= ve",
  &= nbsp;           &nbs= p;       "w= ould've""wo= uld have" ,"y'all""= you all""y'all'd"= "you all would",
<= div style=3D"top:532px;height:19px;" class=3D"view-line">           = ;          "y'all'd've""you all would have","y'all're":&n= bsp;"you all are",
     &nb= sp;            =    "y'all've""you all have""you'd""you would","you'd've""you would h= ave",
  =             &nb= sp;      "you'll= ""you = will","you'll've"<= /span>"you wi= ll have""you're""= you are",
&nb= sp;            =         "you've""= you have"}
=
<= div data-mprt=3D"4" class=3D"overlayWidgets" style=3D"width: 1242px;">
<= div data-mprt=3D"2" class=3D"overflowingContentWidgets">
Enter to Rename, Shift+Enter to Preview
<= /div>
=


<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[29]
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
=
 
def=  cont_to_exp(= x):<= /div>
  if type(x) is str:            = ;   ###We cannot apply=  the contractions when it is with Numerical number
&= nbsp;     x=3Dx.replace('\\',''<= span class=3D"mtk1">)
  for key in contractions:
    values=3Dcontractions[key]=
    x=3Dx.replace(key,values)
=     return
  else:
&nbs= p;   return x
=
<= canvas class=3D"decorationsOverviewRuler" aria-hidden=3D"true" width=3D"14"= height=3D"200" style=3D"position: absolute; transform: translate3d(0px, 0p= x, 0px); contain: strict; top: 0px; right: 0px; width: 14px; height: 200px;= will-change: unset;">
=
Ente= r to Rename, Shift+Enter to Preview

<= /div>

<= div class=3D"cell-execution-container">
<= /div>
<= /div>
 
# Regular&nb= sp;expression for finding contractions
contractions_re=3Dre.compile('(%s)' % '|'.join(contractions.keys()))
contractions_re=
 
<= /canvas>
Ente= r to Rename, Shift+Enter to Preview

<= /div>
<= div class=3D"output-iframe-sizer">
re.=
compile(r"(ain't|'s|aren't|can't|can't've|'cause|could've|couldn't|couldn't=
've|didn't|doesn't|don't|hadn't|hadn't've|hasn't|haven't|he'd|he'd've|he'll=
|he'll've|how'd|how'd'y|how'll|I'd|I'd've|I'll|I'll've|I'm|I've|isn't|it'd|=
it'd've|it'll|it'll've|let's|ma'am|might've|must've|o'clock|she'd|she'd've|=
she'll|she'll've|should've|that'd|that'd've|there'd|there'd've|they'd|they'=
d've|they'll|they'll've|they're|they've|to've|we'd|we'd've|we'll|we'll've|w=
e're|we've|weren't|what'll|what'll've|what're|what've|when've|where'd|where=
've|who'll|who'll've|who've|why've|will've|would've|y'all|y'all'd|y'all'd'v=
e|y'all're|y'all've|you'd|you'd've|you'll|you'll've|you're|you've)",
re.UNICODE)

TEXT PREPROCESSING

=E2=86=B3 0 cells hidden

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[31]
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
# find sentences containing HTML = ;tags
import = re
i=3D0;
for sent in product_data['ReviewTitle'].values:
   &= nbsp;if (len(re.findall(= '<.*?>', sent)= )):
       &= nbsp;print(i)
        print(sent)
=         break;
    i +=3D 1;
<= /div>
Enter to Rename, Shift+Enter to Preview
<= div class=3D"monaco-list-rows" style=3D"transform: translate3d(0px, 0px, 0p= x); overflow: hidden;">
=
=

<= div class=3D"output-iframe-container">

<= div class=3D"cell-execution-container">
<= /div>
=
=
=
 
            &= nbsp;           &nbs= p;         ####TOKENIZE#####################
 
 
 
for sent in product_data['ReviewTitle= '].values:
 &= nbsp;def cleandurl(sent): #function to clean the word of any&= nbsp;URL
    cleandu = =3D re.compile('r"http\S+"')
=     cleanurl=3D re.sub(= cleandu, ' ', sent)
    return cleanurl
=  
for sent in product_data['ReviewTitle'].values:
  def cleanlower(sent): #= function to clean and lower the sencentce
<= span>     cleandl =3D&nb= sp;re.compile('lower()')
     cleandlr=3D re.sub(cle= andl, ' ', sent)
     return cleandlr=
for sent&nb= sp;in product_= data['ReviewTitle'= ].values:
  def clean= ldigit(sent= ): #function to&= nbsp;clean the word of any digit
     cleand =3D re.compile('\w*\d\w*')
     cleandigit=3D re.sub(cleand, <= /span>' ', sent= )
     return cleandigit
<= span> 
 
for<= span class=3D"mtk1"> sent in product_data['ReviewT= itle'].values:
&nb= sp; def <= /span>cleanhtml(sent): #function to clean the word of a= ny html-tags
    clea= nr =3D re.compile('<.*?>')
    cleantext = ;=3D re.sub(cleanr, ' '<= span class=3D"mtk1">, sent)
  &= nbsp; return&= nbsp;cleantext
for sent in=  product_data['ReviewTitle'].values:
  def cleanpunc(sent): #fun= ction to clean the word of any punctuati= on or special characters<= /span>
    cleaned =3D re.sub(= r'[?|!|\'|"|#]',r<= /span>'',sent)
    cleaned =3D re.sub(r'[.|,|)|(|\|/]',r' ',cleaned)
<= span>    return  cleaned
nltk.download('stopwords')
from nltk.corpus import=  stopwords
sno = =3D nltk.stem.SnowballStemmer('english'#initialising&= nbsp;the snowball stemmer which is developed in recent years
stop=3Dset(stopwords.words('english'= ))
 
 
=  
    
=  
 
print= (stop)
print('*********************= ***************')
print(sno.stem('t= asty'))
 
 
 
 
&= nbsp;
 
 
 
    
 
=  
=
Enter to Rename, Shift+Enter to Preview

=
<= div class=3D"output-iframe-sizer">
&l=
t;input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<input>:8: DeprecationWarning:

invalid escape sequence \S

<input>:19: DeprecationWarning:

invalid escape sequence \w

<ipython-input-32-eff4286d5e59>:8: DeprecationWarning:

invalid escape sequence \S

<ipython-input-32-eff4286d5e59>:19: DeprecationWarning:

invalid escape sequence \w

[nltk_data] Downloading =
package stopwords to /root/nltk_data...
[nltk_data]   Unzipping corpora/stopwords.zip.
{'an', 'ain', "shan't", 'don', 'and', 'now', 'be', 'ma', 'me', 'is', 'if', =
'any', "mightn't", "should've", 'wasn', 'wouldn', 'ours', 'but', 'on', 'it'=
, 'she', 's', 'm', 'been', 'herself', 're', 'each', 'after', 'you', 'up', '=
what', 'there', 'that', 'when', 't', "you've", 'doesn', 'for', 'them', 'was=
', 'themselves', "aren't", 'shan', 'him', 'who', "didn't", 'i', 'than', 'll=
', 'both', 'mustn', 'did', 'against', 'in', 'down', 'hadn', 'doing', 'few',=
 'own', 'a', 'those', "won't", 'no', 'so', "isn't", 'which', 'until', 'off'=
, 'about', 'we', 'should', 'where', 'have', 'd', 'theirs', 'some', 'too', '=
our', 'do', 'to', 'nor', 'didn', 'her', 'by', 'they', 'your', "don't", 'onc=
e', 'or', 'yourself', 'all', 'won', 'aren', 'hers', 'whom', 'does', 'not', =
'having', 'shouldn', 'this', 'further', 'at', "needn't", "that'll", 'as', '=
hasn', 'am', "hasn't", 'has', 'their', 'with', 'very', 'below', 'out', 'him=
self', 'from', 'mightn', "you'd", 'because', "wasn't", 'here', 'into', 'can=
', 'then', 'he', "wouldn't", "couldn't", 'under', 'how', 'between', "should=
n't", "weren't", 'more', 'had', 'of', 'before', 'weren', 'these', 'during',=
 'through', 'just', "it's", 'o', "she's", 'why', 'ourselves', 'same', 'its'=
, 'yourselves', 'his', 'my', 'while', 'isn', 'yours', 'y', 'such', "haven't=
", "hadn't", "you'll", 'needn', 'being', 'myself', 'are', "mustn't", "you'r=
e", 'itself', 'again', 'most', 'were', "doesn't", 'only', 'other', 'haven',=
 'couldn', 've', 'will', 'over', 'the', 'above'}
************************************
tasti

<= div class=3D"cell-execution-container">
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
<= /div>
<= div style=3D"position:absolute;top:513px;width:100%;height:19px;">
 
= i=3D0
str1=3D' '
final_string= =3D[]
all_positive_words=3D[] # store words from +ve reviews&nbs= p;here
all_negative_words=3D[] # store words from -ve reviews&nb= sp;here.
s=3D''
for sent = ;in product_da= ta['ReviewTitle'].= values:
    filtered_sente= nce=3D[]
    #print(sent);
   = ; sent=3Dcleanhtml(sent) # remov= e HTMl tags
    = sent=3Dcleandurl(sent) # remove = URL
    sent=3Dcleanldigit= (sent) # remove digits
<= span> 
 
  =   
    for w in sent.split():
=  
     &nb= sp;  for=  cleaned_words in cleanpunc(w).split():
 &n= bsp;          if((cleaned= _words.isalpha()) & (len<= span class=3D"mtk1">(cleaned_words)>2)):    
            = ;    if(cleaned_words.lower()  not in  stop):
           &n= bsp;        s=3D(sno.stem(cleaned_w= ords.lower())).encode('utf8')
 =             &nb= sp;      filtered_sentence.append(s)
=          =            if (product_data['Rating'].values)[i]&nb= sp;=3D=3D 'positive'
     &= nbsp;           &nbs= p;      all_positive_words.append(s) #list of all=  words used to describe positive revie= ws
   &nbs= p;            &= nbsp;   if(product_data['Rating= '].values)[i] =3D=3D 'negative':
           &n= bsp;            = ;all_negative_words.append(s) #list of all words used to de= scribe negative reviews reviews<= /span>
       &nbs= p;        else:
 &n= bsp;            = ;      continue<= /span>
       &nbs= p;    else:
     &n= bsp;          continue <= /div>
    print(filtered_sentence)
=     str1 =3D b"&= nbsp;".join(filtered_sentence) #final string of cleaned words<= /span>
    = print("***********= **********************************************= **************")
=     
   &nb= sp;final_string.append(str1)
   = ; i+=3D1
=
<= div data-mprt=3D"4" class=3D"overlayWidgets" style=3D"width: 1242px;">
<= div data-mprt=3D"2" class=3D"overflowingContentWidgets">
Enter to Rename, Shift+Enter to Preview
<= /div>
=

<= div class=3D"output-iframe-sizer">
Streaming output truncated to the last 5000 lines.
[b'good']
***********************************************************************
[b'good', b'applianc', b'kitchen', b'especi', b'fond', b'fri', b'food', b'p=
ut', b'weight', b'howev', b'tast', b'food', b'cook', b'air', b'fryer', b'go=
od', b'oil', b'fri', b'food', b'becom', b'quit', b'accustom']
***********************************************************************
[b'smart', b'look', b'easi', b'use', b'effect', b'cook']
***********************************************************************
[b'air', b'fryer', b'good', b'work', b'fine', b'consum', b'lot', b'electr',=
 b'power', b'almost', b'equal', b'oven']
***********************************************************************
[b'bought', b'last', b'month', b'use', b'much', b'tri', b'fri', b'chucken',=
 b'fish', b'fri', b'turn', b'crisp', b'good', b'impt', b'stress', b'free']
***********************************************************************
[b'good', b'use', b'product', b'includ', b'compon', b'section', b'product',=
 b'mention', b'cook', b'book', b'product', b'recevi', b'didnt']
***********************************************************************
[b'nice', b'purchas']
***********************************************************************
[b'good', b'gadget']
***********************************************************************
[b'nice', b'easi', b'use']
***********************************************************************
[b'handi']
***********************************************************************
[b'work', b'fine', b'result', b'good']
***********************************************************************
[b'superb', b'amaz', b'product']
***********************************************************************
[b'averag', b'fryer']
***********************************************************************
[b'easi', b'prepar', b'crisp', b'eat', b'healthi', b'make']
***********************************************************************
[b'great', b'devic', b'deliv', b'expect']
***********************************************************************
[b'respos', b'time', b'product', b'qualiti', b'good']
***********************************************************************
[b'product', b'review']
***********************************************************************
[b'great', b'product', b'meet', b'expect']
***********************************************************************
[b'good', b'product', b'got', b'deliveri', b'time']
***********************************************************************
[b'user', b'friend']
***********************************************************************
[b'spacious', b'healthi']
***********************************************************************
[b'good', b'product', b'reduc', b'oil', b'consumpt']
***********************************************************************
[b'excel', b'product', b'help', b'kitchenm']
***********************************************************************
[b'good', b'everi', b'household', b'kid']
***********************************************************************
[b'good', b'air', b'frier']
***********************************************************************
[b'good', b'product', b'bad', b'deliveri', b'servic']
***********************************************************************
[b'healthi', b'tastier', b'way', b'cook', b'less', b'messi']
***********************************************************************
[]
***********************************************************************
[b'good', b'buy', b'health', b'conscious', b'peopl', b'cook', b'fun', b'peo=
pl']
***********************************************************************
[b'luv', b'new', b'kitchen', b'friend']
***********************************************************************
[b'happi', b'eat']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'best']
***********************************************************************
[b'realli', b'nice', b'product', b'worth', b'buy']
***********************************************************************
[b'would', b'rate', b'good', b'air', b'fryer']
***********************************************************************
[b'nonveg', b'suitabl', b'veg']
***********************************************************************
[b'great', b'buy', b'person', b'strict', b'diabet', b'cardiac', b'diet']
***********************************************************************
[b'excel', b'item', b'bigger', b'expect']
***********************************************************************
[b'great', b'product', b'realli', b'drop', b'oil', b'consumpt']
***********************************************************************
[b'nice', b'product', b'healthi', b'cook']
***********************************************************************
[b'healthi', b'eat']
***********************************************************************
[b'afford', b'air', b'fryer', b'larg', b'capac']
***********************************************************************
[]
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'simpl', b'dial', b'easi', b'use', b'good', b'capac']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'help']
***********************************************************************
[b'good']
***********************************************************************
[b'nice']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'must', b'buy', b'afford', b'qualiti', b'product']
***********************************************************************
[b'health', b'safe', b'accessori']
***********************************************************************
[b'star']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'nice', b'util', b'valu', b'gadget', b'meet', b'requir']
***********************************************************************
[b'good']
***********************************************************************
[b'realli', b'good', b'product', b'everi', b'home']
***********************************************************************
[b'good', b'experi', b'air', b'fryer']
***********************************************************************
[b'good', b'product', b'use']
***********************************************************************
[b'ideal', b'size', b'small', b'famili']
***********************************************************************
[b'use', b'easi', b'use', b'applianc']
***********************************************************************
[b'good', b'product', b'health', b'conscious']
***********************************************************************
[b'good']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'one', b'best', b'product']
***********************************************************************
[b'nice']
***********************************************************************
[b'cool', b'product', b'weight', b'watcher']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'great', b'buy']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'worth', b'health', b'consious']
***********************************************************************
[b'nice']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'good', b'health']
***********************************************************************
[b'product', b'valu', b'money', b'recip', b'book', b'miss']
***********************************************************************
[b'good']
***********************************************************************
[b'work', b'well', b'dri', b'stuff', b'good', b'pakora', b'etc']
***********************************************************************
[b'healthi', b'cook', b'oil', b'less', b'food', b'good', b'dietnow', b'day'=
, b'lot', b'menu', b'avail', b'cook']
***********************************************************************
[b'work', b'expect', b'happi', b'product', b'decreas', b'star', b'sinc', b'=
handl', b'broken', b'deliv', b'read', b'review', b'feel', b'like', b'replac=
', b'bad', b'packag', b'amazon', b'deliv', b'faulti', b'product', b'mistak'=
]
***********************************************************************
[b'good', b'qualiti', b'less', b'oil', b'consumpt', b'easi', b'use', b'indi=
c', b'cannot', b'stop', b'timer', b'middl', b'switch', b'main', b'suppli', =
b'stop', b'middl', b'cook']
***********************************************************************
[b'healthi', b'foodeasi', b'manual', b'timer', b'bit', b'loos', b'difficult=
', b'precis', b'set']
***********************************************************************
[b'easi', b'oper', b'virtual', b'technolog', b'boneless', b'chicken', b'coo=
k', b'min', b'degre']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'product', b'work', b'per', b'expect', b'point', b'product', b'made', b'i=
ndia']
***********************************************************************
[b'work', b'advertis', b'tast', b'miss', b'that', b'mayb', b'way', b'cook']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'good', b'health', b'conscious', b'famili', b'amazon', b'deliv', b'due', =
b'date']
***********************************************************************
[b'good', b'product', b'work', b'well', b'howev', b'clean', b'food', b'rema=
in', b'basket', b'edg', b'corner', b'bit', b'problemat']
***********************************************************************
[b'inner', b'space', b'less', b'compar', b'time', b'less', b'fat', b'upto',=
 b'formul', b'base', b'product', b'tag', b'made', b'china', b'came', b'know=
', b'purchas']
***********************************************************************
[b'product', b'must', b'everi', b'household', b'happi', b'purchas', b'drawb=
ack', b'clean', b'food', b'tend', b'stick', b'grill', b'becom', b'difficult=
', b'clean']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'product', b'good', b'clean', b'damag', b'pic', b'first', b'item', b'made=
', b'could', b'anyon', b'help', b'fri', b'fyumus', b'product', b'good']
***********************************************************************
[b'air', b'fryer', b'basket', b'steel', b'lid', b'philip', b'catalogu', b'r=
ecip', b'book', b'dont', b'buy', b'onlin']
***********************************************************************
[b'product', b'good', b'overal', b'good', b'tast', b'almost', b'oil', b'lik=
e', b'eat', b'fri', b'food', b'packag', b'amazon', b'bad', b'everyth', b'se=
em', b'torn', b'disappoint', b'packag']
***********************************************************************
[b'good', b'take', b'lot', b'time', b'cook']
***********************************************************************
[b'good', b'use', b'product', b'excel', b'pack', b'time', b'deliveri', b'by=
amazon']
***********************************************************************
[b'good', b'wish', b'differ', b'design', b'mesh', b'grill', b'toast', b'pos=
sibl']
***********************************************************************
[b'consid', b'purchas', b'one', b'wanna', b'save', b'time', b'oil']
***********************************************************************
[b'nice', b'product', b'worth', b'buy', b'deliv', b'expect', b'date']
***********************************************************************
[b'receiv', b'recip', b'book', b'pleas', b'send']
***********************************************************************
[b'good', b'aid', b'cook', b'without', b'much', b'oil', b'sinc', b'heat', b=
'air', b'give', b'hygien', b'healthi', b'dish', b'ideal', b'use', b'littl',=
 b'oil', b'food', b'health', b'reason']
***********************************************************************
[b'one', b'good', b'procuct', b'one', b'buy', b'depend', b'use']
***********************************************************************
[b'one', b'nice', b'product', b'bought', b'amazon', b'simpl', b'straight', =
b'forward', b'method', b'without', b'mess', b'oil', b'fri', b'pan']
***********************************************************************
[b'product', b'good', b'perform', b'use', b'product', b'day', b'day', b'lif=
e']
***********************************************************************
[b'fin', b'near', b'exhaust', b'vent', b'broken', b'didnt', b'return', b'tr=
ivial', b'rest', b'devic', b'pristin']
***********************************************************************
[b'use', b'product', b'minimum', b'oil', b'recip', b'differ', b'result', b'=
microwav', b'grill', b'convect', b'cook', b'product', b'need', b'innov', b'=
doubl', b'layer', b'arrang', b'food', b'cook', b'vessel', b'save', b'time',=
 b'energi', b'one', b'would', b'prefer', b'switch', b'product', b'one', b's=
top', b'food', b'readi', b'allot', b'time', b'amazon', b'wonder', b'price',=
 b'deliveri', b'arrang', b'fact', b'receiv', b'damag', b'product', b'prompt=
', b'replac', b'without', b'ask', b'question', b'thank', b'amazon', b'keep'=
, b'reput', b'build', b'confid', b'indian', b'costum']
***********************************************************************
[b'digit', b'panel', b'temp', b'time', b'would', b'better', b'model']
***********************************************************************
[b'happi', b'use', b'regular', b'basi', b'cook', b'fish', b'chicken', b'fri=
', b'veget', b'take', b'optimis', b'use', b'term', b'time', b'air', b'fri',=
 b'given', b'item', b'oil', b'use', b'reduc', b'drastic', b'marin', b'impor=
t', b'step']
***********************************************************************
[b'product', b'good', b'made', b'china', b'hate', b'ciuntri', b'amazon', b'=
sell', b'product', b'although', b'purchas', b'see', b'phillip', b'brand', b=
'name']
***********************************************************************
[b'recip', b'book', b'warranti', b'card', b'found', b'miss', b'box', b'plea=
s', b'arrang', b'deliv', b'address', b'sinc', b'part', b'complet', b'packag=
', b'kind', b'resolv', b'issu', b'earliest', b'line', b'confirm', b'regard'=
, b'high', b'appreci', b'look', b'forward', b'favour', b'respons']
***********************************************************************
[b'versatil', b'product', b'easi', b'use', b'innov', b'recip', b'tri', b'op=
timum', b'util', b'ive', b'tri', b'bake', b'make', b'curri', b'fri', b'onio=
n', b'masala', b'curri', b'buy', b'accessori', b'littl', b'oil', b'need', b=
'overal', b'healthier', b'cook', b'without', b'compromis', b'tast']
***********************************************************************
[b'use', b'air', b'fryer', b'week', b'experi', b'tri', b'lot', b'around', b=
'cook', b'tri', b'everyth', b'fri', b'oven', b'cooker', b'name', b'would', =
b'test', b'air', b'fryer', b'first', b'goto', b'option', b'want', b'easi', =
b'use', b'applianc', b'get', b'best', b'tast', b'phillip', b'kill', b'model=
', b'absolut', b'delight', b'fryer', b'around', b'twist', b'recip', b'base'=
, b'need', b'easiest', b'applianc', b'use', b'cook', b'fun', b'health', b'e=
ls', b'want', b'fryer', b'put', b'delici', b'food', b'mouth', b'lol']
***********************************************************************
[b'low', b'calori', b'eat', b'bit', b'noisi', b'fish', b'finger', b'turn', =
b'extrem', b'dri', b'chicken', b'nugget', b'tasti', b'deep', b'fri', b'even=
', b'ad', b'drop', b'oil', b'small', b'portion', b'good', b'snack', b'instr=
uct', b'manual', b'littl', b'less', b'vagu']
***********************************************************************
[b'happi', b'purchas']
***********************************************************************
[b'nice']
***********************************************************************
[b'suppli', b'item', b'receiv']
***********************************************************************
[b'hard', b'use', b'oil', b'let', b'enjoy', b'mani', b'food', b'item', b'gu=
ilt', b'free']
***********************************************************************
[b'good', b'product', b'short']
***********************************************************************
[b'nice', b'product', b'per', b'expect']
***********************************************************************
[b'decent', b'product']
***********************************************************************
[b'kenstar', b'airfryer']
***********************************************************************
[b'good']
***********************************************************************
[b'product', b'per', b'expect']
***********************************************************************
[b'love', b'excel', b'deliveri', b'product', b'good', b'condit']
***********************************************************************
[b'good']
***********************************************************************
[b'great', b'product', b'accessori', b'miss']
***********************************************************************
[b'good', b'product', b'cook', b'healthi', b'option']
***********************************************************************
[b'fri', b'food', b'without', b'guilt', b'yay']
***********************************************************************
[b'good']
***********************************************************************
[b'good', b'product', b'price', b'good', b'expens', b'one']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'recip', b'book']
***********************************************************************
[b'partit', b'tray', b'bake', b'basket', b'miss']
***********************************************************************
[b'wonder', b'product', b'philip', b'easi', b'use', b'anyon', b'simpl', b'm=
ode', b'oper', b'made', b'fri', b'broast', b'cake', b'compani', b'provid', =
b'accessori', b'user', b'manual', b'type', b'prepar', b'need', b'brows', b'=
buy', b'onlin']
***********************************************************************
[b'awesom', b'budget']
***********************************************************************
[b'kent', b'air', b'fryer']
***********************************************************************
[b'amaz']
***********************************************************************
[b'good']
***********************************************************************
[b'must', b'buy', b'altern', b'fri']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'good', b'product', b'recip', b'book', b'box']
***********************************************************************
[b'good', b'must', b'includ', b'kitchen']
***********************************************************************
[b'work', b'fine', b'six', b'month']
***********************************************************************
[b'healthi', b'tasti', b'food']
***********************************************************************
[b'enjoy', b'cook']
***********************************************************************
[b'good', b'product', b'kitchen', b'oil', b'free', b'food']
***********************************************************************
[b'quit', b'good', b'cannot', b'cook', b'larg', b'quantiti', b'food']
***********************************************************************
[b'didnt', b'get', b'free', b'recip', b'booklet', b'recip']
***********************************************************************
[b'product', b'expect', b'proven', b'interest', b'cook', b'soft', b'veg', b=
'dish', b'tri', b'fish', b'chicken', b'mushroom', b'potato', b'opinion', b'=
valu', b'money', b'els', b'use', b'limit', b'clean', b'bit', b'addit', b'ef=
fort']
***********************************************************************
[b'suitab', b'product', b'famiy']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'vegetarian', b'guess', b'less', b'option', b'prepar', b'devic', b'still'=
, b'love', b'potato', b'fri', b'veggi', b'happi', b'save', b'lot', b'oil', =
b'fat', b'whenev', b'want', b'eat']
***********************************************************************
[b'definit', b'overpr', b'best', b'kitchen', b'applianc', b'ever', b'bought=
', b'cut', b'cook', b'time', b'insan', b'still', b'love', b'friend', b'kory=
o', b'someth', b'half', b'price']
***********************************************************************
[b'receiv', b'damag', b'item', b'bodi', b'heavili', b'damag', b'big', b'cra=
ck', b'visiblereturn', b'product', b'order', b'itgot', b'good', b'product',=
 b'happi', b'present', b'product']
***********************************************************************
[b'manufactur', b'provid', b'exhaust', b'booklet', b'various', b'cook', b'i=
tem']
***********************************************************************
[b'best', b'air', b'fryer']
***********************************************************************
[b'happi']
***********************************************************************
[b'item', b'get', b'stuck', b'cook', b'bottom', b'mayb', b'wrong', b'tri', =
b'method', b'updat', b'review', b'day', b'com']
***********************************************************************
[b'work']
***********************************************************************
[b'easi', b'use', b'less', b'oil']
***********************************************************************
[b'vfm', b'easi', b'use']
***********************************************************************
[b'use', b'far']
***********************************************************************
[b'work', b'well', b'advertis', b'problem', b'lever', b'hold', b'hot', b'co=
il', b'foul', b'tray', b'movement', b'push', b'back', b'bit', b'make', b'fi=
rm', b'set', b'lever', b'sure', b'user', b'problem']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'valu']
***********************************************************************
[b'good']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'easi', b'usr']
***********************************************************************
[b'good', b'product', b'simpl', b'use', b'would', b'given', b'star', b'woul=
d', b'provid', b'extra', b'non', b'stick', b'bake', b'dish']
***********************************************************************
[b'inalsa', b'air', b'excel', b'product']
***********************************************************************
[b'use', b'addit', b'kitchen', b'made', b'french', b'fri', b'came', b'prett=
i', b'good', b'given', b'quantiti', b'oil', b'use', b'still', b'need', b'tr=
i', b'stuff', b'though', b'disappoint', b'size', b'devic', b'compar', b'coo=
k', b'capac', b'felt', b'littl', b'big']
***********************************************************************
[b'buyingwort']
***********************************************************************
[b'american', b'micron']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'fri', b'mess', b'oil', b'add', b'face', b'valu', b'kitchen', b'love', b'=
coz', b'never', b'fri', b'fish', b'skin', b'intact', b'like', b'valu', b'mo=
ney']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'good']
***********************************************************************
[b'well', b'good', b'chicken', b'grill']
***********************************************************************
[b'airfryer', b'work', b'well', b'follow', b'instruct', b'problem', b'remem=
b', b'log', b'philip', b'regist', b'product', b'avail', b'warranti', b'serv=
ic']
***********************************************************************
[b'cool', b'product']
***********************************************************************
[b'excel', b'use', b'day', b'deliveri', b'prepar', b'delici', b'poteto', b'=
chip', b'use', b'poteto', b'chip', b'cutterwith', b'use', b'minimum', b'oil=
', b'much', b'smell', b'smoke', b'crunchi', b'total', b'dri', b'tri', b'pre=
par', b'thing']
***********************************************************************
[b'qualiti', b'product']
***********************************************************************
[b'healthi', b'option']
***********************************************************************
[b'fit', b'finish', b'upto', b'mark']
***********************************************************************
[b'best', b'qualiti']
***********************************************************************
[b'best', b'buy']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'use']
***********************************************************************
[b'use', b'three', b'month', b'kid', b'love', b'favourit', b'snack', b'fren=
ch', b'fri', b'pizza', b'etc', b'done', b'superbl', b'well', b'parent', b'g=
uilt', b'give', b'much', b'oili', b'stuff']
***********************************************************************
[b'nice', b'expect']
***********************************************************************
[b'good', b'product', b'visibl', b'insid', b'make', b'user', b'friend']
***********************************************************************
[b'definit', b'worth', b'buy', b'made', b'french', b'fri', b'nugget', b'rea=
lli', b'come', b'good', b'healthi', b'oil', b'also', b'cold', b'storag', b'=
product', b'get', b'like', b'yummi', b'tri', b'crisp', b'delici', b'hassl',=
 b'keep', b'timer', b'readi', b'eat']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'nice']
***********************************************************************
[b'work', b'fine', b'make', b'unfri', b'fri', b'etc', b'think', b'better', =
b'buy', b'anot', b'brand', b'cheaper', b'price', b'clear', b'tec', b'stuff'=
, b'bascial', b'oven', b'blower', b'top', b'concept', b'work', b'beauti']
***********************************************************************
[b'damag', b'product']
***********************************************************************
[b'could', b'rate', b'cook', b'tasti', b'healthi', b'food', b'clean', b'big=
', b'task', b'food', b'get', b'stuck', b'mesh', b'countri', b'dont', b'even=
', b'provid', b'separatot']
***********************************************************************
[b'thumb', b'couldnt', b'ask', b'price']
***********************************************************************
[b'worthi', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'good', b'choic']
***********************************************************************
[b'product', b'good', b'time', b'frame', b'mention', b'adequ', b'keep', b'l=
onger', b'told', b'guidelin', b'plus', b'main', b'disadvantag', b'electr', =
b'wire', b'realli', b'small', b'small', b'mean', b'small', b'conveni', b'fa=
ce', b'problem']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'must', b'buy']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'excel']
***********************************************************************
[b'good']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'good', b'qualiti', b'finish', b'workmanship', b'excel']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'descent', b'product']
***********************************************************************
[b'conveni', b'carefre']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'best', b'airfryer']
***********************************************************************
[b'health', b'point', b'view', b'excel', b'tast', b'upto', b'equal', b'fire=
', b'fri']
***********************************************************************
[b'got', b'airfryer', b'lowest', b'princ', b'amazon', b'thank', b'lot', b'a=
mazon', b'seller', b'forgot', b'send', b'recip', b'book', b'download', b'ne=
t', b'one', b'star', b'less', b'amul', b'frenchfri', b'though', b'cost', b'=
came', b'best', b'samosa', b'use', b'home', b'made', b'masala', b'cost', b'=
switzsheet', b'quit', b'good', b'groundnut', b'tri', b'veg', b'kebab', b'in=
dian', b'snack', b'soon', b'simpl', b'use', b'work', b'perfect', b'satisfi'=
, b'philip', b'air', b'fryer', b'point', b'buy', b'big', b'brand', b'india'=
, b'also', b'sell', b'made', b'china', b'item', b'bewar', b'lure', b'airfry=
er', b'led', b'button', b'led', b'screen', b'touch', b'screen', b'interfac'=
, b'bought', b'wash', b'machin', b'base', b'damn', b'machin', b'work', b'tw=
ice', b'later', b'led', b'screen', b'glow', b'superbl', b'wash', b'mechan',=
 b'repair', b'mechan', b'said', b'worthless', b'point', b'repair', b'mechan=
', b'led', b'glow', b'superbl', b'digit', b'display', b'show', b'select', b=
'clear', b'perhap', b'minor', b'problem', b'product', b'new', b'repair', b'=
mechan', b'repli', b'led', b'mobil', b'phone', b'electron', b'watch', b'was=
hingthen', b'bought', b'brand', b'microwav', b'oven', b'use', b'year', b'da=
mag', b'led', b'panel', b'got', b'damag', b'chang', b'wold', b'cost', b'wel=
l', b'cost', b'new', b'brand', b'microwav', b'differ', b'usabl', b'user', b=
'experi', b'reliabl', b'usabl', b'slick', b'led', b'panel', b'led', b'light=
', b'cool', b'button', b'user', b'experi', b'total', b'worthless', b'someda=
y', b'top', b'indian', b'brand', b'like', b'bajaj', b'prestig', b'may', b'r=
eleas', b'airfrier', b'good', b'philp', b'best', b'choic']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'great', b'kitchen', b'gadget']
***********************************************************************
[b'decent', b'product']
***********************************************************************
[b'great']
***********************************************************************
[b'awesom', b'budget']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'applianc', b'amaz', b'easili', b'one', b'best', b'purchas', b'decis', b'=
made', b'recent', b'time', b'product', b'deliveri', b'fast', b'packag', b'g=
ood', b'howev', b'one', b'clamp', b'hold', b'heat', b'coil', b'place', b'co=
me', b'push', b'back', b'place', b'manual', b'broken']
***********************************************************************
[b'valu', b'money', b'product']
***********************************************************************
[b'satisfi', b'product', b'want', b'enquir']
***********************************************************************
[b'product', b'good']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'easi', b'handl']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'good', b'product', b'light', b'weight', b'easi', b'clean']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'product', b'nice', b'top', b'class', b'one', b'extra', b'star', b'amazon=
', b'servic', b'care', b'handl', b'brought', b'time', b'got', b'best', b'pr=
ice', b'compar', b'market', b'silicon', b'brush', b'must', b'unless', b'wan=
t', b'hand', b'dirti', b'pros', b'con', b'product', b'free', b'foodfrozen',=
 b'food', b'cook', b'without', b'effort', b'take', b'littl', b'space', b'co=
mpar', b'compani', b'oxi', b'fryer', b'lot', b'time', b'cook', b'advis', b'=
morn', b'hour', b'weekday', b'limit', b'food', b'recip', b'becoz', b'vegeta=
rian', b'air', b'fryer', b'holder', b'frequent', b'drop', b'pull', b'put', =
b'meal', b'tray', b'fryer', b'worri', b'push', b'back', b'effect', b'produc=
t', b'length', b'cabl', b'cord', b'short', b'dont', b'tri', b'make', b'stuf=
', b'paratha', b'fryer', b'would', b'disappoint', b'tri', b'didnt', b'like'=
]
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'easi', b'cook']
***********************************************************************
[]
***********************************************************************
[b'nice', b'product', b'philip']
***********************************************************************
[b'product', b'exact', b'say', b'gonna', b'less', b'oil', b'less', b'oil', =
b'less', b'oil', b'reason', b'would', b'give', b'rate', b'clean', b'get', b=
'realli', b'difficult', b'clean', b'metal', b'rack', b'real', b'painhop', b=
'philip', b'come', b'better', b'way', b'futur']
***********************************************************************
[b'check', b'one', b'temperatur', b'degre', b'celsius']
***********************************************************************
[b'good']
***********************************************************************
[b'philip', b'start', b'includ', b'multipl', b'clean', b'brush', b'great', =
b'product', b'clean', b'use', b'deterr', b'use', b'frequent']
***********************************************************************
[b'great', b'non', b'vegetarian', b'satisfactori', b'vegetarian', b'dish', =
b'conclus', b'thumb']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'air', b'fryer', b'work', b'well', b'howev', b'steam', b'function', b'per=
form', b'project']
***********************************************************************
[b'good', b'purchas']
***********************************************************************
[b'nice', b'air', b'fryer', b'dont', b'expect', b'make', b'good', b'french'=
, b'fri', b'basket', b'adequ', b'size', b'tend', b'attract', b'lot', b'crum=
b', b'greas', b'slight', b'hard', b'clean', b'maintain', b'proper', b'durab=
l', b'great', b'mine', b'last', b'two', b'year']
***********************************************************************
[b'good', b'price', b'point']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'go', b'use', b'prepar', b'small', b'quantiti', b'worth', b'use', b'larg'=
, b'quantiti', b'food', b'hour', b'usag', b'good', b'reduc', b'amount', b'o=
il', b'consum']
***********************************************************************
[b'gud', b'purchas']
***********************************************************************
[b'first', b'time', b'bought', b'air', b'fryer', b'wish', b'come', b'cooker=
i', b'book', b'indian', b'dish', b'small', b'chit', b'come', b'help', b'boo=
k', b'hard', b'use', b'watch', b'youtub', b'video', b'experi', b'sinc', b'u=
se', b'model', b'set', b'use', b'fri', b'readi', b'cook', b'kebab', b'work'=
, b'well', b'howev', b'make', b'poori', b'yet', b'crack', b'formula']
***********************************************************************
[b'bought', b'air', b'fryer', b'main', b'good', b'review', b'usual', b'air'=
, b'fryer', b'ive', b'come', b'across', b'tend', b'deterior', b'overtim', b=
'hope', b'last', b'first', b'one', b'amazon', b'ship', b'broken', b'get', b=
'replac', b'con', b'think', b'handl', b'flimsi', b'pretti', b'sure', b'get'=
, b'broken', b'point', b'far', b'good', b'overal', b'big', b'thumb', b'bran=
d']
***********************************************************************
[b'wonder', b'experi']
***********************************************************************
[b'handi', b'product', b'gurante', b'good', b'health']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'good', b'product', b'complaint']
***********************************************************************
[]
***********************************************************************
[b'afford', b'air', b'fryer', b'larg', b'capac']
***********************************************************************
[b'good', b'item', b'expect', b'prompt', b'deleveri']
***********************************************************************
[b'healthi', b'eat']
***********************************************************************
[b'nice', b'product', b'healthi', b'cook']
***********************************************************************
[b'user', b'friend']
***********************************************************************
[b'good', b'least', b'oil', b'consumpt']
***********************************************************************
[b'product', b'review']
***********************************************************************
[b'good', b'choic']
***********************************************************************
[b'spacious', b'healthi']
***********************************************************************
[b'deliv', b'list', b'product', b'amaz']
***********************************************************************
[b'good', b'choic']
***********************************************************************
[b'superb', b'amaz', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'handi']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'perhap', b'use', b'veg', b'stuff']
***********************************************************************
[b'nice', b'purchas']
***********************************************************************
[b'experi', b'till', b'good', b'cook', b'lot', b'thing', b'littl', b'oil', =
b'tast', b'rather', b'good', b'easi', b'use', b'difficult', b'clean', b'goo=
d', b'famili']
***********************************************************************
[b'averag', b'fryer']
***********************************************************************
[b'good', b'product', b'reduc', b'oil', b'consumpt']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'good', b'everi', b'household', b'kid']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'excel', b'low', b'fat', b'fri', b'option', b'allow', b'indulg', b'withou=
t', b'feel', b'guilti', b'easi', b'use']
***********************************************************************
[b'inalsa', b'air', b'fryer']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'must', b'buy', b'afford', b'qualiti', b'product']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'simpl', b'dial', b'easi', b'use', b'good', b'capac']
***********************************************************************
[b'health', b'safe', b'accessori']
***********************************************************************
[b'star']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'philip', b'qualiti']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'amaz', b'product', b'recommend']
***********************************************************************
[b'good', b'product', b'use', b'non', b'vegetarian']
***********************************************************************
[b'nice']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'nice']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'good', b'noisi']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'use', b'product', b'awesom']
***********************************************************************
[b'amaz', b'item', b'amaz', b'technolog', b'superb', b'food', b'qualiti', b=
'super', b'healthi', b'chicken', b'basket', b'home', b'left', b'hand', b'ga=
me']
***********************************************************************
[b'ideal', b'size', b'small', b'famili']
***********************************************************************
[b'great', b'product', b'made', b'paneer', b'tika', b'finger', b'chip', b't=
ast', b'awson', b'dint', b'use', b'oil', b'also']
***********************************************************************
[b'satisfi', b'three', b'product', b'could', b'better']
***********************************************************************
[b'regret', b'fine', b'product', b'philip', b'use', b'like', b'cook']
***********************************************************************
[b'work', b'well', b'build', b'qualiti', b'good', b'valu', b'money', b'thou=
gh', b'similar', b'product', b'avail', b'market', b'much', b'cheaper', b'co=
st']
***********************************************************************
[b'excel', b'product', b'amaz', b'cook', b'use', b'virtual', b'addit', b'oi=
l', b'problem', b'clean', b'tray', b'cook', b'done', b'overal', b'good']
***********************************************************************
[b'good', b'deal']
***********************************************************************
[b'easi', b'use', b'good', b'look']
***********************************************************************
[b'good', b'product', b'want', b'feel', b'less', b'guilti', b'eat', b'fri',=
 b'stuff', b'amazon', b'deliveri', b'system', b'also', b'good', b'would', b=
'want', b'addit', b'accessori', b'like', b'bake', b'plate', b'separ', b'etc=
', b'also', b'separ', b'avail']
***********************************************************************
[b'clean', b'difficult', b'food', b'get', b'dri']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'good', b'wish', b'cuisin', b'book', b'along', b'product']
***********************************************************************
[b'unabl', b'regist']
***********************************************************************
[b'use']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'great', b'product', b'well', b'packag', b'satisfi', b'cook', b'result', =
b'make', b'great', b'french', b'fri', b'thing', b'warranti', b'card', b'com=
e', b'stamp', b'date', b'stamp', b'signatur']
***********************************************************************
[b'good', b'air', b'fryer']
***********************************************************************
[b'good', b'one']
***********************************************************************
[b'good', b'origin', b'product', b'excel', b'servic', b'usual', b'amazon', =
b'take', b'least', b'min', b'cook', b'anyth', b'tast', b'better', b'expect'=
, b'clear', b'differ', b'compar', b'deep', b'fri', b'stuff', b'power', b'sw=
itch', b'short', b'power', b'cord', b'minor', b'issu', b'work', b'amp', b'p=
ricey', b'compar', b'competit']
***********************************************************************
[b'good']
***********************************************************************
[b'definit', b'healthier', b'option']
***********************************************************************
[b'worth', b'good', b'qualiti']
***********************************************************************
[b'healthi', b'cook', b'review', b'use']
***********************************************************************
[b'safe', b'handl', b'easi', b'clean']
***********************************************************************
[b'great', b'qualiti']
***********************************************************************
[b'stay', b'healthi', b'inalsa', b'air', b'fryer']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[]
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'great', b'buy']
***********************************************************************
[b'warranti']
***********************************************************************
[b'good']
***********************************************************************
[b'gud', b'one']
***********************************************************************
[b'good', b'valu', b'money', b'air', b'fryer', b'multipurpos', b'great', b'=
recip', b'found', b'claim', b'compani']
***********************************************************************
[b'user', b'friend']
***********************************************************************
[b'good', b'want', b'avoid', b'oil', b'bit', b'oil', b'coat', b'improv', b'=
tast']
***********************************************************************
[b'would', b'rate', b'good', b'air', b'fryer']
***********************************************************************
[b'best']
***********************************************************************
[b'less', b'oil', b'item', b'made', b'unit', b'good']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'happi', b'eat']
***********************************************************************
[b'worth', b'money']
***********************************************************************
[b'perfect', b'product', b'healthi', b'life']
***********************************************************************
[]
***********************************************************************
[b'great', b'buy']
***********************************************************************
[b'good', b'one', b'worth']
***********************************************************************
[b'healthi', b'item', b'tast', b'bit', b'dri', b'less', b'oil', b'take', b'=
get', b'use', b'tast']
***********************************************************************
[b'nice', b'valu', b'money']
***********************************************************************
[b'warranti', b'provid']
***********************************************************************
[b'result', b'match', b'product', b'descript', b'oil', b'less', b'fri', b'e=
xcel', b'tast', b'deliveri', b'late', b'amazon', b'chang']
***********************************************************************
[b'perfect', b'price', b'work', b'expect', b'high', b'recommend']
***********************************************************************
[b'know', b'use', b'proper', b'way', b'get', b'tasti', b'food', b'import']
***********************************************************************
[b'easi', b'use', b'hard', b'notic', b'sound']
***********************************************************************
[b'nice', b'conveni', b'eat', b'guiltfre']
***********************************************************************
[b'must', b'buy', b'dont', b'big', b'brand', b'fanci', b'cosmet']
***********************************************************************
[b'pleas', b'note', b'air', b'fryer', b'pan', b'fit', b'proper']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'fri', b'without', b'oil', b'import', b'thing']
***********************************************************************
[b'help']
***********************************************************************
[b'valu', b'money', b'air', b'fryer']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'look', b'good']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'beginn']
***********************************************************************
[b'unpack', b'use', b'printout', b'must']
***********************************************************************
[b'took', b'almost', b'week', b'decid', b'buy', b'kenstar', b'howev', b'pre=
fer', b'philip', b'kenstar', b'year', b'warranti', b'product', b'nice', b'd=
eliveri', b'time', b'packag', b'perfect', b'recip', b'book', b'also', b'inc=
lud', b'issu', b'product', b'messh', b'non', b'stick', b'cook', b'chicken',=
 b'stick', b'also', b'clean', b'take', b'almost', b'minut', b'everytim', b'=
rest', b'product', b'fine', b'everi', b'recip', b'tri', b'per', b'cook', b'=
book', b'came', b'perfect', b'tasti', b'perfect', b'tandoori', b'chicken', =
b'fish', b'tikka', b'home', b'made', b'mathri', b'well']
***********************************************************************
[b'good']
***********************************************************************
[b'good', b'wnd', b'budget', b'friend']
***********************************************************************
[b'good']
***********************************************************************
[b'impress', b'cost']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'good']
***********************************************************************
[b'great', b'servic', b'custom']
***********************************************************************
[b'good', b'price']
***********************************************************************
[b'easi', b'use', b'use', b'last', b'five', b'year', b'cook', b'air', b'fry=
er', b'mean', b'fri', b'fish', b'even', b'work', b'help', b'reduc', b'oil',=
 b'usag', b'save', b'time', b'kitchen', b'use', b'liquid', b'soap', b'brush=
', b'clean', b'warm', b'water', b'also', b'use', b'silicon', b'brush', b'fo=
odgrad', b'light', b'brush', b'oil', b'use', b'pair', b'steel', b'tong', b'=
turn', b'item', b'fri', b'need', b'valu', b'money', b'good', b'health']
***********************************************************************
[b'eleg', b'red', b'air', b'fryer', b'must', b'buy']
***********************************************************************
[b'air', b'fryer', b'sop']
***********************************************************************
[b'good', b'one']
***********************************************************************
[b'first', b'got', b'broken', b'one', b'rsise', b'replac', b'got', b'replac=
', b'within', b'week', b'mani', b'thank', b'amazon', b'guess', b'time', b'p=
roduct', b'good', b'one', b'broken', b'thank', b'lot', b'come', b'product',=
 b'awesom', b'pretti', b'impress', b'fri', b'look', b'food', b'minimum', b'=
oil']
***********************************************************************
[b'far', b'good', b'use', b'week', b'though']
***********************************************************************
[b'great']
***********************************************************************
[b'good', b'product', b'qualiti']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'best', b'thing', b'healthi', b'cook']
***********************************************************************
[b'nice', b'easi', b'use', b'make', b'food', b'real', b'fast', b'crispi']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'love', b'meal', b'much', b'healthier', b'guilt', b'free', b'one', b'comp=
laint', b'imposs', b'touch', b'minut', b'heat', b'ive', b'burnt', b'hand', =
b'mani', b'time', b'open', b'airfryer', b'cook', b'sudden', b'gush', b'hot'=
, b'air', b'shock']
***********************************************************************
[b'build', b'qualiti', b'also', b'good', b'price']
***********************************************************************
[b'mark']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'good']
***********************************************************************
[b'must', b'applianc']
***********************************************************************
[b'best', b'product', b'excel', b'qualiti']
***********************************************************************
[b'good', b'enough', b'fat', b'free', b'diet', b'noth', b'over', b'differ',=
 b'use', b'microwav', b'grill', b'alreadi', b'one']
***********************************************************************
[b'satisfi']
***********************************************************************
[b'expect', b'jan', b'deal']
***********************************************************************
[b'good', b'product', b'easi', b'use', b'clean']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'review', b'month', b'regular', b'built', b'qualiti', b'sturdi', b'well',=
 b'built', b'knob', b'handl', b'pretti', b'solid', b'use', b'pleas', b'note=
', b'that', b'fryer', b'use', b'fri', b'french', b'fri', b'aloo', b'tikki',=
 b'kabab', b'frozen', b'chicken', b'veg', b'snack', b'cannot', b'use', b'fr=
i', b'pakora', b'drip', b'snack', b'sprinkl', b'littl', b'oil', b'butter', =
b'doesnt', b'stick', b'steel', b'tray', b'snack', b'put', b'work', b'heat',=
 b'coil', b'fan', b'top', b'temperatur', b'nob', b'timer', b'tray', b'pull'=
, b'remov', b'mechan', b'metal', b'mesh', b'grill', b'snack', b'put', b'fri=
', b'take', b'lot', b'time', b'fri', b'anyth', b'normal', b'hara', b'bhara'=
, b'kabab', b'take', b'around', b'min', b'cook', b'youll', b'end', b'fri', =
b'tradit', b'kadai', b'save', b'time', b'card', b'given', b'fryer', b'speci=
fi', b'amount', b'time', b'heat', b'intens', b'requir', b'cook', b'snack', =
b'chicken', b'veg', b'dish', b'fryer', b'still', b'far', b'perfect', b'grea=
t', b'start', b'happi', b'product', b'dont', b'confus', b'oven', b'cannot',=
 b'use', b'heat', b'thing', b'like', b'review', b'find', b'help', b'click',=
 b'yes', b'button']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'great', b'air', b'fryer', b'work', b'nice', b'look', b'great']
***********************************************************************
[b'near', b'perfect']
***********************************************************************
[b'happi', b'product', b'deliv', b'time']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'good', b'product', b'great', b'price']
***********************************************************************
[b'took', b'almost', b'day', b'air', b'fryer', b'reach', b'time', b'order',=
 b'anyway', b'quit', b'happi', b'air', b'fryer', b'deliv', b'use', b'tool',=
 b'everi', b'kitchen', b'though', b'work', b'poori', b'make', b'great', b'f=
rench', b'fri', b'cutlet', b'croquett', b'fri', b'chicken', b'paneer', b'wi=
thout', b'oil', b'koorkur', b'bhindi', b'came', b'pretti', b'good', b'half'=
, b'teaspoon', b'oil', b'pre', b'mix', b'besan', b'yes', b'littl', b'chewi'=
, b'side', b'that', b'teeni', b'bit', b'compromis', b'use', b'fryer', b'ext=
ens', b'saut', b'veggi', b'cauliflow', b'karela', b'cook', b'indian', b'foo=
d', b'sprinkl', b'littl', b'water', b'afterward', b'fryer', b'tend', b'dehy=
dr', b'veggi']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'french', b'fri', b'dont', b'work', b'perfect', b'crunch', b'advertis', b=
'otherwis', b'great', b'oil', b'free', b'cook', b'altern']
***********************************************************************
[b'good', b'best']
***********************************************************************
[b'good', b'product', b'valu', b'money', b'deal']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'heathi', b'altern']
***********************************************************************
[b'smart', b'use', b'oil', b'free', b'cook']
***********************************************************************
[b'poor', b'kitchen', b'inalsa', b'airfrier']
***********************************************************************
[b'marvel', b'trustabl', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'decent', b'buy']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'almost', b'perfect', b'airfryer']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'good', b'qualiti', b'product', b'use', b'make', b'healthi', b'snack']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'valu', b'money', b'air', b'fryer']
***********************************************************************
[b'good', b'product', b'great', b'price']
***********************************************************************
[b'fri', b'without', b'oil', b'import', b'thing']
***********************************************************************
[b'air', b'fryer', b'differ', b'seller']
***********************************************************************
[b'handi', b'product', b'gurante', b'good', b'health']
***********************************************************************
[b'valu', b'money', b'product']
***********************************************************************
[b'fryer', b'review']
***********************************************************************
[b'receiv', b'broken', b'handlehav', b'put', b'return', b'request']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'fine', b'mention', b'warranti', b'card', b'product', b'dealer', b'arrang=
', b'per', b'practic', b'representatorfrom', b'compani', b'visit', b'demo',=
 b'noth', b'happen', b'far', b'hope', b'make', b'arrang', b'thank']
***********************************************************************
[b'marvel', b'trustabl', b'product']
***********************************************************************
[b'healthi', b'option', b'cook', b'great', b'valu']
***********************************************************************
[b'good', b'best']
***********************************************************************
[b'sturdi', b'util', b'product']
***********************************************************************
[b'good', b'one']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'damag', b'product', b'reciev', b'weak', b'handl']
***********************************************************************
[b'sturdi', b'util', b'product']
***********************************************************************
[b'healthi', b'option', b'cook', b'great', b'valu']
***********************************************************************
[b'easi', b'use', b'worthi', b'money']
***********************************************************************
[b'damag', b'product', b'reciev', b'weak', b'handl']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'one']
***********************************************************************
[b'actual', b'purchas', b'realli', b'good', b'heat', b'puff', b'bake', b'ca=
ke', b'recommend', b'make', b'french', b'fri', b'worst', b'week', b'use', b=
'make', b'grill', b'chicken', b'come', b'superb', b'philip', b'air', b'frye=
r', b'work', b'fine', b'microwav', b'cannot', b'stuff', b'micro', b'air', b=
'fryer', b'accumul', b'quantiti', b'love', b'keep', b'thing', b'best', b'sm=
art', b'friend', b'home']
***********************************************************************
[b'great', b'buy']
***********************************************************************
[b'satisfi']
***********************************************************************
[b'purchas', b'great', b'expect', b'septemb', b'thank', b'courier', b'compa=
ni', b'read', b'blue', b'dart', b'deliv', b'octob', b'though', b'ship', b's=
eptemb', b'tri', b'simpl', b'home', b'made', b'potato', b'chip', b'afternoo=
n', b'sever', b'tri', b'half', b'bake', b'burn', b'chip', b'came', b'discov=
', b'fan', b'work', b'blow', b'rapid', b'hot', b'air', b'contact', b'philli=
p', b'consum', b'care', b'replac', b'till', b'octob', b'noth', b'happen', b=
'deserv', b'zero', b'star', b'rate', b'couldnt', b'option', b'total', b'hat=
e', b'review', b'one', b'usual', b'give', b'negat', b'review', b'angri', b'=
forgot', b'comment', b'happi', b'initi', b'hiccup', b'philip', b'replac', b=
'product', b'new', b'one', b'good', b'run', b'fine', b'still', b'today', b'=
machin', b'job', b'meant', b'think', b'machin', b'damag', b'way', b'deliver=
i', b'bhiwandi', b'kolkata', b'back', b'bhiwandi', b'back', b'kolkata', b'f=
inal', b'deliv', b'bycycl', b'damag', b'carton', b'courier', b'compani', b'=
blue', b'dart', b'didnt', b'abl', b'find', b'kolkata', b'address', b'send',=
 b'back', b'product', b'amazon', b'though', b'previous', b'deliv', b'lot', =
b'packag', b'address', b'anyway', b'thumb', b'philip', b'product', b'servic=
']
***********************************************************************
[b'must', b'applianc']
***********************************************************************
[b'mark']
***********************************************************************
[b'seem', b'good']
***********************************************************************
[b'product']
***********************************************************************
[b'truli', b'amaz', b'product']
***********************************************************************
[b'almost', b'perfect', b'airfryer']
***********************************************************************
[b'seem', b'good']
***********************************************************************
[b'easi', b'use', b'worthi', b'money']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'paisa', b'vasool', b'great', b'product', b'simpl', b'use']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'poor', b'kitchen', b'inalsa', b'airfrier']
***********************************************************************
[b'product', b'qualiti', b'top', b'class', b'usag', b'limit']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'run', b'food', b'blog', b'www', b'eatlivecook', b'com', b'foodi', b'howe=
v', b'also', b'overweight', b'exercis', b'keep', b'weight', b'control', b'b=
ought', b'air', b'fryer', b'saw', b'commerci', b'time', b'honest', b'skepti=
c', b'gadget', b'claim', b'made', b'thank', b'amazon', b'gadget', b'deliv',=
 b'two', b'dayssinc', b'air', b'fri', b'lot', b'usual', b'store', b'bought'=
, b'fri', b'turn', b'great', b'store', b'bought', b'chicken', b'nugget', b'=
real', b'fun', b'began', b'tri', b'experi', b'other', b'recip', b'air', b'f=
ri', b'fish', b'fillet', b'instead', b'pan', b'fri', b'turn', b'great', b'e=
ven', b'air', b'fri', b'stuf', b'pomfret', b'recip', b'air', b'fryer', b'in=
struct', b'found', b'www', b'eatlivecook', b'com', b'html', b'food', b'air'=
, b'fri', b'close', b'real', b'thing', b'except', b'store', b'bought', b'fr=
i', b'turn', b'crispi', b'definit', b'cannot', b'compar', b'deep', b'fri', =
b'fri', b'said', b'ever', b'back', b'deep', b'fri', b'food', b'chancefew', =
b'use', b'oil', b'spray', b'basket', b'prevent', b'food', b'stick', b'also'=
, b'use', b'oil', b'spray', b'spray', b'food', b'ensur', b'oil', b'usag', b=
'minimumwil', b'keep', b'experi', b'post', b'air', b'fryer', b'version', b'=
tradit', b'fri', b'recip', b'soonoveral', b'great', b'product', b'deliv']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'good', b'oper', b'maintain', b'vfm']
***********************************************************************
[b'fryer', b'review']
***********************************************************************
[b'heathi', b'altern']
***********************************************************************
[b'good']
***********************************************************************
[b'smart', b'use', b'oil', b'free', b'cook']
***********************************************************************
[b'qualiti', b'product']
***********************************************************************
[b'timer', b'work', b'order', b'replac']
***********************************************************************
[b'good']
***********************************************************************
[b'use', b'member', b'famili']
***********************************************************************
[b'great', b'buy', b'versatil']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'quit', b'decent', b'could', b'come', b'addit', b'tray']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'heat', b'power', b'oven', b'easili', b'substitut', b'deep', b'fri', b'oi=
l']
***********************************************************************
[b'truli', b'amaz', b'product']
***********************************************************************
[b'product']
***********************************************************************
[b'good', b'valu', b'money']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'decent', b'buy']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'qualiti', b'product', b'philip']
***********************************************************************
[b'like', b'much']
***********************************************************************
[b'good', b'product', b'valu', b'money']
***********************************************************************
[b'easi', b'use', b'great', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product', b'easi', b'use', b'food', b'free', b'oil']
***********************************************************************
[b'wonder', b'product']
***********************************************************************
[b'superb', b'product', b'help', b'promot', b'healthi', b'cook', b'healthi'=
, b'eat']
***********************************************************************
[b'excel']
***********************************************************************
[b'awesom']
***********************************************************************
[b'good', b'product', b'excel', b'health', b'conscious', b'peopl']
***********************************************************************
[b'use', b'sinc', b'last', b'year', b'amaz', b'qualiti']
***********************************************************************
[b'satisfi']
***********************************************************************
[b'good', b'product', b'expect', b'deliveri', b'time']
***********************************************************************
[b'everi', b'far', b'good', b'thank']
***********************************************************************
[]
***********************************************************************
[b'fun', b'easi', b'use', b'clean', b'product']
***********************************************************************
[b'nice', b'price']
***********************************************************************
[b'great', b'product', b'best', b'price', b'amazon', b'rock']
***********************************************************************
[b'best', b'rang']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'airfryer', b'liter', b'save', b'heart', b'attack', b'fast', b'econom', b=
'use', b'littl', b'oil', b'work', b'almost', b'anythingid', b'recommend', b=
'one', b'everyon', b'great', b'way', b'stay', b'healthi', b'still', b'enjoy=
', b'realli', b'good', b'fri', b'food', b'tablespoon', b'oil', b'trick', b'=
especi', b'great', b'make', b'snack']
***********************************************************************
[b'less', b'amount', b'oil', b'thought', b'food', b'would', b'tast', b'good=
', b'wasnt', b'phillip', b'air', b'fryer', b'good', b'job']
***********************************************************************
[b'good', b'product', b'satisfi', b'amazon', b'servic']
***********************************************************************
[b'wonder', b'buy', b'much', b'fri', b'food', b'want', b'without', b'actual=
', b'fri', b'oil']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'excel', b'product', b'good', b'health', b'receiv', b'partit', b'slide', =
b'fryer']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'ecel', b'gadget', b'home', b'eas', b'oper', b'use', b'amazon', b'made', =
b'easier', b'one', b'without', b'hassel', b'happi', b'cook']
***********************************************************************
[b'good']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'amaz', b'product', b'deliveri', b'packag', b'also', b'good', b'didnt', b=
'contain', b'brush', b'accessori', b'need', b'buy', b'separ', b'though', b'=
check', b'croma', b'said', b'accessori', b'includ', b'devic', b'almost', b'=
differ', b'bug', b'market', b'amazon', b'price', b'prefer', b'cook', b'real=
li', b'magic', b'devic', b'tri', b'mani', b'thing', b'like', b'pani', b'poo=
ri', b'chees', b'shot', b'cours', b'french', b'fri', b'crispi', b'bhindi', =
b'bread', b'roll', b'everi', b'thing', b'perfect', b'tast', b'light', b'ini=
ti', b'doubt', b'full', b'buy', b'realli', b'happi', b'best', b'easi', b'us=
e', b'clean', b'one', b'drawback', b'short', b'cord']
***********************************************************************
[b'littl', b'bit', b'expens', b'worth', b'money']
***********************************************************************
[b'good']
***********************************************************************
[b'realli', b'good', b'well', b'price', b'well', b'super', b'packaginf']
***********************************************************************
[b'want', b'anoth', b'price']
***********************************************************************
[b'amazon', b'good', b'servic', b'support', b'team', b'realli', b'impress',=
 b'promt', b'servic', b'keep', b'thank']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'nice']
***********************************************************************
[b'great', b'way', b'make', b'healthi', b'dish']
***********************************************************************
[b'time', b'deliveri', b'great', b'price']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'good', b'qualiti']
***********************************************************************
[b'best', b'gadget', b'pride', b'kitchen']
***********************************************************************
[b'love']
***********************************************************************
[b'good']
***********************************************************************
[b'use', b'often', b'good']
***********************************************************************
[b'love']
***********************************************************************
[b'use', b'daili', b'far', b'issu']
***********************************************************************
[b'use', b'even', b'snack']
***********************************************************************
[b'till', b'work', b'fine']
***********************************************************************
[b'sturdi', b'product', b'buy', b'appropri', b'accessori']
***********************************************************************
[b'amaz', b'must', b'product', b'food', b'lover', b'healthi', b'diet', b'he=
althi', b'life']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'nice', b'product', b'prepar', b'samosa', b'biscuit', b'use', b'tasti', b=
'prepar', b'namkeen', b'today', b'occas', b'diwali', b'good', b'must', b'ap=
plianc']
***********************************************************************
[b'awesom']
***********************************************************************
[b'good']
***********************************************************************
[b'nice']
***********************************************************************
[b'use', b'everyday', b'even', b'make', b'food', b'manufactur', b'thought',=
 b'littl', b'experi', b'goe', b'long', b'way', b'suggest', b'friend', b'bou=
ght', b'later', b'got', b'sister', b'buy', b'three', b'realli']
***********************************************************************
[b'good', b'one', b'buy', b'market']
***********************************************************************
[b'amaz', b'product', b'healthi', b'live']
***********************************************************************
[b'good']
***********************************************************************
[b'super', b'devic', b'without', b'oil', b'french', b'fri', b'delici', b'wi=
fe', b'use', b'almost', b'everyth', b'one', b'best', b'purchas', b'dont', b=
'feel', b'guilti', b'eat', b'kind', b'food']
***********************************************************************
[b'good', b'airfryer', b'alway', b'philip']
***********************************************************************
[b'phillip', b'alway', b'make', b'good', b'product', b'also', b'best']
***********************************************************************
[b'vert', b'good', b'product', b'recommend', b'everyon', b'afraid', b'oil',=
 b'food']
***********************************************************************
[b'must', b'awesom']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'super', b'fantast']
***********************************************************************
[b'good', b'product', b'even', b'made', b'grill', b'fish', b'chicken', b'dr=
umstick']
***********************************************************************
[b'amaz', b'product', b'simpli', b'stash', b'frozen', b'fri', b'yummiez', b=
'mccain', b'need', b'appli', b'even', b'drop', b'oil', b'mcdonald', b'like'=
, b'french', b'fri', b'readi', b'eat', b'minut']
***********************************************************************
[b'use', b'work', b'nice']
***********************************************************************
[b'good', b'buy', b'fri', b'recip', b'come', b'well', b'chang', b'oil', b'c=
onsumpt', b'quiet', b'evid']
***********************************************************************
[b'exceed', b'expect', b'way', b'beyond', b'must', b'household', b'focus', =
b'healthi', b'cook']
***********************************************************************
[b'amaz', b'product', b'mani', b'healthi', b'reason', b'one']
***********************************************************************
[b'superb', b'qualiti', b'wonder', b'design', b'philip', b'first', b'compan=
i', b'world', b'design', b'air', b'fryer', b'first', b'time', b'sturdi', b'=
easi', b'use', b'love']
***********************************************************************
[b'mom', b'love', b'make', b'fri', b'chip', b'tikki', b'without', b'lot', b=
'oil']
***********************************************************************
[b'philip', b'innov', b'alway', b'fabul', b'product', b'peopl', b'frighten'=
, b'eat', b'fri']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'great']
***********************************************************************
[b'fantast', b'job', b'much', b'expect']
***********************************************************************
[b'nice']
***********************************************************************
[b'use', b'good', b'snack', b'without', b'oil']
***********************************************************************
[b'realli', b'happi', b'cook']
***********************************************************************
[b'conveni', b'effect']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'excel']
***********************************************************************
[b'like', b'everi', b'product', b'pros', b'area', b'improv', b'tri', b'list=
', b'realli', b'healthi', b'option', b'fri', b'food', b'excel', b'heat', b'=
food', b'well', b'dri', b'food', b'tire', b'heat', b'refriger', b'paneer', =
b'min', b'degre', b'turn', b'realli', b'crunchi', b'soft', b'non', b'veg', =
b'product', b'cook', b'turn', b'realli', b'juici', b'insid', b'food', b'wit=
hout', b'guilt', b'bad', b'health', b'affect', b'look', b'chicken', b'wing'=
, b'drum', b'stick', b'fri', b'actual', b'bad', b'health', b'deep', b'fri',=
 b'make', b'bad', b'good', b'minus', b'oil', b'that', b'guilt', b'free', b'=
munch', b'favorit', b'stuff', b'nice', b'shape', b'look', b'build', b'solid=
', b'take', b'littl', b'space', b'toaster', b'less', b'nois', b'big', b'plu=
s', b'odor', b'smoke', b'mild', b'pleasant', b'smell', b'food', b'cook', b'=
come', b'auto', b'shut', b'timer', b'sound', b'alarm', b'need', b'sit', b'f=
ront', b'anymor', b'keep', b'food', b'warm', b'insid', b'sometim', b'open',=
 b'perfect', b'singl', b'person', b'coupl', b'small', b'famili', b'bottl', =
b'oil', b'make', b'fri', b'home', b'would', b'big', b'wast', b'money', b'oi=
l', b'mention', b'sticki', b'bad', b'smell', b'anymor', b'eat', b'feel', b'=
meal', b'due', b'excess', b'oil', b'stomach', b'massiv', b'oil', b'save', b=
'take', b'tabl', b'spoon', b'oil', b'make', b'fri', b'two', b'use', b'super=
', b'heat', b'air', b'microwav', b'ever', b'tri', b'search', b'net', b'micr=
owav', b'destroy', b'food', b'valu', b'food', b'check', b'area', b'compar',=
 b'smaller', b'size', b'basket', b'make', b'difficult', b'server', b'multip=
l', b'ppl', b'one', b'ppl', b'dont', b'dishwash', b'may', b'troubl', b'wash=
', b'grill', b'bin', b'written', b'use', b'even', b'spong', b'scrubber', b'=
clean', b'need', b'power', b'backup', b'home', b'light', b'fri', b'care', b=
'push', b'basket', b'releas', b'button', b'bottom', b'tray', b'may', b'fall=
', b'product', b'come', b'red', b'warn', b'tag', b'cost', b'factor', b'bit'=
, b'higher', b'side', b'spectrum', b'food', b'cook', b'frier', b'littl', b'=
limit', b'moment', b'love', b'fri', b'stuff', b'cant', b'feel', b'guilt', b=
'due', b'liter', b'oil', b'household', b'look', b'healthi', b'altern', b'oi=
l', b'fri', b'food', b'final', b'come', b'crunchi', b'tast', b'bad', b'heal=
th', b'noth', b'beat', b'deep', b'oil', b'fri', b'food', b'air', b'frier', =
b'come', b'closest', b'beat', b'record']
***********************************************************************
[b'best', b'product', b'philip', b'must', b'everi', b'kitchen', b'awesom', =
b'product', b'ever', b'stumbl', b'upon']
***********************************************************************
[b'deliveri', b'agent', b'refus', b'test', b'product', b'premis', b'cash', =
b'deliveri', b'seamless', b'work', b'well']
***********************************************************************
[b'extrem', b'good']
***********************************************************************
[b'happi', b'experi']
***********************************************************************
[b'nice', b'product', b'usefulwork', b'perfectlyveri', b'nice']
***********************************************************************
[b'wonder', b'product', b'perform', b'advertis', b'love', b'roast', b'tasti=
', b'thing', b'healthi', b'way']
***********************************************************************
[b'good', b'qualiti', b'product', b'use']
***********************************************************************
[b'one', b'best', b'fryer', b'market', b'good', b'qualiti']
***********************************************************************
[b'good']
***********************************************************************
[b'easi', b'handl', b'help', b'save', b'time', b'oil', b'consumpt', b'excel=
', b'choic']
***********************************************************************
[b'product', b'good', b'like', b'price', b'less', b'hour', b'price', b'inr'=
]
***********************************************************************
[b'product', b'best', b'competit']
***********************************************************************
[b'good', b'ive', b'tri', b'item', b'happi', b'minim', b'oil', b'utilis', b=
'fri', b'thank']
***********************************************************************
[b'good', b'product', b'suppli', b'chain']
***********************************************************************
[b'love', b'product', b'work', b'nice']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'handi', b'children', b'love', b'french', b'fri', b'cook', b'fryer']
***********************************************************************
[b'valu', b'money', b'depend', b'use']
***********************************************************************
[b'sudden', b'realis', b'need', b'cut', b'deep', b'fri', b'maintain', b'hea=
lthi', b'lifestyl', b'guilt', b'free', b'meal', b'amaz', b'product', b'use'=
, b'today', b'made', b'french', b'fri', b'came', b'crisp', b'without', b'dr=
op', b'oil', b'follow', b'make', b'crispi', b'chilli', b'potato', b'everybo=
di', b'love', b'best', b'part', b'oil', b'free', b'potato', b'delici', b'ai=
r', b'fryer', b'worth', b'everi', b'penni', b'recommend']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'impress', b'product', b'actual', b'fri', b'stuff', b'well', b'without', =
b'oil', b'quicker', b'better', b'microwav', b'convect', b'small', b'compar'=
, b'oven', b'big', b'famili', b'parti', b'cook', b'batch', b'time', b'consu=
m', b'bit', b'care', b'take', b'food', b'airfryer', b'get', b'hot', b'tri',=
 b'fri', b'stuff', b'pizza', b'cake', b'come', b'perfect']
***********************************************************************
[b'worthful', b'machin']
***********************************************************************
[b'love']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'good']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'excel', b'perform', b'product']
***********************************************************************
[b'must', b'kitchen', b'applianc']
***********************************************************************
[b'like', b'state']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'excel', b'product', b'cheer']
***********************************************************************
[b'bless', b'peopl', b'love', b'fri', b'hate', b'fat']
***********************************************************************
[b'pack', b'done', b'good', b'damag', b'ever', b'occur', b'good', b'keep', =
b'amazon']
***********************************************************************
[b'satisfi', b'bothdeliveri', b'well', b'product']
***********************************************************************
[b'fantast', b'easi', b'use']
***********************************************************************
[b'reciev', b'day', b'order', b'packag', b'best', b'good', b'product', b'mu=
st', b'saycon', b'warranti', b'card', b'wanna', b'dent', b'fri']
***********************************************************************
[b'great', b'small', b'famili']
***********************************************************************
[b'good', b'use']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'excel', b'product', b'prompt', b'deliveri']
***********************************************************************
[b'good', b'one', b'low', b'price', b'thank', b'amazon']
***********************************************************************
[b'good', b'product', b'use', b'almost', b'everi', b'day', b'sinc', b'bough=
t', b'two', b'week', b'back']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'amaz', b'piec', b'art', b'easi', b'tasti', b'love']
***********************************************************************
[b'perfect', b'product', b'healthi']
***********************************************************************
[b'love']
***********************************************************************
[b'product', b'amaz', b'deliv', b'still', b'confus', b'whether', b'buy', b'=
air', b'fryer', b'may', b'air', b'fryer', b'market', b'cheaper', b'philip',=
 b'air', b'fryer', b'pioneer', b'product', b'unlik', b'brand', b'undergo', =
b'copi', b'gave', b'lesser', b'price', b'brand', b'dont', b'deliv', b'must'=
, b'understand', b'rapid', b'air', b'technolog', b'philip', b'patent', b'ai=
r', b'fryer', b'various', b'brand', b'cannot', b'food', b'cook', b'well', b=
'air', b'flow', b'doesnt', b'work', b'fine', b'tri', b'chip', b'chicken', b=
'paneer', b'tikka', b'brinjal', b'fri', b'amaz', b'almost', b'like', b'deep=
', b'fri', b'alot', b'oil', b'wasnt', b'must', b'also', b'note', b'intern',=
 b'product', b'cook', b'indian', b'food', b'possibl', b'buck', b'compromis'=
, b'buy', b'philip', b'test', b'brand', b'sure', b'upto', b'youll']
***********************************************************************
[b'must', b'addit', b'kitchen', b'easi', b'convineint']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'excel', b'product', b'yummi', b'food']
***********************************************************************
[b'amaz']
***********************************************************************
[b'good', b'product', b'easi', b'use', b'good', b'cook', b'realli', b'tasti=
', b'minimum', b'oil']
***********************************************************************
[b'extrem', b'use', b'qualiti', b'product', b'eleg', b'design']
***********************************************************************
[b'love', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'wonder', b'addit', b'kitchen', b'eat', b'healthi', b'snack', b'magic', b=
'fryer', b'cook', b'bake', b'grill', b'roast', b'oil', b'littl', b'quantiti=
']
***********************************************************************
[b'perfect', b'weight', b'watcher']
***********************************************************************
[b'good', b'product', b'amazon', b'love', b'amazon', b'spent', b'money', b'=
philip', b'airfryer', b'satisfi']
***********************************************************************
[b'amaz', b'product', b'superb', b'digit', b'display']
***********************************************************************
[b'awesom', b'health', b'product']
***********************************************************************
[b'thrill', b'product', b'easi', b'use', b'qualiti', b'air', b'fri', b'exce=
l', b'ive', b'use', b'extens', b'far', b'fri', b'fish', b'make', b'french',=
 b'fri', b'also', b'glad', b'bought', b'philip', b'unit', b'bit', b'expens'=
, b'worth', b'everi', b'penni']
***********************************************************************
[b'although', b'shipment', b'bit', b'delay', b'product', b'work', b'well', =
b'use', b'almost', b'daili']
***********************************************************************
[b'nil']
***********************************************************************
[b'excel', b'product', b'mani', b'similar', b'product', b'avail', b'much', =
b'less', b'stick', b'philip', b'long', b'time', b'work', b'advertis', b'tri=
', b'mani', b'thing', b'excel', b'result', b'littl', b'oil', b'good', b'pun=
jabi', b'diabet']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'awesom', b'product', b'wont', b'regret', b'amaz', b'qualiti', b'food', b=
'process']
***********************************************************************
[b'excel']
***********************************************************************
[b'much', b'satisfi']
***********************************************************************
[b'best', b'product', b'ever']
***********************************************************************
[b'product', b'philip', b'use', b'extrem', b'low', b'quantiti', b'oil', b'e=
asi', b'use', b'tri', b'french', b'fri', b'chicken', b'tikka', b'potato', b=
'wedg', b'far', b'everyth', b'come', b'extra', b'oil', b'go', b'drip', b'tr=
ay', b'qualiti', b'plastic', b'metal', b'tray', b'insid', b'fantast', b'bes=
t', b'thing', b'tast', b'food', b'remain', b'intact', b'even', b'low', b'qu=
antiti', b'oil', b'make', b'product', b'absolut', b'valu', b'money']
***********************************************************************
[b'happi', b'perform', b'howev', b'two', b'level', b'mesh', b'separ', b'cou=
ld', b'util', b'handl', b'content', b'tray', b'hope', b'philip', b'come', b=
'accessori']
***********************************************************************
[b'great', b'product', b'cook', b'everyth', b'without', b'use', b'oil', b'p=
erfect']
***********************************************************************
[b'great', b'item', b'great', b'deal', b'slow', b'deliveri']
***********************************************************************
[b'wonder', b'purchas']
***********************************************************************
[b'fabul', b'item', b'use', b'cook', b'everi', b'item', b'like']
***********************************************************************
[b'love', b'cook', b'predict', b'unlik', b'microwav', b'tri', b'paneer', b'=
potato', b'item', b'turn', b'good', b'clean', b'part', b'teadious', b'time'=
, b'paint', b'might', b'come', b'care', b'tri', b'item', b'mention', b'menu=
']
***********************************************************************
[b'wonder']
***********************************************************************
[b'amazon', b'packag', b'usual', b'amazon', b'great', b'job', b'issu', b'he=
reproduct', b'love', b'opul', b'design', b'add', b'spark', b'kitchen', b'ea=
s', b'set', b'timer', b'fri', b'food', b'doesnt', b'sound', b'much', b'also=
', b'get', b'recip', b'booklet', b'along', b'air', b'fryer', b'help', b'coo=
k', b'beginn', b'like', b'overal', b'love', b'product', b'mother', b'cook',=
 b'chicken', b'tikka', b'chicken', b'kofta', b'french', b'fri', b'mouth', b=
'water', b'stuff', b'fryer', b'awesomemust', b'buy', b'love', b'eat', b'lov=
e', b'cook', b'eas']
***********************************************************************
[b'great', b'product', b'even', b'less', b'oil', b'airfryer', b'manag', b'c=
ook', b'product', b'realli', b'well', b'final', b'eat', b'stuff', b'like', =
b'without', b'worri', b'much', b'fat']
***********************************************************************
[b'exel']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'advertis']
***********************************************************************
[b'use']
***********************************************************************
[b'awesom', b'product', b'food', b'cook', b'realli', b'tast', b'good', b'wi=
thout', b'oil']
***********************************************************************
[b'easi', b'use', b'easi', b'clean']
***********************************************************************
[b'happi', b'airfryer', b'could', b'liter', b'move', b'almost', b'everyth',=
 b'use', b'deep', b'fri', b'air', b'fryer', b'tast', b'almost', b'earlier',=
 b'could', b'hard', b'eat', b'deep', b'fri', b'stuff', b'use', b'catch', b'=
migrain', b'headach', b'enjoy', b'air', b'fryer']
***********************************************************************
[b'excel', b'product', b'must', b'kitchen', b'esp', b'roast', b'food']
***********************************************************************
[b'use', b'gadget', b'love', b'snack', b'scare', b'oili', b'food', b'bought=
', b'gift', b'mother', b'enjoy', b'made', b'samosa', b'french', b'fri', b'a=
maz', b'soft', b'crisp', b'outsid', b'brinjal', b'chip', b'ladi', b'finger'=
, b'crisp', b'babi', b'corn', b'fritter', b'easi', b'use', b'output', b'ama=
z', b'philip', b'alway', b'come', b'good', b'product', b'great', b'finish',=
 b'eas', b'use']
***********************************************************************
[b'great', b'valu', b'money', b'simpl', b'use', b'effect', b'becom', b'big'=
, b'part', b'kitchen']
***********************************************************************
[b'good']
***********************************************************************
[b'best', b'item']
***********************************************************************
[b'healthi', b'eat', b'itno', b'compromis', b'tast']
***********************************************************************
[b'time', b'deliveri', b'great', b'packag', b'product', b'cook', b'realli',=
 b'well', b'differ', b'tast', b'compar', b'normal', b'fri', b'food']
***********************************************************************
[b'good', b'peic', b'must', b'modern', b'kitchen', b'smooth', b'process', b=
'select', b'deliveri', b'amazon']
***********************************************************************
[b'amaz', b'product', b'philip', b'tri', b'make', b'sever', b'differ', b're=
cip', b'app', b'avail', b'ipad', b'accessori', b'difficult', b'find']
***********************************************************************
[b'good', b'one']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'handi', b'kitchen', b'tool', b'weight', b'watcher', b'reduc', b'oil', b'=
consum', b'doesnt', b'compromis', b'tast']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'fulli', b'satisfi']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'good', b'buy', b'better', b'indian', b'brand']
***********************************************************************
[b'price', b'high', b'compar', b'paytm']
***********************************************************************
[b'easi', b'clean']
***********************************************************************
[b'nice', b'fryer', b'recommend']
***********************************************************************
[b'excel', b'product', b'yummi', b'food', b'minus', b'oodl', b'oil', b'use'=
, b'deep', b'fri']
***********************************************************************
[b'nice', b'use', b'foodi', b'good', b'deal', b'buck', b'purchas', b'cake',=
 b'tin', b'separ', b'buck']
***********************************************************************
[b'everyon', b'want', b'get', b'rid', b'fri', b'buy', b'itphilip', b'braine=
r']
***********************************************************************
[b'great']
***********************************************************************
[b'easi', b'use', b'save', b'time']
***********************************************************************
[b'good', b'product', b'work', b'well', b'receiv', b'receip', b'booklet', b=
'normal', b'come', b'product']
***********************************************************************
[b'thank']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'amaz', b'equip', b'amoz', b'servic', b'amazon', b'got', b'deliceri', b'w=
ithin', b'hrs', b'even', b'though', b'order', b'mention', b'work', b'day', =
b'cheer']
***********************************************************************
[b'excel', b'product', b'everi', b'urban', b'household', b'one', b'use', b'=
regular']
***********************************************************************
[b'best', b'busi', b'come', b'airfryer', b'tri', b'mccain', b'readi', b'eat=
', b'came', b'well', b'less', b'oil']
***********************************************************************
[b'best', b'product', b'bought', b'ever', b'complet', b'valu', b'money', b'=
cook', b'anyth', b'perfect', b'like', b'god', b'gift', b'weight', b'watcher=
', b'fri', b'roast', b'grill', b'bake', b'superhero', b'kitchen']
***********************************************************************
[b'realli', b'nice', b'product']
***********************************************************************
[b'use', b'product', b'love']
***********************************************************************
[b'cook', b'well', b'bare', b'oil', b'hassl', b'free', b'cook', b'healthi',=
 b'way', b'cook', b'high', b'recommend', b'come', b'year', b'warranti', b't=
hat', b'ad', b'bonus']
***********************************************************************
[b'tough', b'clean', b'mesh', b'insid']
***********************************************************************
[b'best', b'thing', b'buy', b'kitchen', b'pizza', b'grill', b'chicken', b'f=
rozen', b'come', b'excel', b'happi', b'indian', b'cook', b'though', b'love'=
]
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'easi', b'use', b'food', b'come', b'good']
***********************************************************************
[b'good']
***********************************************************************
[b'awesom', b'inde']
***********************************************************************
[b'friend', b'user']
***********************************************************************
[b'excel', b'product', b'much', b'satisfi', b'prompt', b'deliveri', b'amazo=
n']
***********************************************************************
[b'would', b'recommend', b'purchas', b'item', b'packag', b'deliveri', b'les=
s', b'mention', b'date']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'best']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'great', b'product', b'easi', b'use']
***********************************************************************
[b'everyon', b'home', b'love']
***********************************************************************
[b'use', b'stabl', b'product', b'must', b'buy', b'want', b'move', b'less', =
b'oili', b'food', b'clean', b'net', b'bit', b'difficult', b'prepar', b'over=
look', b'mental', b'problem', b'live', b'slight', b'dirti', b'net', b'subse=
qu', b'usag', b'product', b'awesom', b'easi', b'use']
***********************************************************************
[b'use', b'product']
***********************************************************************
[b'realli', b'replac', b'convent', b'boil', b'oil', b'vessel', b'deliv', b'=
equal', b'good', b'cook', b'san', b'oil', b'wonder', b'health', b'concious'=
]
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'dont', b'insid', b'box', b'content', b'pic', b'sorri', b'pesp', b'first'=
, b'time', b'bought', b'someth', b'seller', b'good', b'job', b'done', b'won=
t', b'knit', b'pick', b'seller', b'use', b'lot', b'polythen', b'wrap', b'wr=
ap', b'babi', b'look', b'upload', b'pic', b'blockbust', b'deal', b'know', b=
'margin', b'differ', b'much', b'worth', b'mention', b'insid', b'far', b'rem=
emb', b'unbox', b'fryer', b'warranti', b'quick', b'start', b'recip', b'book=
', b'indian', b'warn', b'easi', b'almost', b'oil', b'need', b'need', b'brus=
h', b'samosa', b'whatev', b'look', b'fri', b'hassl', b'free', b'need', b'fl=
ip', b'dish', b'mandatori', b'though', b'noth', b'accord', b'mepric', b'jus=
tifi', b'yess', b'chef', b'mom', b'prepar', b'samosa', b'twice', b'absolut'=
, b'love', b'look', b'fryer', b'fri', b'without', b'involv', b'much', b'oil=
', b'lesser', b'oil', b'quot', b'philip', b'thank', b'read', b'hope', b'fou=
nd', b'help']
***********************************************************************
[]
***********************************************************************
[b'easi', b'solut', b'cook', b'continent', b'food', b'much', b'suitabl', b'=
indian', b'cook']
***********************************************************************
[b'fantast', b'thing', b'worth', b'buy']
***********************************************************************
[b'good', b'product', b'prepar', b'sort', b'food', b'needa', b'fri', b'tast=
i', b'samosa']
***********************************************************************
[b'one', b'work', b'awesom', b'yes', b'realli', b'bought', b'month', b'ago'=
, b'tri', b'test', b'lot', b'dish', b'experi', b'alot', b'stood', b'nice', =
b'air', b'fryer', b'basic', b'thing', b'good', b'fri', b'without', b'oil', =
b'littl', b'bit', b'oil', b'give', b'healthi', b'yet', b'ultim', b'tasti', =
b'snack', b'bit', b'hesit', b'purchas', b'first', b'soon', b'went', b'revie=
w', b'amazon', b'straight', b'away', b'went', b'turn', b'pretti', b'good', =
b'decis', b'enjoy', b'lot', b'doubt', b'mind', b'regard', b'purchas', b'bli=
nd', b'fold', b'trust', b'never', b'regret', b'decis']
***********************************************************************
[b'good']
***********************************************************************
[b'got', b'air', b'fryer', b'curios', b'know', b'machin', b'help', b'cook',=
 b'less', b'oil', b'though', b'came', b'high', b'price', b'tag', b'purchas'=
, b'havent', b'disappoint', b'though', b'brand', b'use', b'concept', b'capa=
c', b'vari', b'choos', b'philip', b'got', b'amazon', b'instead', b'websit',=
 b'relat', b'discount', b'basic', b'cook', b'compart', b'compact', b'design=
', b'facilit', b'proper', b'hot', b'air', b'flow', b'around', b'cook', b'it=
em', b'contain', b'caus', b'uniform', b'cook', b'oven', b'food', b'get', b'=
heat', b'side', b'fan', b'heat', b'element', b'abl', b'chicken', b'nugget',=
 b'samosa', b'similar', b'frozen', b'stuff', b'brush', b'littl', b'oil', b'=
extra', b'oil', b'automat', b'shed', b'tray', b'cake', b'max', b'dimens', b=
'bake', b'dish', b'cupcak', b'individu', b'silicon', b'cupcak', b'mould', b=
'cupcak', b'bake', b'exact', b'min', b'readmad', b'frozen', b'potato', b'fr=
ench', b'fri', b'without', b'appli', b'crumb', b'fri', b'chicken', b'ham', =
b'chees', b'almondsth', b'best', b'part', b'air', b'fryer', b'unlik', b'dee=
p', b'fri', b'put', b'food', b'insid', b'fri', b'job', b'person', b'need', =
b'come', b'review', b'period', b'til', b'master', b'time', b'temperatur', b=
'cook', b'item', b'gadget', b'freak', b'kitchen', b'like', b'one', b'eas', =
b'type', b'cook', b'effort', b'would', b'like', b'reduc', b'oil', b'usag', =
b'deep', b'fri', b'high', b'recommend', b'buy', b'air', b'fryer', b'rememb'=
, b'cook', b'airfryer', b'one', b'portion', b'time', b'take', b'minimum', b=
'min']
***********************************************************************
[b'good']
***********************************************************************
[b'durabl', b'easi', b'mainten', b'cook', b'easi', b'almost', b'tast', b'oi=
l', b'fri']
***********************************************************************
[b'absolut', b'must', b'kitchen', b'great', b'product', b'truli', b'impress=
', b'amazon', b'fast', b'time', b'deliveri', b'moreov', b'pack', b'product'=
, b'well', b'chanc', b'breakag']
***********************************************************************
[b'use', b'qualiti', b'easi', b'use', b'best']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'love']
***********************************************************************
[b'quit', b'satisfactori']
***********************************************************************
[b'like']
***********************************************************************
[b'agreat', b'buy', b'useful']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'price']
***********************************************************************
[b'like']
***********************************************************************
[b'origin', b'pack']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'nice', b'thing']
***********************************************************************
[b'much', b'happi', b'product', b'excel', b'son', b'yrs', b'easili', b'oper=
']
***********************************************************************
[b'worth', b'health', b'consiu', b'foodi']
***********************************************************************
[b'good', b'product', b'pack', b'amazon', b'good']
***********************************************************************
[b'must', b'oil', b'free', b'kitchen']
***********************************************************************
[b'perfect', b'gadget', b'kitchen', b'good', b'quick', b'snack', b'made', b=
'fri', b'fish', b'famili', b'love', b'bought', b'januari', b'use', b'freque=
nt']
***********************************************************************
[b'good', b'use', b'kitchen', b'equip']
***********************************************************************
[b'excel']
***********************************************************************
[b'excel']
***********************************************************************
[b'bhari']
***********************************************************************
[b'good', b'one']
***********************************************************************
[b'goo', b'product', b'motiv', b'innov', b'cook']
***********************************************************************
[b'great', b'foodi', b'great', b'foodi', b'love', b'eat', b'fri', b'food', =
b'avoid', b'due', b'health', b'reason', b'philip', b'air', b'fryer', b'boug=
ht', b'tast', b'back', b'use', b'make', b'samosa', b'cutlet', b'lot', b'fri=
', b'stuff', b'turn', b'great', b'crispi', b'tast', b'oil', b'fri', b'food'=
, b'simpli', b'like', b'idea', b'product', b'love', b'food', b'health', b'c=
onscious', b'product', b'check', b'price', b'throughout', b'mumbai', b'prod=
uct', b'one', b'offer', b'price', b'servic', b'amazon', b'offer', b'custom'=
]
***********************************************************************
[b'wonder', b'health', b'conscious', b'peopl', b'tri', b'multipl', b'item',=
 b'like', b'cashew', b'corn', b'ground', b'nut', b'potato', b'etc', b'etc',=
 b'found', b'need', b'make', b'trial', b'error', b'attempt', b'know', b'exa=
ct', b'time', b'cook', b'didnt', b'use', b'oil', b'alway', b'split', b'cook=
', b'time', b'check', b'condit', b'avoid', b'burn', b'minut', b'cook', b'ti=
me', b'set', b'check', b'condit', b'set', b'chk', b'condit', b'set', b'etc'=
, b'product', b'condit', b'new', b'pack', b'good', b'deliveri', b'time', b'=
overal', b'product', b'experi', b'excel']
***********************************************************************
[b'great', b'altern', b'deep', b'fri', b'product', b'easi', b'handl', b'alt=
hough', b'prefer', b'philip', b'includ', b'littl', b'instruct', b'dos', b'd=
ont', b'electr', b'cord', b'littl', b'short', b'must', b'buy', b'health', b=
'conscious', b'great', b'prize', b'amazon']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'nice', b'item', b'healthi', b'cook', b'hardwar', b'opert', b'good', b're=
commend', b'peopl', b'like', b'healthi', b'food']
***********************************************************************
[b'varada', b'great', b'air', b'fryer', b'first', b'time', b'use', b'air', =
b'fryer', b'satisfi', b'product']
***********************************************************************
[b'good', b'product', b'easi', b'use', b'live', b'great', b'review', b'must=
', b'health', b'conscious']
***********************************************************************
[b'awesom', b'word']
***********************************************************************
[b'good']
***********************************************************************
[b'emerg', b'brand', b'gonna', b'give', b'tough', b'competit']
***********************************************************************
[b'chang', b'way', b'cook', b'reduc', b'oil', b'healthi', b'eat', b'myth', =
b'oil', b'fat', b'make', b'food', b'tasti', b'must', b'tell', b'chicken', b=
'kabab', b'kalmi', b'cook', b'tast', b'amaz', b'good', b'invest', b'small',=
 b'famili', b'larg', b'gather', b'may', b'need', b'cook', b'multipl', b'tim=
e', b'also', b'allow', b'cool', b'time', b'happi', b'shop', b'nice', b'pack=
', b'care', b'deliv']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'excel', b'devic', b'great', b'use', b'easi', b'oper']
***********************************************************************
[b'good', b'product', b'special', b'health', b'concious', b'dont', b'expect=
', b'tast', b'deep', b'fri', b'food', b'happi', b'less', b'oil', b'food', b=
'airfryer', b'alreadi', b'prepar', b'samosa', b'french', b'fri', b'tast', b=
'good']
***********************************************************************
[b'amaz', b'product', b'amazon', b'swift', b'servic', b'thank', b'team', b'=
philip', b'viva', b'good', b'product']
***********************************************************************
[b'packag', b'arriv', b'day', b'schedul', b'deliveri', b'date', b'perfect',=
 b'condit', b'happi', b'air', b'fryer', b'use', b'almost', b'everi', b'day'=
]
***********************************************************************
[b'best', b'invest', b'ever', b'made', b'receiv', b'excel', b'condit', b'co=
mplet', b'new', b'excel', b'packag', b'time', b'deliveri', b'hassl', b'work=
', b'fri', b'item', b'samosa', b'even', b'fresh', b'bake', b'muffin', b'the=
re', b'limit', b'high', b'recommend', b'product', b'yes', b'definit', b'dec=
reas', b'oil', b'usag', b'drastic', b'weve', b'use', b'atleast', b'time', b=
'week', b'sinc', b'receiv', b'month', b'back', b'havent', b'encount', b'iss=
u', b'far']
***********************************************************************
[]
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'use', b'gadget', b'present', b'lifestyl', b'item', b'cook', b'airfryer',=
 b'tast', b'fri', b'one', b'recommend', b'conscious', b'oil', b'content', b=
'food']
***********************************************************************
[b'product', b'good', b'love', b'start', b'even', b'snack', b'prepar', b'ai=
r', b'fryer', b'test', b'lot', b'new', b'food', b'sinc', b'oil', b'less', b=
'need', b'heat', b'littl', b'prescrib', b'way', b'cook', b'ad', b'chees', b=
'ghee', b'dish', b'brinjal', b'ladi', b'finger', b'fri', b'come', b'awesom'=
, b'even', b'less', b'eat', b'vegetarian', b'would', b'love', b'kind', b'fo=
od', b'either', b'spici', b'less', b'spici', b'experi', b'wonder', b'tri', =
b'cake', b'also', b'came', b'good', b'less', b'time', b'need', b'compar', b=
'otg', b'one', b'fault', b'tray', b'small', b'cannot', b'use', b'larger', b=
'prepar', b'like', b'peopl', b'ideal', b'fit', b'max', b'one', b'turn']
***********************************************************************
[b'good']
***********************************************************************
[b'handi', b'portabl', b'product']
***********************************************************************
[b'fulli', b'satisfi', b'user', b'friend', b'applainc', b'kitchen', b'parti=
cular', b'handl', b'result', b'amaz', b'like', b'tast', b'seekh', b'kabab']
***********************************************************************
[b'good', b'product', b'like']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'great']
***********************************************************************
[b'skeptic', b'bought', b'product', b'experi', b'alway', b'kind', b'product=
', b'advertis', b'flavor', b'never', b'use', b'surpris', b'food', b'tast', =
b'good', b'obvious', b'cook', b'much', b'less', b'oil', b'sinc', b'weve', b=
'start', b'experi', b'stuff', b'cook', b'overal', b'happi', b'result']
***********************************************************************
[b'use', b'near', b'two', b'year', b'thing', b'get', b'fire', b'snack', b'l=
ove', b'without', b'actual', b'use', b'singl', b'drop', b'oil', b'father', =
b'allow', b'eat', b'oili', b'food', b'due', b'health', b'concern', b'enjoy'=
, b'benefit', b'devic', b'use', b'simpl', b'two', b'control', b'time', b'te=
mperatur', b'everyth', b'two', b'good', b'qualiti', b'made', b'good', b'pla=
stic', b'materialscompact', b'take', b'much', b'room', b'kitchen', b'also',=
 b'easili', b'movabl', b'cheap', b'compar', b'brand', b'similar', b'use', b=
'get', b'pay', b'clean', b'mesh', b'basket', b'keep', b'food', b'cook', b't=
end', b'stick', b'food', b'easi', b'clean', b'use', b'unless', b'soak', b'a=
uto', b'machin', b'still', b'run', b'throw', b'hot', b'air', b'even', b'tak=
e', b'tray', b'think', b'help', b'save', b'energi', b'machin', b'automat', =
b'switch', b'cook', b'tray', b'taken', b'alway', b'turn', b'wall', b'switch=
', b'overal', b'good', b'buy', b'wouldnt', b'disappoint', b'result', b'prep=
ar', b'bit', b'clean', b'kitchen', b'utensil', b'clean', b'brush']
***********************************************************************
[b'easi', b'oper', b'indian', b'recip', b'book', b'pack', b'tri', b'lot', b=
'vegetarian', b'dish', b'cook', b'proper', b'ideal', b'famili', b'four', b'=
person']
***********************************************************************
[b'nice', b'one', b'favorit', b'fri', b'dish', b'without', b'guilti', b'fee=
l', b'still', b'enjoy', b'crispi', b'fri']
***********************************************************************
[b'love']
***********************************************************************
[b'wonder', b'product', b'everyon', b'health', b'conscious', b'problem', b'=
oili', b'food', b'must', b'use', b'quit', b'satisfi', b'product', b'well', =
b'amazon']
***********************************************************************
[b'nice', b'product', b'especi', b'frozen', b'food', b'kebeb']
***********************************************************************
[b'amaz', b'pack', b'factori', b'seal', b'product', b'perform', b'describ']
***********************************************************************
[b'healthi', b'fri', b'good', b'product']
***********************************************************************
[b'bought', b'quit', b'skeptic', b'claim', b'replac', b'normal', b'fri', b'=
integr', b'part', b'indian', b'cuisin', b'devic', b'surpass', b'expect', b'=
cut', b'drastic', b'consumpt', b'oil', b'food', b'tast', b'deep', b'fri', b=
'cook', b'air', b'frier', b'also', b'much', b'easier', b'fri', b'oil', b'qu=
estion', b'one', b'make', b'pakoda', b'air', b'fryer']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'work', b'realli', b'exact', b'fri', b'textur', b'amount', b'oil', b'use'=
, b'super', b'work', b'except', b'well', b'meat', b'frozen', b'food', b'coo=
k', b'book', b'quit', b'spartan', b'howev', b'brows', b'youtub', b'know', b=
'recip', b'tri', b'worth', b'buy', b'want', b'control', b'calori']
***********************************************************************
[b'serv', b'purpos']
***********************************************************************
[b'excel', b'frozen', b'snack', b'peopl', b'fond', b'fri', b'food', b'must'=
]
***********************************************************************
[b'excel']
***********************************************************************
[b'amazr']
***********************************************************************
[b'nice']
***********************************************************************
[b'excel']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'excel', b'product', b'philip', b'time', b'deliveri', b'amazon']
***********************************************************************
[b'shopclu', b'com', b'price', b'differ']
***********************************************************************
[b'great', b'carb', b'diet']
***********************************************************************
[b'excel', b'buy', b'thank', b'amazon', b'seller', b'substanti', b'discount=
', b'total', b'worth', b'healthi', b'altern', b'cook', b'option', b'peopl',=
 b'like', b'love', b'fri', b'chicken', b'fish', b'fri', b'french', b'fri', =
b'even', b'daili', b'bhendi', b'finger', b'baingan', b'brinjal', b'zucchini=
', b'squash', b'potato', b'wedg', b'fri', b'minim', b'effort', b'minim', b'=
oil', b'must', b'item', b'modern', b'kitchen', b'foodi']
***********************************************************************
[b'excel']
***********************************************************************
[b'great']
***********************************************************************
[b'excel', b'applianc']
***********************************************************************
[b'dont', b'miss', b'health', b'conscious', b'low', b'oil', b'short', b'tim=
e', b'fri', b'crazi', b'low', b'tech', b'etc', b'kid', b'love', b'french', =
b'fri', b'wedg', b'chicken', b'leg', b'wing', b'undisput', b'queen', b'unmo=
nitor', b'cook', b'say', b'fri', b'item', b'less', b'oil', b'reason', b'pic=
k', b'first', b'time', b'got', b'deliv', b'got', b'broken', b'handl', b'ama=
zon', b'wrap', b'buyer', b'prompt', b'replac', b'collect', b'broken', b'que=
stion', b'ask', b'mani', b'air', b'frier', b'amazon', b'come', b'half', b'p=
rize', b'philip', b'alway', b'best', b'valu', b'qualiti']
***********************************************************************
[b'good', b'worth']
***********************************************************************
[b'like', b'fri', b'snack', b'recip', b'higher', b'side', b'weigh', b'scale=
', b'compel', b'avoid', b'temptat', b'zero', b'phillip', b'airfryer', b'pio=
neer', b'segment', b'name', b'associ', b'attract', b'fryer', b'simultan', b=
'cost', b'repel', b'purchas', b'howev', b'amazon', b'shop', b'made', b'easi=
', b'purchas', b'great', b'shop', b'festiv', b'cost', b'around', b'effect',=
 b'initi', b'first', b'day', b'use', b'felt', b'someth', b'world', b'second=
', b'time', b'onward', b'use', b'airfryer', b'cakewalk', b'necessari', b'ev=
eri', b'one', b'new', b'concept', b'like', b'instruct', b'recip', b'booklet=
', b'least', b'one', b'get', b'accustom', b'use', b'well', b'plan', b'tempe=
ratur', b'set', b'recip', b'one', b'describ', b'booklet', b'prepar', b'pota=
to', b'fri', b'mention', b'booklet', b'first', b'usag', b'next', b'prepar',=
 b'airfri', b'paatra', b'roll', b'colocasia', b'leav', b'stuf', b'spici', b=
'tangi', b'fill', b'came', b'crispi', b'attach', b'photo', b'herein', b'nex=
t', b'fri', b'readymad', b'fryum', b'didnt', b'turn', b'well', b'could', b'=
consum', b'crunchi', b'brittl', b'rather', b'crispi', b'tri', b'deepawali',=
 b'roast', b'peanut', b'came', b'well', b'alongwith', b'aroma', b'similar',=
 b'one', b'get', b'chaatwaala', b'clean', b'hygien', b'unlik', b'street', b=
'best', b'thing', b'tri', b'karanji', b'known', b'gujiya', b'nevri', b'else=
wher', b'airfryer', b'cook', b'exceed', b'well', b'els', b'thing', b'consum=
', b'lot', b'oil', b'deep', b'fri', b'also', b'problem', b'oil', b'get', b'=
turbid', b'burst', b'seam', b'stuf', b'ooz', b'oil', b'problem', b'complet'=
, b'solv', b'airfryer', b'prepar', b'use', b'samosa', b'fri', b'instruct', =
b'booklet', b'suppli', b'general', b'happi', b'purchas', b'relat', b'qualit=
i', b'price', b'well', b'versatil', b'tast', b'air', b'fri', b'snack', b'di=
ffer', b'regular', b'oil', b'fri', b'one', b'one', b'adjust', b'main', b'pu=
rpos', b'purchas', b'avoid', b'oil', b'health', b'tast', b'variant', b'bett=
er', b'rather', b'health', b'hazard']
***********************************************************************
[b'excel']
***********************************************************************
[b'recommendednoth', b'better', b'model', b'shelv', b'right', b'worth', b's=
pend', b'buy', b'experi', b'recip', b'search', b'internet', b'much', b'devi=
c', b'love', b'fri', b'potato', b'game', b'changer', b'reheat', b'fri', b'f=
ood', b'add', b'crunch', b'remov', b'extra', b'oil', b'give', b'textur', b'=
packag', b'flawless', b'fast', b'love', b'look', b'like', b'beauti', b'beas=
t', b'better', b'timer', b'unwind', b'manual', b'set', b'need', b'solut', b=
'unplug']
***********************************************************************
[b'good', b'experi']
***********************************************************************
[b'food', b'rare', b'burn', b'even', b'forgot', b'check', b'sit', b'chicken=
', b'nuggest', b'bought', b'store', b'kept', b'without', b'need', b'appli',=
 b'oil', b'still', b'tast', b'great', b'recommend', b'spray', b'butter', b'=
food', b'item', b'put', b'insid', b'fryer', b'get', b'best', b'tast', b'don=
t', b'know', b'peopl', b'say', b'clean', b'thing', b'easi', b'take', b'fill=
', b'tray', b'water', b'soap', b'hour', b'wash', b'although', b'use', b'mul=
tipl', b'time', b'clean', b'get', b'dirti', b'small', b'thing', b'like', b'=
nugget', b'exhaust', b'fume', b'process', b'place', b'near', b'exaust', b'a=
ir', b'purifi', b'like']
***********************************************************************
[b'purchas', b'air', b'fryer', b'look', b'review', b'happi', b'bought', b'i=
tvwa', b'deliv', b'yesterday', b'good', b'sturdi', b'packag', b'earli', b'm=
orn', b'made', b'bruschetta', b'witg', b'tomato', b'onion', b'chees', b'pan=
eer', b'done', b'less', b'minut', b'crunchi', b'chees', b'melt', b'way', b'=
made', b'crunchi', b'soya', b'snack', b'drop', b'oil', b'soya', b'nugget', =
b'spice', b'tasti', b'snack', b'readi', b'minut', b'munch', b'lunch', b'mad=
e', b'bhindi', b'stuf', b'post', b'picturesm', b'wonder', b'done', b'less',=
 b'minut', b'colour', b'flavour', b'bhindi', b'came', b'awesom', b'brush', =
b'oil', b'top', b'bhindi', b'extra', b'oil', b'ad', b'would', b'say', b'wei=
ght', b'watcher', b'calori', b'concious', b'peopl', b'want', b'avoid', b'oi=
l', b'item']
***********************************************************************
[b'wonder', b'product']
***********************************************************************
[b'use', b'product', b'made', b'good', b'technolog', b'problem', b'made', b=
'china', b'box', b'inscript', b'written', b'chines', b'languag', b'felt', b=
'quit', b'cheat', b'buy', b'intern', b'mnc', b'brand', b'made']
***********************************************************************
[b'start', b'timid', b'play', b'safe', b'tri', b'recip', b'booklet', b'grad=
uat', b'tri', b'batter', b'fritter', b'air', b'fryer', b'happi', b'philip',=
 b'air', b'fryer', b'would', b'recommend', b'everyon']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'superb']
***********************************************************************
[b'great', b'stuff']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'excel', b'product', b'simpli', b'love']
***********************************************************************
[b'seller', b'servic', b'good', b'amazon', b'first', b'amazon', b'purchas',=
 b'surpris', b'product', b'arriv', b'two', b'day', b'purchas', b'bought', b=
'hard', b'drive', b'day', b'buy', b'also', b'deliv', b'within', b'daysway',=
 b'amazon', b'beat', b'snapdeal', b'even', b'flipkart', b'eas', b'come', b'=
product', b'use', b'thrice', b'vouch', b'compani', b'claim', b'mom', b'made=
', b'potato', b'fri', b'parotha', b'bora', b'bengali', b'cutlet', b'absolut=
', b'oil', b'sensit', b'oili', b'food', b'bought', b'decad', b'avoid', b'fr=
i', b'delicaci', b'year', b'final', b'abl', b'tast', b'fri', b'food', b'tha=
nk', b'philip', b'airfryer', b'health', b'freak', b'like', b'still', b'want=
', b'eat', b'fri', b'stuff', b'regret']
***********************************************************************
[b'much', b'warranti']
***********************************************************************
[b'excel']
***********************************************************************
[b'great', b'product', b'describ', b'compani', b'use', b'awesom', b'technol=
og', b'air', b'heat', b'make', b'roti', b'paratha', b'samosa', b'fringer', =
b'chip', b'mani', b'item', b'wit', b'minimum', b'use', b'oil', b'use', b'sp=
oon', b'full', b'oil', b'make', b'paratha', b'need', b'use', b'drop', b'oil=
', b'rest', b'cooker', b'would', b'take', b'care', b'want', b'enjoy', b'jun=
ki', b'food', b'still', b'want', b'remain', b'healthi', b'ahead', b'buy', b=
'product', b'rememb', b'buy', b'snapdeal', b'com', b'repeat', b'buy', b'sna=
pdeal', b'com', b'best', b'place', b'buy', b'today', b'amazon', b'check', b=
'websit', b'dont', b'ever', b'buy', b'form', b'snapdeal', b'com']
***********************************************************************
[b'perfect', b'applianc', b'foodi', b'think', b'fri', b'snack', b'think', b=
'calori', b'oil', b'intak', b'toil', b'gas', b'stove', b'sinc', b'got', b'a=
pplianc', b'enjoy', b'fri', b'snack', b'easier', b'perfect', b'even', b'gol=
den', b'color', b'crisp', b'snack', b'oil', b'make', b'healthi', b'snack']
***********************************************************************
[b'that', b'love', b'philip', b'made', b'super', b'awesom', b'product', b'c=
omplet', b'make', b'oili', b'food', b'tasti', b'bought', b'year', b'ago', b=
'singl', b'issu', b'use', b'everi', b'altern', b'day']
***********************************************************************
[b'first', b'great', b'deal', b'time', b'deliveri', b'thank', b'amazon', b'=
use', b'product', b'health', b'conscious', b'result', b'good', b'eatabl', b=
'fire', b'less', b'oil', b'point', b'note', b'food', b'item', b'well', b'co=
ok', b'air', b'fryer', b'definit', b'tast', b'slight', b'differ', b'sinc', =
b'use', b'soak', b'oil', b'crispi', b'moistur', b'retain', b'deep', b'fri',=
 b'unlik', b'cook', b'microwav', b'fri', b'process', b'take', b'slight', b'=
longer', b'time', b'usual', b'deep', b'fri', b'cater', b'time', b'especi', =
b'entertain', b'guest', b'air', b'fryer', b'use', b'dri', b'item', b'like',=
 b'samosa', b'kachori', b'cannot', b'use', b'fri', b'item', b'dip', b'besan=
', b'viscous', b'item', b'use', b'item', b'drastic', b'reduc', b'oil', b'co=
nsumpt']
***********************************************************************
[b'superb', b'worth', b'buy']
***********************************************************************
[b'love']
***********************************************************************
[b'fat', b'free']
***********************************************************************
[b'good']
***********************************************************************
[b'excel']
***********************************************************************
[b'look', b'nowher', b'els']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'awesom']
***********************************************************************
[b'good']
***********************************************************************
[b'beyond', b'expect']
***********************************************************************
[b'excel']
***********************************************************************
[b'nice', b'health']
***********************************************************************
[b'fantast', b'product']
***********************************************************************
[b'work', b'great']
***********************************************************************
[b'good']
***********************************************************************
[b'superb']
***********************************************************************
[b'use', b'air', b'fryer', b'time', b'differ', b'brand', b'made', b'salmon'=
, b'bbq', b'chicken', b'first', b'day', b'came', b'well', b'lot', b'cook', =
b'instruct', b'avail', b'youtub', b'free', b'issu', b'india', b'get', b'sma=
ller', b'size', b'air', b'fryer', b'bigger', b'famili', b'might', b'limit',=
 b'quantiti', b'food', b'made', b'time']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'great', b'job']
***********************************************************************
[b'wish', b'bought', b'one', b'earlier']
***********************************************************************
[b'awesom']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'easi', b'use', b'clean', b'fast', b'cook', b'oil', b'requir', b'delici',=
 b'fri', b'chicken', b'fri']
***********************************************************************
[b'servic', b'good', b'rate', b'compar']
***********************************************************************
[b'must', b'buy', b'weight', b'watcher']
***********************************************************************
[b'easi', b'use', b'versatil']
***********************************************************************
[b'everyth', b'expect']
***********************************************************************
[b'love', b'french', b'fri', b'potato', b'wedg', b'chocol', b'cake', b'oil'=
, b'free', b'biryani', b'item', b'cook']
***********************************************************************
[b'love', b'tast', b'good', b'like', b'oil', b'fri', b'food', b'still', b'h=
ealth', b'benefit', b'offer', b'thumb', b'philip', b'airfryer', b'food', b'=
tast', b'chicken', b'fri', b'chicken', b'roll', b'samosa', b'etc', b'food',=
 b'tast', b'french', b'fri']
***********************************************************************
[b'found', b'product', b'excel', b'condit']
***********************************************************************
[b'good', b'product', b'thank', b'amazon', b'provid', b'great', b'prompt', =
b'servic', b'first', b'receiv', b'faulti', b'product', b'rais', b'complain'=
, b'amazon', b'replac', b'fresh', b'product', b'within', b'day', b'thank', =
b'amazon']
***********************************************************************
[b'great', b'cook', b'drop', b'oil']
***********************************************************************
[b'excel', b'product', b'happi', b'use', b'simpl', b'use', b'two', b'temp',=
 b'timer', b'use', b'oil', b'minim', b'absolut', b'amaz', b'product', b'goo=
d', b'healthi', b'cook', b'con', b'short', b'length', b'power', b'cord']
***********************************************************************
[b'excel', b'product', b'outstand', b'perform']
***********************************************************************
[b'excel', b'enjoy', b'fri', b'subzi']
***********************************************************************
[b'use', b'fri', b'month', b'good', b'use']
***********************************************************************
[b'easi', b'use', b'easi', b'clean', b'overal', b'like']
***********************************************************************
[b'air', b'fryer', b'live', b'expect', b'realli', b'use', b'less', b'oil', =
b'one', b'need', b'brush', b'oil', b'onto', b'food', b'downsid', b'clean', =
b'basket', b'need', b'done', b'fri', b'minim', b'extent', b'brush', b'oil',=
 b'use']
***********************************************************************
[b'superb']
***********************************************************************
[b'love', b'itemit', b'easi', b'useveri', b'use', b'must', b'everi']
***********************************************************************
[b'one', b'must', b'applianc']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'easi', b'use', b'tast', b'food', b'cook', b'superb']
***********************************************************************
[b'good']
***********************************************************************
[b'excel', b'product', b'swift', b'deliveri']
***********************************************************************
[b'small', b'enough', b'fit', b'tabl', b'top', b'made', b'finger', b'chip',=
 b'lasagna', b'small', b'bread', b'piec', b'came', b'well', b'invest', b'al=
uminium', b'foil', b'aluminium', b'foil', b'contain', b'quantiti', b'item',=
 b'made', b'good', b'adult', b'time', b'suitabl', b'commerci', b'quantiti',=
 b'right', b'advertis', b'quit', b'happi', b'result']
***********************************************************************
[b'famili', b'love']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'per', b'expect']
***********************************************************************
[b'bought', b'dewali', b'gift', b'mother', b'great', b'purchas', b'accessor=
i', b'almost', b'expens', b'fryer', b'self', b'note', b'abroad', b'peopl', =
b'get', b'muffin', b'cup', b'bake', b'accessori', b'purchas']
***********************************************************************
[b'nice']
***********************************************************************
[b'good']
***********************************************************************
[b'perfect', b'like', b'healthi', b'diet', b'tast', b'deep', b'fri', b'food=
', b'item', b'made', b'chicken', b'leg', b'fish', b'turn', b'amaz', b'clean=
', b'part', b'bit', b'messi', b'cant', b'give', b'maid', b'clean', b'might'=
, b'manhandl']
***********************************************************************
[b'great', b'product', b'buy']
***********************************************************************
[b'air', b'fryer', b'philip', b'sturdi', b'minimum', b'button', b'knob', b'=
everyth', b'super', b'easi', b'use', b'could', b'veg', b'finger', b'less', =
b'min']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'good', b'machin', b'air', b'fri', b'potato', b'tea', b'spoon', b'oil', b=
'almost', b'everyth', b'get', b'fri', b'bake', b'teaspoon', b'oil', b'cook'=
, b'chicken', b'cook', b'everyth', b'happi', b'purchas', b'use', b'almost',=
 b'month']
***********************************************************************
[b'satisfi', b'product', b'receiv', b'day', b'back', b'tri', b'fri', b'roas=
t', b'veggi', b'capsicum', b'okra', b'brinjal', b'pumpkin', b'onion', b'bit=
ter', b'gourd', b'cauliflow', b'green', b'pea', b'togeth', b'realli', b'sur=
pris', b'result', b'use', b'tsp', b'oliv', b'oil', b'mix', b'herb', b'orega=
no', b'basil', b'thyme', b'chilli', b'flake', b'etc', b'tast', b'realli', b=
'good', b'first', b'time', b'could', b'eat', b'around', b'veggi', b'without=
', b'guilt', b'love', b'veget', b'avoid', b'much', b'oil', b'cook', b'tri',=
 b'lot', b'time', b'nonstick', b'pan', b'less', b'oil', b'tast', b'horribl'=
, b'gave', b'method', b'also', b'tri', b'air', b'fri', b'love', b'first', b=
'attempt', b'realli', b'great', b'product', b'thank', b'philip', b'amazon',=
 b'make', b'life', b'much', b'healthier', b'stori', b'match', b'would', b's=
trong', b'recommend', b'tri', b'bought', b'long', b'back']
***********************************************************************
[b'make', b'time', b'kitchen', b'reduc', b'drastic', b'cook', b'even', b'fl=
avour', b'like', b'food', b'cook', b'oven']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'enjoy', b'eat', b'guilt', b'free', b'food']
***********************************************************************
[b'amaz', b'product', b'chicken', b'tast', b'good', b'tandoori', b'item', b=
'tri', b'tast', b'yummi', b'tri', b'chicken', b'fri', b'fish', b'fri', b'wa=
da', b'gulabjam', b'good', b'tandoori', b'item', b'simpli', b'superb', b'co=
ok', b'tast', b'also', b'good', b'oil', b'requir', b'easi', b'cook']
***********************************************************************
[b'product', b'deliv', b'time', b'pack', b'well', b'perfect', b'damag', b'p=
roduct', b'easi', b'use', b'use', b'work', b'perfect', b'fine', b'overal', =
b'excel', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'love', b'easi', b'use', b'havent', b'done', b'much', b'experiment', b're=
cip', b'futur']
***********************************************************************
[b'great', b'product', b'happi', b'perform', b'far']
***********************************************************************
[b'great', b'product', b'use', b'receiv', b'defect', b'product', b'philip',=
 b'replac', b'easili']
***********************************************************************
[b'total', b'met', b'expect', b'abl', b'eat', b'item', b'would', b'earlier'=
, b'eat', b'rare', b'guilt', b'prepar', b'becom', b'easier', b'stand', b'st=
ove', b'deep', b'fri', b'item', b'could', b'come', b'multipl', b'size', b'w=
ould', b'like', b'opt', b'bigger', b'size', b'one']
***********************************************************************
[b'function', b'realli', b'well']
***********************************************************************
[b'good']
***********************************************************************
[b'good', b'product', b'studi', b'receipi', b'plastic', b'bodi', b'got', b'=
heat', b'min', b'dont', b'know', b'may', b'normal', b'overal', b'work', b'f=
ish', b'lover']
***********************************************************************
[b'amaz', b'product', b'philip', b'bought', b'million', b'doubt', b'mind', =
b'wife', b'tri', b'differ', b'recip', b'amaz', b'tastier', b'healthier', b'=
get', b'recip', b'book', b'along', b'realli', b'magic', b'convert', b'fri',=
 b'item', b'healthi', b'one', b'without', b'compromis', b'tast', b'got', b'=
decent', b'cost', b'amazon', b'prior', b'deliveri', b'date']
***********************************************************************
[b'superb', b'product', b'utilis', b'minimum', b'oil', b'cook', b'food', b'=
take', b'cook', b'worth', b'wait', b'get', b'eat', b'liter', b'oil', b'free=
', b'food', b'time', b'tasti', b'also', b'littl', b'delic', b'difficult', b=
'clean', b'wish', b'option', b'given', b'remov', b'grill', b'tray', b'could=
', b'easi', b'clean', b'overal', b'must', b'recommend', b'product', b'kind'=
, b'result', b'deliv']
***********************************************************************
[b'nice', b'product', b'origin', b'pack', b'great', b'discount', b'buy', b'=
amazon', b'worth']
***********************************************************************
[b'fri', b'without', b'oil', b'slight', b'compromis', b'tast', b'els', b'wa=
nt', b'great', b'product', b'easi', b'clean', b'use']
***********************************************************************
[b'best', b'air', b'fryer', b'made', b'samosa', b'came', b'execel', b'witho=
ut', b'oil', b'hand', b'best', b'leagu', b'dont', b'cheaper', b'brand', b'p=
hilip', b'patent', b'air', b'tech', b'forg', b'fan', b'design', b'bottom', =
b'pan', b'help', b'circular', b'distribut', b'heat', b'circul', b'brand', b=
'incorpor', b'fryer', b'patent', b'philip', b'air', b'fryer']
***********************************************************************
[b'best', b'applianc', b'purchas', b'kitchen', b'good', b'health', b'use', =
b'almost', b'oil', b'tast', b'cook', b'food', b'excel', b'cook', b'quick', =
b'excel', b'cook', b'type', b'snack', b'snack', b'need', b'fri', b'done', b=
'includ', b'samosa', b'pakora', b'cutlet', b'tikka', b'french', b'fri', b'p=
otato', b'wedg', b'chicken', b'tikka', b'nugget', b'much', b'safe', b'even'=
, b'ten', b'year', b'old', b'use', b'happi', b'tremend', b'amount', b'space=
', b'make', b'snack', b'parti']
***********************************************************************
[b'great', b'product', b'everyon', b'must', b'easi', b'conveni', b'cook', b=
'snack', b'best', b'snack', b'lover']
***********************************************************************
[b'air', b'fryer', b'awesom', b'made', b'french', b'fri', b'sabudana', b'va=
da', b'puri', b'paneer', b'tikka', b'bhindi', b'came', b'great', b'tast', b=
'littl', b'oil', b'see', b'believ', b'great', b'price', b'amazon', b'happi'=
, b'servic', b'product', b'product', b'worth', b'invest']
***********************************************************************
[b'good', b'product', b'commit', b'oil', b'use', b'tandoori', b'chicken', b=
'prepar', b'use', b'oil']
***********************************************************************
[b'good', b'buy', b'price']
***********************************************************************
[b'great', b'product', b'quick', b'deliveri']
***********************************************************************
[b'love', b'product', b'philip', b'product', b'alway', b'depend', b'one', b=
'rock', b'solid', b'innov', b'philip', b'good', b'product', b'came', b'inta=
ct', b'thank', b'seller', b'good', b'seller']
***********************************************************************
[b'qualiti', b'product', b'expect', b'philip', b'excel', b'servic', b'amazo=
n', b'quick', b'deliveri', b'amazon', b'fastest', b'deliveri', b'time', b'p=
rice', b'drop', b'bit', b'sinc', b'bought', b'product', b'happen', b'new', =
b'product']
***********************************************************************
[b'satisfi', b'product', b'truli', b'live', b'claim', b'enabl', b'oil', b'f=
ree', b'cook', b'tast', b'food', b'turn', b'great']
***********************************************************************
[b'excel', b'product', b'great', b'innov', b'cook', b'must', b'buy', b'heal=
thi', b'lifestyl']
***********************************************************************
[b'best', b'decis', b'ever', b'reason', b'youd', b'want', b'philip', b'warr=
anti', b'support', b'otherwis', b'tech', b'teh', b'teh', b'avail', b'near',=
 b'half', b'price', b'reason', b'spend']
***********************************************************************
[b'best', b'air', b'fryer', b'chicken', b'tandoor', b'wit', b'ths', b'air',=
 b'fryer', b'yummi', b'best']
***********************************************************************
[b'much', b'satisfi', b'perform', b'item']
***********************************************************************
[b'love', b'like', b'anyth', b'cake', b'everyday']
***********************************************************************
[b'best', b'product', b'health', b'conscious', b'person', b'enjoy', b'delic=
i', b'dish']
***********************************************************************
[b'interest', b'took', b'oil', b'chicken', b'tikka', b'yet', b'thing', b'ma=
de', b'soft']
***********************************************************************
[b'wonder']
***********************************************************************
[b'cook', b'food', b'chicken', b'tast', b'best', b'drop', b'oil']
***********************************************************************
[b'easi', b'use', b'use', b'healthi', b'eat', b'cook', b'finger', b'fri', b=
'veget', b'roll', b'easili']
***********************************************************************
[b'good', b'item']
***********************************************************************
[b'excel', b'product', b'great', b'deal', b'perfect', b'deliveri', b'enjoy'=
, b'homemad', b'french', b'friesthank', b'cloudtail', b'amazon']
***********************************************************************
[b'good', b'air', b'fryer', b'worth', b'valu', b'pay', b'extra', b'brand', =
b'trueli', b'non', b'stick', b'basket', b'food', b'tast', b'good', b'enorm'=
, b'health', b'advantag', b'easi', b'clean']
***********************************************************************
[b'fantast', b'product', b'make', b'food', b'healthi', b'without', b'spoil'=
, b'tast', b'glad', b'bought']
***********************************************************************
[b'good']
***********************************************************************
[b'best', b'buy', b'good', b'health']
***********************************************************************
[b'found', b'product', b'entir', b'satisfact']
***********************************************************************
[b'easili', b'cook', b'food', b'minut']
***********************************************************************
[b'happi', b'product']
***********************************************************************
[b'satisfi', b'product', b'promis']
***********************************************************************
[b'worth', b'money']
***********************************************************************
[b'best', b'gift', b'mom', b'mother', b'day', b'product', b'nice', b'pack',=
 b'deliveri', b'time', b'cook', b'french', b'fri', b'samosa', b'perfect', b=
'tast', b'must', b'buy', b'product', b'health', b'conscious', b'peopl']
***********************************************************************
[b'satisfi']
***********************************************************************
[b'excel', b'product', b'prepar', b'delici', b'dish', b'neglig', b'use', b'=
oil']
***********************************************************************
[b'write', b'review', b'day', b'use', b'qualiti', b'design', b'philip', b'b=
est', b'delieveri', b'also', b'best', b'amazon', b'best', b'peopl', b'want'=
, b'oil', b'less', b'snack']
***********************************************************************
[b'found', b'broken', b'tri', b'sure', b'fault', b'order', b'replac', b'any=
way', b'still', b'awesom', b'product', b'gym', b'freak']
***********************************************************************
[b'amaz', b'quick', b'meal', b'without', b'oil', b'high', b'recommend', b'b=
uy']
***********************************************************************
[b'use', b'product', b'past', b'month', b'found', b'exterem', b'use', b'muc=
h', b'recommend', b'least', b'household', b'extend', b'famili', b'bought', =
b'use', b'experi', b'kind', b'recip', b'spring', b'roll', b'grill', b'fish'=
, b'samosa', b'fri', b'alway', b'pleasant', b'surpris', b'good', b'turn', b=
'littl', b'oil', b'similarili', b'frozen', b'item', b'like', b'fri', b'pota=
to', b'bite', b'sausag', b'seekh', b'kebab', b'also', b'turn', b'well', b'f=
rier', b'one', b'help', b'resourc', b'airfryer', b'recip', b'love', b'phili=
p', b'airfryer', b'page', b'facebook', b'crowd', b'sourc', b'recip', b'phot=
o', b'thing', b'cook', b'airfryer', b'think', b'perhap', b'frequent', b'use=
', b'applianc', b'kitchen', b'would', b'high', b'recommend', b'product', b'=
peopl', b'look', b'continur', b'eat', b'tasti', b'food', b'cut', b'oil', b'=
intak']
***********************************************************************
[b'excel', b'airfryer', b'health', b'conscious', b'best', b'dont', b'expect=
', b'exact', b'tast', b'deep', b'fri', b'job', b'well', b'bhindi', b'fri', =
b'french', b'fri', b'cake', b'veg', b'fri', b'enjoy', b'crispi', b'fri', b'=
retain', b'masala', b'tast', b'tri', b'chicken', b'must', b'say', b'tasti',=
 b'hard', b'two', b'three', b'tsp', b'oil', b'spray', b'excess', b'oil', b'=
drain', b'tray', b'get', b'creativ', b'make', b'healthi', b'goooo', b'recip=
', b'book', b'got', b'expect', b'serv', b'purpos', b'alway', b'amazon', b'p=
rove', b'good', b'servic']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'use']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'excel', b'productmust', b'everi', b'kitchen', b'fri', b'food', b'relish'=
, b'also', b'good', b'home', b'gave', b'kid', b'easi', b'serv', b'delici', =
b'finger', b'fri', b'cutlet', b'veggi', b'strip', b'healthi', b'cook', b'me=
dium']
***********************************************************************
[b'terref']
***********************************************************************
[b'amaz', b'product', b'like', b'amazon']
***********************************************************************
[b'excel', b'machin', b'veg', b'nonveg', b'cook', b'excel', b'servic', b'am=
azon']
***********************************************************************
[b'fit', b'peep', b'must', b'work', b'realli', b'good', b'happi', b'pal']
***********************************************************************
[b'nice']
***********************************************************************
[b'great', b'great', b'great', b'great', b'must', b'whole', b'chicken', b'f=
it', b'cook', b'less', b'heat', b'longer', b'time']
***********************************************************************
[b'easi', b'use', b'good', b'deal', b'demo', b'guy', b'never', b'show']
***********************************************************************
[b'excel', b'product', b'great', b'deliveri', b'easi', b'use', b'clean']
***********************************************************************
[b'superb', b'healthi', b'option']
***********************************************************************
[b'good', b'altern', b'peopl', b'health', b'conscious']
***********************************************************************
[b'work', b'like', b'charm', b'glad', b'put', b'good', b'use', b'regular', =
b'fri', b'chicken', b'fish', b'justa', b'drop', b'oil', b'one', b'even', b'=
tell', b'differ', b'make', b'decent', b'potato', b'fri']
***********************************************************************
[b'good']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'best', b'one']
***********************************************************************
[b'air', b'fryer', b'arriv', b'day', b'month', b'skeptic', b'research', b'f=
inal', b'bought', b'first', b'recip', b'tri', b'simpl', b'marin', b'chicken=
', b'skin', b'came', b'cook', b'perfect', b'minut', b'golden', b'crispi', b=
'succul', b'tasti', b'restaur', b'qualiti', b'realli', b'expect', b'dri', b=
'tasteless', b'healthi', b'chicken', b'didnt', b'use', b'drop', b'oil', b'd=
rain', b'good', b'tablespoon', b'oil', b'happi', b'hope', b'last', b'cant',=
 b'wait', b'tri', b'recipesi', b'think', b'spray', b'basket', b'light', b'o=
il', b'help', b'stick', b'also', b'flip', b'your', b'fri', b'side', b'get',=
 b'brown', b'mom', b'household', b'chef', b'happi', b'caus', b'didnt', b'sm=
ell', b'like', b'fri', b'chicken', b'spice', b'oil', b'splatter', b'stand',=
 b'cooktop', b'get', b'burnt', b'put', b'relax', b'till', b'hear', b'ting',=
 b'healthier', b'conveni', b'fast', b'accessori', b'pretti', b'expens', b'g=
rill', b'pan', b'grand', b'bake', b'tray', b'grand', b'consid', b'buy', b'l=
ater', b'product', b'prove', b'durabl']
***********************************************************************
[b'brilliant', b'product', b'sit', b'pretti', b'anywher', b'kitchen', b'doe=
snt', b'take', b'much', b'space', b'cook', b'fri', b'roast', b'bake', b'vir=
tual', b'oil', b'major', b'issu', b'clean', b'liquid', b'stuck', b'mesh', b=
'basket', b'avoid', b'restrict', b'use', b'product', b'dri', b'item', b'ite=
m', b'sauci', b'know', b'mean', b'use', b'day', b'alreadi', b'use', b'follo=
w', b'air', b'fri', b'momo', b'cashew', b'chicken', b'wing', b'tandoori', b=
'chicken', b'chees', b'grill', b'chicken', b'nugget', b'etc', b'total', b's=
atisfi', b'dont', b'get', b'white', b'one', b'stain', b'easi']
***********************************************************************
[b'sure', b'go', b'tro', b'like', b'bought', b'trust', b'philip', b'boy', b=
'right', b'thing', b'love', b'easi', b'cook', b'maintain', b'good', b'healt=
h', b'avoid', b'oil', b'least', b'reduc', b'plenti', b'healthi', b'recip', =
b'video', b'avail', b'net', b'tri', b'sevewr', b'came', b'great', b'lovin']
***********************************************************************
[b'far', b'prove', b'incred', b'use', b'frozen', b'stuff', b'fri', b'chicke=
n', b'item', b'other', b'well', b'make', b'stuff', b'fresh', b'alo', b'bond=
a', b'one', b'sheer', b'pleasur', b'consum', b'ad', b'oil', b'incred', b'fa=
ct', b'last', b'frozen', b'item', b'use', b'actual', b'done', b'ad', b'oil'=
, b'oil', b'drop', b'basket', b'guilt', b'level', b'much', b'lower', b'go',=
 b'tri', b'prawn', b'stuff', b'soon', b'stir', b'fri', b'veget', b'oil', b'=
useddo', b'requir', b'stand', b'timenot', b'much', b'differ', b'tasteso', b=
'far', b'easi', b'use', b'everyth', b'deep', b'fryer', b'use', b'formuch', =
b'slower', b'use', b'deep', b'fryerso', b'far', b'week', b'lot', b'time', b=
'review', b'see', b'goe']
***********************************************************************
[b'noth']
***********************************************************************
[b'best', b'underr', b'kitchen', b'equip', b'item', b'made', b'tasti', b'de=
lici', b'despit', b'brush', b'oil', b'use', b'use', b'innov', b'also', b're=
sult', b'great', b'result', b'product', b'happi', b'dish', b'wife', b'abl',=
 b'make', b'ensur', b'tasti']
***********************************************************************
[b'nice', b'applianc', b'reach', b'less', b'hour', b'commend', b'live', b's=
mall', b'town', b'finish', b'qualiti', b'philip', b'amaz', b'far', b'better=
', b'air', b'fryer', b'saw', b'supermarket', b'easi', b'use', b'maid', b'co=
ok', b'use', b'without', b'difficulti', b'recommend', b'product', b'everi',=
 b'kitchen']
***********************************************************************
[b'nice', b'one']
***********************************************************************
[b'good', b'servic', b'work', b'realli', b'well', b'health', b'wealthi', b'=
use', b'month', b'tri', b'new', b'dish', b'everyday']
***********************************************************************
[b'thank', b'amazon', b'receiv', b'philip', b'air', b'fryer', b'perfect', b=
'condit', b'use', b'product', b'make', b'finger', b'chip', b'tandoori', b'p=
omfret', b'chicken', b'steak', b'fri', b'veget', b'till', b'today', b'happi=
', b'product', b'sure', b'use', b'make', b'mani', b'smack', b'delicaci']
***********************************************************************
[b'buy', b'second', b'time', b'time', b'gift', b'someon']
***********************************************************************
[b'good', b'product', b'sinc', b'got', b'tri', b'french', b'fri', b'chicken=
', b'nugget', b'chicken', b'wing', b'basa', b'fish', b'excel', b'tast', b'h=
ome', b'made', b'frozen', b'great', b'done', b'almost', b'without', b'oil',=
 b'bought', b'brush', b'wife', b'use', b'great', b'stuff']
***********************************************************************
[b'bless', b'tast', b'doesnt', b'chang', b'cook', b'easi']
***********************************************************************
[b'one', b'best', b'thing', b'purchas', b'far', b'read', b'review', b'state=
', b'indian', b'food', b'complet', b'disagre', b'mayb', b'veg', b'guy', b'c=
ook', b'food', b'perfect', b'doesnt', b'dri', b'food', b'also', b'concern',=
 b'initi', b'chicken', b'fish', b'best', b'thing', b'make', b'thing', b'kee=
p', b'mind', b'wire', b'long', b'voltag', b'requir', b'microwav', b'fridg',=
 b'took', b'risk', b'work', b'realli', b'want', b'cut', b'oil', b'without',=
 b'cut', b'tast']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'star', b'amazon', b'reciv', b'philip', b'air', b'fryer', b'issu', b'repo=
rt', b'amazon', b'chang', b'fantast', b'custom', b'servicenow', b'air', b'f=
ryer', b'philip', b'score', b'high', b'neat', b'fantast', b'product', b'coo=
k', b'frye', b'chicken', b'fish', b'paneer', b'food', b'tast', b'great', b'=
almost', b'food', b'cook', b'less', b'oilther', b'strong', b'need', b'attac=
h', b'like', b'back', b'tri', b'other', b'also', b'need', b'bast', b'brushu=
nbeliev']
***********************************************************************
[b'tri', b'chicken', b'nugget', b'french', b'fri', b'awesom', b'oil', b'fri=
', b'french', b'fri', b'anoth', b'oil', b'fri', b'chicken', b'nugget', b'fe=
edback', b'usag', b'day', b'still', b'plan', b'lot', b'yummi', b'food', b'i=
tem', b'amazon', b'full', b'fill', b'item', b'didnt', b'pack', b'amazon', b=
'use']
***********************************************************************
[b'product', b'good', b'cheap', b'market']
***********************************************************************
[b'air', b'fryer', b'sure', b'heart', b'day', b'save', b'unwant', b'oil', b=
'indian', b'add', b'fri', b'food', b'stuff', b'retain', b'ingredi', b'tast'=
, b'without', b'ad', b'unnatur', b'tast', b'heat', b'overh', b'oil', b'mot'=
, b'suitabl', b'light', b'fri', b'sausag', b'frankfurt', b'etc', b'shrink',=
 b'skin', b'crack', b'tri', b'non', b'veg', b'veg', b'food', b'come', b'bet=
ter', b'deep', b'fri']
***********************************************************************
[b'superb', b'devic', b'valu', b'money', b'take', b'sligh']
***********************************************************************
[b'wife', b'realli', b'love', b'recommend', b'product']
***********************************************************************
[b'bought', b'air', b'fryer', b'month', b'back', b'product', b'amaz', b'won=
t', b'believ', b'fri', b'item', b'without', b'oil', b'unless', b'see', b'ha=
nd', b'result', b'amaz', b'dish', b'tri', b'fri', b'french', b'fri', b'amaz=
', b'sausag', b'great', b'result', b'similar', b'oil', b'fri', b'drier', b'=
chicken', b'bread', b'fillet', b'perfect', b'fri', b'similar', b'fillet', b=
'kfc', b'delici', b'chicken', b'nugget', b'tri', b'nugget', b'twice', b'nev=
er', b'got', b'tast', b'oil', b'fri', b'fri', b'use', b'air', b'fryer', b'n=
ever', b'give', b'feel', b'sacrif', b'oil', b'fri', b'similar', b'opinion',=
 b'must', b'kitchen', b'applianc', b'especi', b'fond', b'fri', b'item', b'a=
lso', b'believ', b'philip', b'air', b'fryer', b'consid', b'best', b'onlin',=
 b'con', b'devic', b'knob', b'unlik', b'whole', b'devic', b'knob', b'feel',=
 b'flimsi', b'particular', b'thermostat']
***********************************************************************
[b'good', b'kitchen', b'applianc', b'make', b'creativ', b'tri', b'veg', b'o=
ption', b'cook', b'per', b'expect']
***********************************************************************
[b'warranti', b'issu', b'amazon', b'purchas', b'get', b'hometown', b'warran=
ti', b'yearslov', b'productbak', b'chicken', b'awesom', b'quick', b'prepar'=
, b'tasti', b'see', b'pic', b'howev', b'french', b'potato', b'fri', b'expec=
t', b'shown', b'philip', b'air', b'fryer', b'advt', b'crispi', b'soeasi', b=
'wash', b'handl', b'product']
***********************************************************************
[b'love', b'complet', b'love', b'fri', b'food', b'babi', b'give', b'fri', b=
'food', b'without', b'use', b'oil', b'liter', b'singl', b'drop', b'oil']
***********************************************************************
[b'product', b'work', b'fine']
***********************************************************************
[b'love', b'food', b'would', b'also', b'like', b'keep', b'calori', b'check'=
, b'deep', b'fri', b'without', b'oil', b'amaz', b'work', b'dish', b'need', =
b'liquid', b'batter', b'coat', b'french', b'fri', b'samosa', b'cutlet', b'c=
hicken', b'fri', b'fish', b'fri', b'great', b'buy']
***********************************************************************
[b'tri', b'sever', b'food', b'stuff', b'veggi', b'potato', b'fri', b'bread'=
, b'piec', b'enjoy', b'potato', b'fri', b'without', b'drop', b'oil', b'yet'=
, b'tast', b'crispi', b'awesom', b'work', b'well', b'cannot', b'comment', b=
'longev', b'product', b'yet', b'oil', b'requir', b'healthi', b'simpl', b'us=
e']
***********************************************************************
[b'good', b'product', b'daili', b'cook', b'minimum', b'oil', b'tasti', b'fo=
od', b'easi', b'maintain', b'frequent', b'use', b'fish', b'fri', b'bake', b=
'roast', b'turn', b'good']
***********************************************************************
[b'good', b'addit', b'kitchen']
***********************************************************************
[b'best', b'air', b'fryer', b'market', b'date', b'unit', b'beauti', b'desig=
n', b'super', b'easi', b'use', b'cook', b'mani', b'delici', b'snack', b'wit=
hout', b'use', b'oil', b'still', b'retain', b'amaz', b'flavor', b'easi', b'=
clean', b'overal', b'great', b'product', b'would', b'high', b'recommend']
***********************************************************************
[b'must', b'health', b'conscious', b'peopl', b'easi', b'use', b'durabl', b'=
look', b'good', b'energi', b'saver', b'easi', b'handl', b'easi', b'clean']
***********************************************************************
[b'bought', b'launch', b'use', b'one', b'rough', b'year', b'function', b'pe=
rfect', b'till', b'date', b'never', b'get', b'anyth', b'repair', b'clean', =
b'littl', b'bit', b'difficult', b'wise', b'qualiti', b'product', b'star', b=
'inde']
***********************************************************************
[b'good', b'product', b'issu', b'wash', b'get', b'littl', b'tough', b'handl=
', b'attach', b'base', b'contain']
***********************************************************************
[b'love', b'iteasi', b'cook', b'oil', b'foodfrench', b'fri', b'etccrispi', =
b'turnsnic', b'buy', b'tri']
***********************************************************************
[b'think', b'buy', b'awesom', b'fryer', b'get', b'rid', b'kfc', b'mcdonald'=
, b'good', b'say', b'deep', b'fri', b'welcom', b'air', b'fryer']
***********************************************************************
[b'excel', b'product', b'philip', b'must', b'everi', b'health', b'conscious=
', b'household', b'avail', b'best', b'price', b'amazon', b'overal', b'treme=
nd', b'amazon', b'packag', b'seller', b'commit', b'deliv', b'perfect', b'pr=
oduct', b'product', b'great', b'use', b'time', b'perform', b'expect']
***********************************************************************
[b'good', b'product', b'small', b'famili', b'easi', b'use', b'easi', b'clea=
n', b'absorb', b'oil', b'complet', b'healthi', b'food', b'make']
***********************************************************************
[b'enjoy', b'eat', b'french', b'fri', b'cook', b'littl', b'oileasi', b'use'=
, b'easi', b'clean', b'love', b'profuct']
***********************************************************************
[b'use', b'applianc', b'soon', b'arriv', b'astonish', b'amaz', b'result', b=
'cook', b'item', b'turn', b'virtual', b'fat', b'free', b'moreov', b'enhanc'=
, b'flavour', b'case', b'roast', b'potato', b'tast', b'much', b'incredul', =
b'rate', b'fryer', b'simpli', b'top', b'bunch', b'high', b'recommend', b'pr=
ospect', b'buyer', b'hesit', b'acquir', b'fat', b'fri', b'item', b'normal',=
 b'shi', b'away', b'say', b'bye', b'bye', b'fat', b'hello', b'flavour', b'f=
ull', b'cook']
***********************************************************************
[b'amaz', b'product', b'healthi', b'easi', b'price', b'worth', b'dont', b'p=
roduct', b'enjoin']
***********************************************************************
[b'best', b'fryer', b'nugget', b'kabab', b'french', b'fri', b'etc', b'oil']
***********************************************************************
[b'bought', b'parent', b'absolut', b'love', b'easi', b'make', b'french', b'=
fri', b'even', b'india', b'snack', b'like', b'samosa', b'parantha', b'etc',=
 b'easi', b'clean', b'maintain', b'snack', b'tast', b'slight', b'differ', b=
'compar', b'deep', b'fri', b'that', b'small', b'compromis', b'make', b'heal=
th', b'benefit', b'brush', b'drop', b'oil', b'food', b'fryer', b'rest']
***********************************************************************
[b'use', b'match', b'good', b'health', b'conscious', b'one', b'eat', b'samo=
saand', b'kachori', b'often', b'need', b'afraid', b'fat', b'tri', b'mani', =
b'prepar', b'withlittl', b'common', b'sens', b'realli', b'boon', b'easi', b=
'use', b'everi', b'one']
***********************************************************************
[b'realli', b'good', b'product', b'use', b'regular', b'consum', b'less', b'=
oil', b'tast', b'fri', b'oil', b'thing', b'know', b'much', b'time', b'dish'=
, b'fri', b'cook']
***********************************************************************
[b'awsom', b'cook', b'tandoori', b'chicken', b'min', b'total', b'disadvanta=
g', b'capac', b'tast', b'depend', b'spice', b'use', b'big', b'differ', b'ta=
st', b'convent', b'fri']
***********************************************************************
[b'lover', b'good', b'fri', b'food', b'also', b'health', b'conscious', b'pr=
oduct', b'elit', b'look', b'easi', b'clean', b'finish', b'outsid', b'functi=
on', b'fit', b'part', b'good', b'insid', b'modular', b'give', b'easi', b'ac=
cess', b'put', b'food', b'well', b'eas', b'clean', b'use', b'almost', b'one=
', b'year', b'give', b'great', b'servic']
***********************************************************************
[b'great', b'product', b'worth', b'spend']
***********************************************************************
[b'instruct', b'manual', b'receiv', b'pleas', b'sendotherwis', b'use', b'pr=
oduct', b'handl', b'young', b'children', b'also']
***********************************************************************
[b'great', b'buy']
***********************************************************************
[b'use', b'product']
***********************************************************************
[b'bought', b'mom', b'love', b'happi', b'product', b'cook', b'cottag', b'ch=
ees', b'day', b'chicken', b'well']
***********************************************************************
[b'amaz', b'innov', b'great', b'healthier', b'altern', b'favourit', b'food'=
, b'tri', b'potato', b'samosa', b'bittergourd', b'okra', b'grill', b'red', =
b'yellow', b'capsicum', b'great', b'result']
***********************************************************************
[b'practic', b'healthi', b'must', b'everi', b'household', b'fri', b'without=
', b'oil', b'great', b'tast']
***********************************************************************
[b'excel', b'product', b'servic', b'amazon', b'also', b'good']
***********************************************************************
[b'work', b'advertis', b'deliv', b'schedul', b'happi']
***********************************************************************
[b'good', b'choic', b'health', b'conscious', b'make', b'great', b'fri']
***********************************************************************
[b'great', b'product', b'especi', b'famili', b'love', b'snack']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'ergonom', b'design', b'intuit', b'usabl']
***********************************************************************
[b'use', b'fri', b'food', b'user', b'oil', b'consumpt', b'neglig', b'cook',=
 b'time', b'faster']
***********************************************************************
[b'simpli', b'amaz']
***********************************************************************
[b'excel', b'product', b'make', b'life', b'wonder', b'oil', b'free', b'amaz=
', b'qualiti', b'product']
***********************************************************************
[b'awesom', b'gift', b'someon', b'like', b'much']
***********************************************************************
[b'excel', b'product', b'cord', b'could', b'littl', b'longer', b'though']
***********************************************************************
[b'money', b'worth']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'amaz', b'product', b'food', b'lover', b'wonder', b'non', b'oili', b'food=
', b'gadget']
***********************************************************************
[b'product', b'though', b'high', b'price', b'simpl', b'technolog']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'best', b'chicken', b'fish', b'samosa', b'test', b'yummi', b'good', b'buy=
']
***********************************************************************
[b'awesom', b'oxi', b'fryer', b'need', b'optim', b'time', b'per', b'food']
***********************************************************************
[b'good', b'nice', b'cool']
***********************************************************************
[b'cook', b'realli', b'fast', b'dont', b'need', b'even', b'singl', b'drop',=
 b'oil', b'cook']
***********************************************************************
[b'fantast', b'guiltfre', b'cook', b'possibl', b'philip', b'viva']
***********************************************************************
[b'like', b'lot', b'must']
***********************************************************************
[b'nice', b'concept', b'work', b'perfect', b'promis', b'help', b'guilt', b'=
free', b'eat', b'experi', b'two', b'thing', b'could', b'better', b'longer',=
 b'cabl', b'compart', b'insid', b'tray']
***********************************************************************
[b'excel', b'product', b'love', b'perman', b'fixtur', b'kitchen']
***********************************************************************
[b'excel', b'product', b'pleas', b'buy', b'best', b'health']
***********************************************************************
[b'wonder', b'item', b'save', b'lot', b'time', b'also', b'take', b'care', b=
'health']
***********************************************************************
[b'inculc', b'healthi', b'live', b'pratic', b'oil', b'prepar']
***********************************************************************
[b'come', b'good', b'safe', b'pack', b'product', b'also', b'met', b'expect'=
]
***********************************************************************
[b'excel', b'product', b'must', b'buy']
***********************************************************************
[b'think', b'best', b'product', b'cook', b'food']
***********************************************************************
[b'good', b'product', b'philipsmust', b'everi', b'kitchen', b'healthi', b'f=
ood', b'habit']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'good', b'defici', b'manual', b'describ', b'part', b'dos', b'dont']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'prompt', b'deliveri', b'amazon', b'usual', b'great', b'product', b'worth=
', b'everi', b'rupe', b'spent', b'famili', b'love']
***********************************************************************
[b'terrif', b'applianc', b'healthi', b'cook', b'eat', b'french', b'fri', b'=
without', b'guilt']
***********************************************************************
[b'amaz', b'product', b'easi', b'oper', b'fri', b'chicken', b'fish', b'fren=
ch', b'fri', b'eas', b'tast', b'best', b'healthi']
***********************************************************************
[b'good', b'product', b'use', b'regular', b'easi', b'cook', b'snack']
***********************************************************************
[b'super', b'product']
***********************************************************************
[b'good', b'price', b'great', b'product', b'use', b'everyday', b'must', b'b=
uy', b'want', b'eat', b'oil', b'good', b'food']
***********************************************************************
[b'good', b'product', b'deliveri', b'per', b'commit', b'timelin']
***********************************************************************
[b'amaz', b'product', b'healthi', b'food']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'excel', b'product', b'use', b'tini', b'amount', b'oil', b'huge', b'amoun=
t', b'use', b'convent', b'fri', b'strong', b'recommend']
***********************************************************************
[b'gift', b'mom', b'birthday', b'love', b'spot', b'deliveri']
***********************************************************************
[b'great', b'product', b'everyon', b'home', b'love', b'good', b'pack', b'de=
liveri']
***********************************************************************
[b'excel']
***********************************************************************
[b'wonder', b'product', b'cook', b'item', b'chicken', b'becam', b'excel']
***********************************************************************
[b'great', b'buy']
***********************************************************************
[b'great', b'product', b'speed', b'deliveri']
***********************************************************************
[b'best', b'product', b'cost', b'compar', b'competitor']
***********************************************************************
[b'amaz', b'product', b'fri', b'extrem', b'well', b'least', b'possibl', b'o=
il']
***********************************************************************
[b'valu', b'money', b'good', b'health']
***********************************************************************
[b'food', b'tast', b'differ', b'nowaday', b'use', b'sinc', b'day', b'arriv'=
]
***********************************************************************
[b'good', b'product', b'arriv', b'time']
***********************************************************************
[b'best', b'item', b'best', b'price', b'work', b'fine']
***********************************************************************
[b'good', b'product', b'excel', b'servic']
***********************************************************************
[b'perfect', b'cook']
***********************************************************************
[b'excel', b'product', b'made', b'veg', b'non', b'veg', b'crispi', b'textur=
ew', b'like', b'purchas', b'anoth', b'famili', b'enjoy']
***********************************************************************
[b'look']
***********************************************************************
[b'awesom', b'nonveg', b'food', b'recommed', b'product']
***********************************************************************
[b'work', b'good', b'sinc', b'year']
***********************************************************************
[b'yes', b'one', b'good', b'purchas', b'clean', b'littl', b'time', b'take',=
 b'process', b'want', b'proper']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'simpli', b'wow']
***********************************************************************
[b'best', b'way', b'avoid', b'oil', b'still', b'enjoy', b'fri', b'eatabl']
***********************************************************************
[b'excel', b'gadget', b'great', b'price']
***********************************************************************
[b'satisfi', b'purchas', b'fact', b'recommend', b'colleagu']
***********************************************************************
[b'aliment', b'better', b'lost', b'weight']
***********************************************************************
[b'good', b'product', b'good', b'packag', b'time', b'deliveri', b'would', b=
'sure', b'recommend', b'friend', b'relat']
***********************************************************************
[b'nice', b'product', b'happi', b'air', b'fryer', b'must', b'buy', b'philip=
', b'airfryer']
***********************************************************************
[b'best', b'home', b'use', b'oilless', b'cook']
***********************************************************************
[b'awesom']
***********************************************************************
[b'excel', b'product', b'must', b'buy', b'fri', b'lover']
***********************************************************************
[b'excel', b'product', b'peopl', b'want', b'consum', b'less', b'oil', b'coo=
k']
***********************************************************************
[b'incred', b'product', b'amaz', b'qualiti', b'wonder', b'technolog', b'wor=
th', b'price']
***********************************************************************
[b'good']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'excel', b'concept', b'deliv', b'benefit', b'promis']
***********************************************************************
[b'good', b'product', b'execel']
***********************************************************************
[b'use', b'sinc', b'last', b'month', b'issu', b'yet']
***********************************************************************
[b'enjoy', b'cook', b'philip', b'air', b'fryer']
***********************************************************************
[b'must', b'everi', b'kitchen']
***********************************************************************
[b'amaz', b'product', b'enjoy', b'fri', b'item', b'without', b'fear', b'inc=
reas', b'cholesterol']
***********************************************************************
[b'must', b'buy', b'product', b'calori', b'conscious', b'peopl']
***********************************************************************
[b'good', b'good', b'good', b'cook', b'lunch', b'dinner', b'thank', b'fast'=
, b'deliveri']
***********************************************************************
[b'happi', b'bought']
***********************************************************************
[b'good', b'save', b'oil', b'also', b'time', b'result', b'awesom']
***********************************************************************
[b'superb', b'product', b'especi', b'frozen', b'fri', b'alu', b'tikki']
***********************************************************************
[b'expect']
***********************************************************************
[b'truli', b'valu', b'money', b'use', b'product', b'kitchen']
***********************************************************************
[b'worth', b'price', b'save', b'lot', b'oil', b'fat']
***********************************************************************
[b'awesom', b'product', b'expect', b'almost', b'zero', b'oil', b'cook', b'e=
at', b'fri', b'meal', b'cook', b'chicken', b'nugget', b'kfc', b'style', b'c=
hicken', b'verieti']
***********************************************************************
[b'recd', b'commit', b'date', b'user', b'friend']
***********************************************************************
[b'good']
***********************************************************************
[b'good', b'hope', b'last', b'expect']
***********************************************************************
[b'best', b'best', b'philip']
***********************************************************************
[b'good']
***********************************************************************
[b'ultim', b'product', b'best', b'servic']
***********************************************************************
[b'good', b'servic', b'also', b'effect', b'use', b'last', b'two', b'year']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'excel', b'product', b'fuss', b'simpl', b'use', b'hard', b'differ', b'dee=
p', b'fri', b'food']
***********************************************************************
[b'super', b'cook', b'mani', b'item']
***********************************************************************
[b'wonder', b'product', b'easi', b'handl', b'one', b'make', b'healthi', b'f=
ood', b'less', b'effort', b'minimum', b'oil']
***********************************************************************
[b'wish', b'grill', b'easili', b'washabl']
***********************************************************************
[b'better', b'best']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'philip', b'applianc']
***********************************************************************
[b'best', b'product', b'roast', b'grill', b'etc', b'save', b'time', b'easi'=
, b'use', b'total', b'oil', b'free', b'cook', b'realli', b'happi', b'produc=
t', b'use', b'month', b'everyth', b'fine', b'product', b'high', b'recommend=
']
***********************************************************************
[b'work', b'fine', b'happi', b'product']
***********************************************************************
[b'good', b'choic', b'much', b'concern', b'health']
***********************************************************************
[b'love', b'tri', b'coupl', b'chicken', b'recip', b'everi', b'time', b'dish=
', b'turn', b'perfect', b'son', b'absolut', b'fan', b'fryer', b'made', b'jo=
b', b'damn', b'easi', b'would', b'definit', b'recommend', b'friend']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'great', b'experi', b'make', b'food', b'versatil']
***********************************************************************
[b'extrem', b'happi', b'product', b'still', b'experi', b'various', b'option=
', b'product', b'meet', b'exceed', b'expect', b'front', b'far']
***********************************************************************
[b'wonder', b'avoid', b'use', b'oil', b'simpl', b'use']
***********************************************************************
[b'healthi', b'way', b'cook']
***********************************************************************
[b'excel', b'product', b'easi', b'use', b'clean']
***********************************************************************
[b'excel', b'product', b'amaz', b'easi', b'use', b'great', b'result']
***********************************************************************
[b'want', b'els', b'one', b'ask', b'mani', b'thing', b'eat', b'without', b'=
intak', b'huge', b'calori', b'almost', b'tast', b'fri', b'food', b'healthi'=
]
***********************************************************************
[b'must', b'kitchen', b'cook', b'healthi', b'food', b'best', b'one', b'mark=
et']
***********************************************************************
[b'good']
***********************************************************************
[b'well', b'pack', b'deliv', b'time', b'good', b'qualiti']
***********************************************************************
[b'damn', b'end', b'eat', b'fri', b'chicken', b'everyth', b'cook', b'oil', =
b'oil', b'free', b'wont', b'make', b'fat', b'free']
***********************************************************************
[b'handi']
***********************************************************************
[b'must', b'kitchen', b'famili', b'satisfi', b'philip']
***********************************************************************
[b'fri', b'burger', b'mani', b'less', b'oil', b'best', b'home', b'use', b's=
inc', b'take', b'least', b'min', b'complet', b'job', b'suitabl', b'commerci=
', b'purpos', b'must', b'homey', b'five', b'star', b'doubt']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'satisfi', b'product', b'think', b'worth', b'buy', b'health', b'conscious=
', b'use', b'grill', b'fish', b'chicken', b'french', b'fri', b'without', b'=
drop', b'oil']
***********************************************************************
[b'good']
***********************************************************************
[b'long', b'time', b'brought', b'someth', b'suppos', b'better', b'healthi',=
 b'altern', b'regular', b'fri']
***********************************************************************
[b'awesom']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'great', b'product', b'great', b'shop', b'experi']
***********************************************************************
[b'one', b'best', b'product', b'ever', b'bought', b'amazon']
***********************************************************************
[b'best', b'thing', b'far', b'oil', b'cook', b'super']
***********************************************************************
[b'good', b'product', b'made', b'thing', b'less', b'oil']
***********************************************************************
[b'nic', b'product', b'use', b'realli', b'use', b'less', b'oil', b'good', b=
'healt', b'cookingit', b'work', b'tandoor', b'deep', b'fryer', b'toaster', =
b'etc', b'top', b'clean', b'easi', b'oper', b'also', b'easi']
***********************************************************************
[b'cook', b'amaz', b'love']
***********************************************************************
[b'good']
***********************************************************************
[b'easi', b'use', b'healthi', b'cook']
***********************************************************************
[b'good', b'expect']
***********************************************************************
[b'product', b'good', b'reciev', b'without', b'separat', b'wish', b'digit']
***********************************************************************
[b'great', b'buy', b'worth', b'money', b'easi', b'use', b'easi', b'clean']
***********************************************************************
[b'great', b'machin', b'work', b'amaz']
***********************************************************************
[b'amaz', b'product', b'time', b'deliveri']
***********************************************************************
[b'use', b'everi', b'altern', b'day', b'good', b'product']
***********************************************************************
[b'perfect', b'cook', b'healthi', b'food', b'less', b'oil', b'work', b'real=
li', b'good', b'veg', b'dish']
***********************************************************************
[b'good', b'product', b'satisfi', b'perform', b'air', b'fri', b'regular', b=
'ever', b'sinc', b'bought', b'product']
***********************************************************************
[b'good', b'excel']
***********************************************************************
[b'need']
***********************************************************************
[b'must', b'product', b'kitchen']
***********************************************************************
[b'realli', b'good', b'expect', b'super', b'happi']
***********************************************************************
[b'save', b'oil']
***********************************************************************
[b'nice', b'product', b'lesser', b'oil', b'consumpt']
***********************************************************************
[b'good', b'product', b'durabl', b'drop', b'day', b'intact']
***********************************************************************
[b'excel', b'product', b'much', b'demand', b'wed', b'present']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'handi', b'excel', b'make', b'eatabl', b'less', b'oil']
***********************************************************************
[b'must', b'gadget', b'kitchen', b'turn', b'kebab', b'bread', b'roll', b'fr=
ench', b'fri', b'well', b'cook', b'smell', b'healthi']
***********************************************************************
[b'excel']
***********************************************************************
[b'bought', b'father', b'law', b'diabet', b'love', b'fri', b'fish', b'air',=
 b'fryer', b'abl', b'enjoy', b'fri', b'fish', b'without', b'much', b'worri'=
, b'oil', b'risk', b'high', b'cholesterol', b'healthi', b'product']
***********************************************************************
[b'superb', b'speciay', b'chicken', b'sheik', b'littel', b'oil', b'say', b'=
half', b'spoon']
***********************************************************************
[b'happi', b'product']
***********************************************************************
[b'best', b'product', b'health']
***********************************************************************
[b'good', b'one']
***********************************************************************
[b'good', b'conveni', b'effort', b'save']
***********************************************************************
[b'deliv', b'timeand', b'best', b'buy', b'evermi', b'food', b'come', b'perf=
ect', b'timethi', b'littl', b'geni', b'must', b'ever', b'food', b'lover', b=
'health', b'conscious']
***********************************************************************
[b'suppos', b'great']
***********************************************************************
[b'excel']
***********************************************************************
[b'good']
***********************************************************************
[b'product', b'expect', b'deliveri', b'quick', b'use', b'product', b'though=
', b'somewhat', b'hard', b'clean']
***********************************************************************
[b'enjoy', b'like', b'buy', b'item', b'amazon']
***********************************************************************
[b'perfect', b'say', b'deep', b'fri', b'effect', b'oil', b'work', b'best', =
b'frozen', b'food', b'take', b'littl', b'effort', b'home', b'made', b'item'=
]
***********************************************************************
[b'far', b'good', b'time', b'fryer', b'actual', b'convect', b'oven', b'smal=
l', b'size', b'quit', b'good', b'job']
***********************************************************************
[b'life', b'time', b'invest', b'health', b'besid', b'user', b'friend', b'ga=
dget']
***********************************************************************
[b'great', b'deliveri', b'time', b'line', b'like', b'promo']
***********************************************************************
[b'great', b'product', b'love', b'idea', b'cook', b'someth', b'quick', b'he=
althi', b'tri', b'french', b'fri', b'fish', b'great']
***********************************************************************
[b'love', b'product', b'great', b'way', b'cut', b'deep', b'fri', b'stuff', =
b'tri', b'make', b'cocktail', b'pizza', b'youll', b'fall', b'easi', b'use',=
 b'clean']
***********************************************************************
[b'good', b'purchas', b'work', b'well', b'got', b'deliv', b'safe', b'pack']
***********************************************************************
[b'good', b'product', b'healthi', b'food']
***********************************************************************
[b'work', b'great', b'use', b'issu']
***********************************************************************
[b'good']
***********************************************************************
[b'nice', b'product', b'issu']
***********************************************************************
[b'handi']
***********************************************************************
[b'kickass', b'make', b'fri', b'everi', b'day', b'love']
***********************************************************************
[b'great', b'productphillip', b'way', b'better', b'cheaper', b'brand']
***********************************************************************
[b'yes', b'awesom', b'cook', b'french', b'fri', b'fri', b'flour', b'cook', =
b'healthi', b'almost', b'crunchi', b'food', b'item']
***********************************************************************
[b'nice', b'product', b'eas', b'worri', b'fat']
***********************************************************************
[b'get', b'tummi', b'insid', b'buy', b'non', b'fat', b'cook', b'devic', b'g=
reat', b'qualiti', b'good', b'pack', b'well', b'time', b'deliveri', b'look'=
, b'item', b'lightn', b'deal', b'cost', b'less']
***********************************************************************
[b'good', b'use', b'month', b'french', b'super']
***********************************************************************
[b'wow']
***********************************************************************
[b'excel', b'product', b'would', b'recommend', b'buy', b'air', b'fryer', b'=
air', b'fri', b'bake', b'beauti', b'thank']
***********************************************************************
[b'excel', b'product', b'conveni', b'easi', b'oper', b'clean']
***********************************************************************
[b'work', b'way', b'list', b'accompani', b'booklet', b'fri', b'wonder', b't=
asti', b'dish', b'without', b'use', b'much', b'oil']
***********************************************************************
[b'good', b'producti', b'like']
***********************************************************************
[b'best', b'choic', b'best', b'option', b'compar', b'microwav', b'feel', b'=
delight']
***********************************************************************
[b'great', b'product', b'consid', b'buy', b'item']
***********************************************************************
[b'fantast', b'project', b'must']
***********************************************************************
[b'amaz', b'product', b'entir', b'famili', b'less', b'oil', b'consumpt', b'=
good', b'health']
***********************************************************************
[b'easi', b'oper', b'onlin', b'support', b'along', b'manual', b'definit', b=
'help', b'cook', b'food', b'take', b'less', b'time', b'cokktin', b'compar',=
 b'oven']
***********************************************************************
[b'awsm', b'servic', b'philip', b'amazon']
***********************************************************************
[b'use', b'littl', b'cost']
***********************************************************************
[b'best', b'snack']
***********************************************************************
[b'nice', b'product', b'health', b'make', b'kebab', b'like', b'micro', b'ov=
en']
***********************************************************************
[b'absolut', b'amaz', b'product', b'perfect', b'fli', b'stuff']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product', b'cours', b'one', b'need', b'get', b'use', b'cook', b=
'good', b'stuff', b'foodi']
***********************************************************************
[b'great', b'product', b'healthi', b'eat', b'easi', b'use', b'quick']
***********************************************************************
[b'best', b'money', b'buy', b'simpli', b'love', b'cook', b'fri', b'grill', =
b'bake', b'roast', b'well', b'valu', b'health', b'money']
***********************************************************************
[b'wonder', b'product', b'great', b'time', b'experi', b'easi', b'use', b'cl=
ean', b'like', b'littl', b'oven', b'basic']
***********************************************************************
[b'love', b'excel', b'piec', b'applianc']
***********************************************************************
[b'must', b'buy', b'inalasa', b'airfryer']
***********************************************************************
[b'cook', b'chicken', b'made', b'cake', b'biscuit', b'easi', b'use', b'clea=
n', b'year', b'proper', b'use', b'mainten', b'still', b'good', b'new', b'pl=
eas', b'note', b'small', b'size', b'larg', b'amount', b'good', b'cook', b'b=
atch', b'cook', b'larg', b'amount', b'often', b'larger', b'size', b'airfrye=
r']
***********************************************************************
[b'good', b'product', b'yet', b'explor', b'full', b'potenti', b'one', b'sti=
ll', b'love']
***********************************************************************
[b'absolut', b'fantast']
***********************************************************************
[b'good', b'design']
***********************************************************************
[b'must', b'buy']
***********************************************************************
[b'five', b'star']
***********************************************************************
[]
***********************************************************************
[b'drastic', b'reduc', b'oil', b'consumpt']
***********************************************************************
[b'product', b'good', b'amazon', b'servic', b'good']
***********************************************************************
[b'nice']
***********************************************************************
[b'great', b'kitchen', b'aid']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'love']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'use']
***********************************************************************
[b'best', b'beast']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'awesom', b'foodi']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'awesom']
***********************************************************************
[b'must', b'buy', b'peopl', b'want', b'healthi', b'food']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'five', b'star']
***********************************************************************
[]
***********************************************************************
[b'recommend']
***********************************************************************
[b'good', b'air', b'fryer']
***********************************************************************
[b'high', b'qualiti', b'finish', b'practic', b'digit', b'control']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'overal', b'good']
***********************************************************************
[b'healthi', b'gadget']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'excel']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'easi', b'use', b'valu', b'money']
***********************************************************************
[b'xlent', b'product', b'must', b'buy']
***********************************************************************
[b'wowwww', b'must', b'buy']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'great', b'product', b'worth', b'price']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'high', b'recommend']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'product', b'good', b'use']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'good', b'product', b'satisfi']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'good', b'air', b'fryer']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'super']
***********************************************************************
[b'exel', b'happi']
***********************************************************************
[b'happi', b'perform']
***********************************************************************
[b'easi', b'use', b'effici']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'nice']
***********************************************************************
[b'best', b'buy']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'good']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'nice', b'share', b'other']
***********************************************************************
[b'cook', b'excel']
***********************************************************************
[b'splendid', b'marvel', b'tremend']
***********************************************************************
[b'great', b'cook', b'time']
***********************************************************************
[b'amaz', b'product', b'still', b'learn', b'use']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'terrif', b'product']
***********************************************************************
[b'best', b'gift']
***********************************************************************
[b'must', b'kitchen']
***********************************************************************
[b'dri', b'fryer']
***********************************************************************
[b'handi', b'gadget']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'american', b'micron', b'best', b'reduc', b'oil', b'consumpt']
***********************************************************************
[b'amaz', b'american', b'micron']
***********************************************************************
[b'good', b'qualiti', b'product']
***********************************************************************
[b'use', b'item', b'kitchen']
***********************************************************************
[b'good', b'product', b'valu', b'money']
***********************************************************************
[b'sturdi', b'faster']
***********************************************************************
[b'genuin', b'qualiti', b'price']
***********************************************************************
[b'excel', b'valu', b'money']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'perfect']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'oil', b'less', b'journey']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'excel', b'air', b'fryer']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'dont', b'one', b'yet', b'get']
***********************************************************************
[b'worth', b'price']
***********************************************************************
[b'awesom', b'product', b'perfect', b'tast']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'awesom']
***********************************************************************
[b'super', b'need', b'recip', b'book']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'receiv', b'product', b'good', b'pack', b'also', b'look', b'materi', b'pr=
oduct']
***********************************************************************
[b'extrem', b'satisfi']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'good', b'qualiti', b'product', b'worth', b'everi', b'penni']
***********************************************************************
[b'best', b'product', b'price', b'rang']
***********************************************************************
[b'fantast']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'nice', b'easi', b'use', b'clean']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'valu', b'money', b'justifi']
***********************************************************************
[b'dont', b'worri', b'fri', b'item']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'fair', b'good']
***********************************************************************
[b'nice']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'excel']
***********************************************************************
[b'premium', b'qualiti', b'product', b'great', b'price']
***********************************************************************
[b'thumb']
***********************************************************************
[b'american', b'air', b'fryer', b'excel', b'product', b'price', b'rang']
***********************************************************************
[b'good', b'wonder']
***********************************************************************
[b'best', b'best', b'price']
***********************************************************************
[b'american', b'micron', b'air', b'fryer']
***********************************************************************
[b'awesom', b'fryer', b'price']
***********************************************************************
[b'reliabl']
***********************************************************************
[b'perfect', b'product', b'kitchen']
***********************************************************************
[b'time', b'deliveri']
***********************************************************************
[b'great', b'devic']
***********************************************************************
[b'super', b'fryer']
***********************************************************************
[b'good', b'one']
***********************************************************************
[b'thank']
***********************************************************************
[b'realli', b'work']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'healthi', b'valu', b'addit', b'one', b'kitchen']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'worth', b'valu', b'respect', b'price', b'qualiti', b'healthi']
***********************************************************************
[b'awesom']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'total', b'worth']
***********************************************************************
[b'nice']
***********************************************************************
[b'good', b'product', b'prepar', b'healthi', b'snack']
***********************************************************************
[b'worth', b'money']
***********************************************************************
[b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'nice', b'product', b'lowest', b'cost']
***********************************************************************
[b'happi', b'purchas']
***********************************************************************
[b'worth', b'money']
***********************************************************************
[b'awsm', b'product']
***********************************************************************
[b'everi', b'household', b'must', b'buy', b'item']
***********************************************************************
[b'fantast', b'product', b'competit', b'price', b'gadar']
***********************************************************************
[b'good']
***********************************************************************
[b'easi', b'use', b'great', b'tast', b'minim', b'oil']
***********************************************************************
[b'conveni', b'healthi', b'option', b'peopl', b'enjoy', b'food', b'option']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'excel', b'air', b'fryer', b'increas', b'life', b'span']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'must', b'health', b'conscious']
***********************************************************************
[b'love']
***********************************************************************
[b'superl', b'product', b'great', b'price']
***********************************************************************
[b'must', b'applienc', b'healthier', b'life', b'style']
***********************************************************************
[b'must', b'product', b'everi', b'kitchen']
***********************************************************************
[b'great']
***********************************************************************
[]
***********************************************************************
[b'econom', b'tasti', b'food']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'easi', b'oper', b'valu', b'money']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'verygood']
***********************************************************************
[b'must', b'buy']
***********************************************************************
[b'hilton', b'air', b'fryer', b'blind']
***********************************************************************
[b'nise']
***********************************************************************
[b'awesom']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'must', b'buy', b'inalasa', b'airfryer']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'better', b'expect']
***********************************************************************
[b'good', b'must', b'product']
***********************************************************************
[b'perfect', b'product', b'perfect', b'price']
***********************************************************************
[b'excel', b'product', b'dont', b'think']
***********************************************************************
[b'superb']
***********************************************************************
[b'ad', b'conveni', b'health', b'kitchen']
***********************************************************************
[b'nycc', b'product', b'afford', b'price', b'must', b'buy']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'great', b'product', b'amaz', b'price']
***********************************************************************
[b'buy', b'buy']
***********************************************************************
[b'eas', b'use']
***********************************************************************
[b'boon', b'health', b'conscious', b'peopl']
***********************************************************************
[b'inalsa', b'air', b'fryer']
***********************************************************************
[b'good', b'product', b'reason', b'price']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'inalsa', b'air', b'fryer', b'rock']
***********************************************************************
[b'easi', b'oper']
***********************************************************************
[b'must', b'give']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'great']
***********************************************************************
[b'air', b'fryer']
***********************************************************************
[b'excel', b'product', b'valu', b'money']
***********************************************************************
[b'work', b'effici']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'use']
***********************************************************************
[b'great']
***********************************************************************
[b'inalsa']
***********************************************************************
[b'excel']
***********************************************************************
[b'superb']
***********************************************************************
[b'good', b'easi', b'use', b'product']
***********************************************************************
[b'worth', b'money']
***********************************************************************
[b'conveni', b'healthi']
***********************************************************************
[b'easi', b'use', b'clean']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'great', b'product', b'oil', b'requir']
***********************************************************************
[b'excel']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'tast', b'health']
***********************************************************************
[b'good', b'one']
***********************************************************************
[b'awesom', b'air', b'fryer', b'easi', b'use', b'job']
***********************************************************************
[b'need', b'buy', b'gift']
***********************************************************************
[b'perfect', b'snack']
***********************************************************************
[b'perfect', b'choic', b'famili', b'valu', b'money']
***********************************************************************
[b'marvel', b'item', b'hilton', b'intnl']
***********************************************************************
[b'say', b'goodby', b'oili', b'food']
***********************************************************************
[b'product']
***********************************************************************
[b'best', b'air', b'fryer', b'qualiti', b'wise', b'come', b'across']
***********************************************************************
[b'product', b'good', b'look', b'good', b'made', b'thing', b'purchas']
***********************************************************************
[b'excel', b'product', b'use', b'week', b'chicken']
***********************************************************************
[b'good', b'job', b'keep']
***********************************************************************
[b'perfect']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'decent', b'air', b'frier', b'low', b'cost']
***********************************************************************
[b'nice', b'qualiti']
***********************************************************************
[b'shes', b'alreadi', b'tri', b'recipi', b'day', b'enjoy', b'aswel', b'didn=
t', b'get']
***********************************************************************
[b'good', b'experi']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'excel']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'excel', b'daili', b'healthi', b'cook']
***********************************************************************
[b'easi', b'use', b'healthi', b'flavour', b'rich', b'food', b'fryer']
***********************************************************************
[b'one', b'kind', b'product']
***********************************************************************
[b'aid', b'kitchen']
***********************************************************************
[b'best', b'bachelor']
***********************************************************************
[b'must', b'buy']
***********************************************************************
[b'great', b'product', b'low', b'cost']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'air', b'frier']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[]
***********************************************************************
[b'best', b'class']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'excel', b'air', b'fryer', b'amaz', b'price']
***********************************************************************
[b'absolut', b'blown', b'away', b'wonder', b'product', b'technolog', b'perm=
it', b'fri', b'littl']
***********************************************************************
[b'great', b'purchas']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'oil', b'free']
***********************************************************************
[b'healthi', b'tasti']
***********************************************************************
[b'nice', b'fryer', b'tast', b'good', b'cook', b'good']
***********************************************************************
[b'thank', b'american', b'micron', b'good', b'product']
***********************************************************************
[b'realli', b'good', b'product', b'use', b'last', b'month']
***********************************************************************
[b'far', b'good']
***********************************************************************
[]
***********************************************************************
[]
***********************************************************************
[b'good', b'size', b'great', b'price']
***********************************************************************
[b'great', b'product', b'issu', b'face']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'new', b'best', b'friend']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'dont', b'weist', b'time', b'think', b'buy']
***********************************************************************
[b'best', b'rang']
***********************************************************************
[b'useful']
***********************************************************************
[b'need', b'recip', b'booklet']
***********************************************************************
[b'cook', b'made', b'littl', b'easi', b'littl', b'chang', b'tast']
***********************************************************************
[b'excel']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'nice', b'product', b'worth', b'money', b'spent']
***********************************************************************
[b'four', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'good']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'good', b'vfm', b'product']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'awesom', b'product', b'timer']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'amaz', b'brand']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'super', b'product']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'good', b'fantast', b'product']
***********************************************************************
[b'perfect', b'addit', b'kitchen']
***********************************************************************
[b'satisfi']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'amaz', b'product', b'health', b'conscious', b'peopl']
***********************************************************************
[b'love']
***********************************************************************
[b'awesom', b'product', b'price']
***********************************************************************
[b'wonder', b'product']
***********************************************************************
[b'healthi']
***********************************************************************
[b'guiltfre']
***********************************************************************
[b'good', b'fryer']
***********************************************************************
[b'best', b'product', b'price']
***********************************************************************
[b'superb', b'product']
***********************************************************************
[b'amaz', b'purchas']
***********************************************************************
[b'inalsa', b'best', b'choic']
***********************************************************************
[b'good', b'valu', b'money']
***********************************************************************
[b'got']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'best', b'put', b'use']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'easi', b'use']
***********************************************************************
[b'good', b'use']
***********************************************************************
[b'perfect', b'replac', b'deep', b'shallow', b'fri']
***********************************************************************
[b'easi', b'handl', b'use']
***********************************************************************
[b'use', b'product']
***********************************************************************
[b'good', b'product', b'right', b'price']
***********************************************************************
[b'nice', b'ultim', b'product']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'excel']
***********************************************************************
[b'must', b'buy', b'want', b'cut', b'oil']
***********************************************************************
[b'use', b'product']
***********************************************************************
[b'airfrier', b'healthi', b'food']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'warranti', b'issu']
***********************************************************************
[b'good']
***********************************************************************
[b'excel', b'easi', b'use', b'product']
***********************************************************************
[b'realli', b'good', b'use']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'inalsa', b'air', b'fryer']
***********************************************************************
[b'best', b'air', b'fryer']
***********************************************************************
[b'osum']
***********************************************************************
[b'healthi', b'lifestyl']
***********************************************************************
[b'best', b'air', b'fryer']
***********************************************************************
[b'good', b'enough', b'peopl']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'money', b'well', b'spent']
***********************************************************************
[b'nice']
***********************************************************************
[b'great', b'buy']
***********************************************************************
[b'absolut', b'great']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'conveni']
***********************************************************************
[b'air', b'fryer']
***********************************************************************
[b'good', b'must', b'buy', b'modern', b'kitchen']
***********************************************************************
[b'grt', b'product', b'grt', b'price']
***********************************************************************
[b'perfect', b'air', b'fryer', b'budget']
***********************************************************************
[b'good', b'conveni', b'devic']
***********************************************************************
[b'worthi', b'purchas', b'good', b'price']
***********************************************************************
[b'amaz', b'experi']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'effici', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'use', b'product']
***********************************************************************
[b'must', b'buy']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'superb', b'perform']
***********************************************************************
[b'start', b'stop', b'button']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'import', b'know', b'use', b'proper']
***********************************************************************
[b'look', b'good', b'product', b'suitabl', b'price']
***********************************************************************
[]
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'useful']
***********************************************************************
[b'excel']
***********************************************************************
[b'must', b'healthi', b'lifestyl']
***********************************************************************
[b'love']
***********************************************************************
[b'size', b'good', b'easi', b'clean']
***********************************************************************
[b'must', b'health', b'conscious']
***********************************************************************
[b'love']
***********************************************************************
[b'superl', b'product', b'great', b'price']
***********************************************************************
[b'must', b'applienc', b'healthier', b'life', b'style']
***********************************************************************
[b'great']
***********************************************************************
[b'ad', b'conveni', b'health', b'kitchen']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'nycc', b'product', b'afford', b'price', b'must', b'buy']
***********************************************************************
[b'inalsa']
***********************************************************************
[b'excel']
***********************************************************************
[b'superb']
***********************************************************************
[b'good', b'easi', b'use', b'product']
***********************************************************************
[b'worth', b'money']
***********************************************************************
[b'conveni', b'healthi']
***********************************************************************
[b'easi', b'use', b'clean']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'excel', b'air', b'fryer', b'increas', b'life', b'span']
***********************************************************************
[b'conveni', b'healthi', b'option', b'peopl', b'enjoy', b'food', b'option']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'better', b'expect']
***********************************************************************
[b'good', b'must', b'product']
***********************************************************************
[b'perfect', b'product', b'perfect', b'price']
***********************************************************************
[b'econom', b'tasti', b'food']
***********************************************************************
[b'excel', b'product', b'dont', b'think']
***********************************************************************
[]
***********************************************************************
[b'must', b'product', b'everi', b'kitchen']
***********************************************************************
[b'happi', b'purchas']
***********************************************************************
[b'worth', b'money']
***********************************************************************
[b'awsm', b'product']
***********************************************************************
[b'everi', b'household', b'must', b'buy', b'item']
***********************************************************************
[b'fantast', b'product', b'competit', b'price', b'gadar']
***********************************************************************
[b'good']
***********************************************************************
[b'easi', b'use', b'great', b'tast', b'minim', b'oil']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'great', b'product', b'oil', b'requir']
***********************************************************************
[b'excel']
***********************************************************************
[b'great']
***********************************************************************
[b'air', b'fryer']
***********************************************************************
[b'excel', b'product', b'valu', b'money']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'excel', b'retail', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'valu', b'buy']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'worth', b'everi', b'penni']
***********************************************************************
[b'easi', b'conveni']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'must', b'give']
***********************************************************************
[b'easi', b'oper']
***********************************************************************
[b'inalsa', b'air', b'fryer', b'rock']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'tast', b'health']
***********************************************************************
[b'good', b'one']
***********************************************************************
[b'awesom', b'air', b'fryer', b'easi', b'use', b'job']
***********************************************************************
[b'great']
***********************************************************************
[b'need', b'buy', b'gift']
***********************************************************************
[b'use']
***********************************************************************
[b'must', b'buy', b'valu', b'money']
***********************************************************************
[b'work', b'effici']
***********************************************************************
[b'great', b'product', b'amaz', b'price']
***********************************************************************
[b'buy', b'buy']
***********************************************************************
[b'eas', b'use']
***********************************************************************
[b'boon', b'health', b'conscious', b'peopl']
***********************************************************************
[b'inalsa', b'air', b'fryer']
***********************************************************************
[b'good', b'product', b'reason', b'price']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'satisfi', b'product', b'perform']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'thank', b'inalsa', b'applianc']
***********************************************************************
[b'inalsa', b'air', b'fri']
***********************************************************************
[b'seem', b'good']
***********************************************************************
[b'wonder', b'util']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'best', b'qualiti']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'must']
***********************************************************************
[b'good']
***********************************************************************
[b'compet', b'price', b'inalsa', b'air', b'fryer']
***********************************************************************
[b'air', b'fryer', b'much', b'healthier', b'today']
***********************************************************************
[]
***********************************************************************
[b'good']
***********************************************************************
[b'awesom']
***********************************************************************
[b'great', b'priduct']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'excel', b'product', b'proud', b'owner', b'inalsa', b'air', b'fryer']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'bestest', b'air', b'fryer']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'best']
***********************************************************************
[b'nice', b'product', b'inalsa']
***********************************************************************
[b'good']
***********************************************************************
[b'gorgeous']
***********************************************************************
[b'inhalsa', b'air', b'fryer']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'inalsa', b'airfryer']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'use', b'modern', b'kitchen']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[]
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'product', b'good', b'custom', b'care', b'app', b'portal', b'need', b'imp=
rov']
***********************************************************************
[b'fryer', b'good', b'sure', b'warranti']
***********************************************************************
[b'electr', b'kitchen']
***********************************************************************
[b'good', b'qualiti', b'air', b'fryer']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'damm', b'good', b'price', b'point']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'best', b'product', b'everi', b'kitchen']
***********************************************************************
[b'must', b'everi', b'kitchen']
***********************************************************************
[b'product', b'awesom', b'cook', b'anyth', b'without', b'oil']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'simpli', b'must', b'health', b'cautious']
***********************************************************************
[b'worth', b'everi', b'penni']
***********************************************************************
[b'sturdi', b'applianc', b'valu', b'money']
***********************************************************************
[b'excel', b'product', b'use']
***********************************************************************
[b'less', b'oil', b'cook']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'healthi', b'way', b'perfect', b'cook']
***********************************************************************
[b'best', b'bang', b'buck', b'airfryer']
***********************************************************************
[b'regret', b'yet']
***********************************************************************
[b'extrem', b'well', b'built', b'use', b'product']
***********************************************************************
[b'good', b'overal']
***********************************************************************
[b'valu', b'money', b'easi', b'clean']
***********************************************************************
[b'good', b'use', b'product']
***********************************************************************
[b'easi', b'use', b'good', b'product']
***********************************************************************
[b'inalsa', b'rock']
***********************************************************************
[b'product', b'describ']
***********************************************************************
[b'inalsa', b'air', b'fryer', b'great']
***********************************************************************
[b'easi', b'use', b'valu', b'money']
***********************************************************************
[b'valu', b'money', b'product']
***********************************************************************
[b'relat', b'alreadi', b'use', b'similar', b'product', b'compar', b'inalsa'=
, b'better', b'fryer']
***********************************************************************
[b'amaz', b'air', b'fryer']
***********************************************************************
[b'nice', b'handi']
***********************************************************************
[b'nice']
***********************************************************************
[b'avail', b'flipkart']
***********************************************************************
[b'magic', b'kitchen', b'applianc']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'good']
***********************************************************************
[b'nice']
***********************************************************************
[b'realli', b'great', b'product', b'wonder', b'price']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'inalsa']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'inalsa', b'air', b'fryer', b'light']
***********************************************************************
[b'good', b'product', b'valu', b'money']
***********************************************************************
[b'portabl', b'worthi', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'great', b'product', b'must', b'buy']
***********************************************************************
[b'great', b'applianc']
***********************************************************************
[b'use']
***********************************************************************
[b'great']
***********************************************************************
[b'review', b'inalsa', b'air', b'fryer']
***********************************************************************
[b'easi']
***********************************************************************
[b'feedback']
***********************************************************************
[b'nice']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'like']
***********************************************************************
[b'nice', b'product', b'inalsa']
***********************************************************************
[b'fair', b'good']
***********************************************************************
[b'air', b'fryer']
***********************************************************************
[b'good', b'health', b'good', b'price']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'nice']
***********************************************************************
[b'afford']
***********************************************************************
[b'best', b'rate', b'qualiti']
***********************************************************************
[b'good']
***********************************************************************
[b'preeti', b'bhasin']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'valu', b'money', b'product']
***********************************************************************
[b'easi', b'use', b'great', b'product']
***********************************************************************
[b'air', b'fryer', b'inalsa']
***********************************************************************
[b'good', b'product', b'price']
***********************************************************************
[b'nice']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'awesom']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'perfect']
***********************************************************************
[b'thumb']
***********************************************************************
[b'inalsa', b'air', b'fryer']
***********************************************************************
[b'worth']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'worthi', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'good', b'air', b'fryer']
***********************************************************************
[b'excel', b'product', b'valu', b'money']
***********************************************************************
[b'excelent', b'product']
***********************************************************************
[b'easi', b'use', b'easi', b'cook']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'oper']
***********************************************************************
[b'nice', b'valu', b'money']
***********************************************************************
[b'good', b'purchas']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'product', b'good']
***********************************************************************
[b'good']
***********************************************************************
[b'best', b'class']
***********************************************************************
[b'use', b'devic']
***********************************************************************
[b'best', b'product']
***********************************************************************
[b'quick', b'oil', b'free', b'cook']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'nice']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'best', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'nice']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'healthi', b'hygien', b'way', b'inalsa']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'good']
***********************************************************************
[b'awasom', b'product', b'easi', b'use', b'cook', b'healthi', b'food']
***********************************************************************
[b'bye', b'bye', b'oili', b'food', b'eat', b'fri', b'stuff', b'fraction', b=
'oil', b'guilt']
***********************************************************************
[b'meet', b'expect']
***********************************************************************
[b'easi', b'use', b'maintain', b'snack', b'without', b'fri', b'oil']
***********************************************************************
[b'love', b'air', b'fryer', b'neat', b'pack', b'use', b'two', b'time', b'pr=
oblem', b'far']
***********************************************************************
[b'easi', b'use', b'clean']
***********************************************************************
[b'perfect', b'mate', b'oil', b'free', b'cook']
***********************************************************************
[b'awesom', b'product', b'less', b'oil', b'diet', b'greas', b'food', b'litt=
l', b'oil', b'place', b'otherwis', b'get', b'sticki', b'best', b'thing', b'=
deep', b'fri', b'food', b'tast', b'good', b'deep', b'fri']
***********************************************************************
[b'valu', b'money', b'good', b'product']
***********************************************************************
[b'happi', b'product', b'ive', b'told', b'intern', b'case', b'extrem', b'de=
lic', b'friend', b'broke', b'easili', b'care', b'maker', b'look', b'issu', =
b'though']
***********************************************************************
[b'qualiti', b'product', b'one', b'look', b'qualiti', b'food']
***********************************************************************
[b'love', b'product']
***********************************************************************
[b'havent', b'receiv', b'receip', b'book', b'promis', b'pleas', b'send', b'=
happi', b'use', b'philip', b'air', b'fryer']
***********************************************************************
[b'awesom', b'product', b'cook', b'liter', b'almost', b'everyth', b'without=
', b'oil', b'great', b'product', b'foodi', b'oil', b'tension']
***********************************************************************
[b'cook', b'well', b'promis', b'tri', b'chicken', b'fish', b'paneer', b'pot=
ato', b'rock', b'solid', b'philip', b'qualiti']
***********************************************************************
[b'love', b'product', b'make', b'everyth', b'easi', b'kind', b'frozen', b'f=
ood', b'consum', b'within', b'minut', b'heat', b'time', b'best', b'part', b=
'oil', b'requir', b'cook', b'food', b'one', b'applianc', b'everi', b'one', =
b'buy']
***********************************************************************
[b'love', b'product', b'simpli', b'awesom', b'anoth', b'excel', b'product',=
 b'philip', b'keep', b'invent']
***********************************************************************
[b'excel', b'product', b'make', b'food', b'bit', b'dri', b'though', b'howev=
', b'learn', b'cook', b'food', b'retain', b'origin', b'tast', b'cook', b'us=
e', b'tradit', b'method', b'good', b'buy']
***********************************************************************
[b'gave', b'present', b'like']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'nice', b'product', b'seller', b'strong', b'packag', b'airfryer', b'super=
b', b'cook', b'alot', b'dish', b'time']
***********************************************************************
[b'worth', b'money']
***********************************************************************
[b'great', b'product', b'nice', b'deliv', b'amazon', b'great', b'tast', b'h=
ealthi', b'cook']
***********************************************************************
[b'love', b'airfriy', b'easi', b'make', b'french', b'fri', b'frozen', b'sna=
ck', b'roast', b'veget', b'thing', b'also', b'camplain', b'product', b'easi=
', b'clean', b'also']
***********************************************************************
[b'extrem', b'happi', b'devic', b'packag', b'well', b'deliv', b'time', b'gr=
eat', b'util', b'valu', b'easi', b'clean', b'eat', b'guilt', b'free', b'fri=
', b'chicken', b'french', b'fri', b'samosa', b'cheer']
***********************************************************************
[b'good', b'model', b'valu', b'price', b'use', b'even', b'children', b'also=
', b'prepar', b'chicken', b'popcorn', b'fish', b'etc', b'save', b'time', b'=
energi', b'recommend', b'product']
***********************************************************************
[b'get', b'recip', b'book', b'air', b'fryer', b'friend', b'got', b'book', b=
'along', b'fryer', b'disappoint']
***********************************************************************
[b'happi', b'product', b'perform', b'ideal', b'small', b'famili', b'add', b=
'varieti', b'dish', b'must', b'buy', b'health', b'conscious', b'peopl']
***********************************************************************
[b'excel', b'product', b'didnt', b'expect', b'fri', b'well', b'tri', b'chic=
ken', b'piec', b'came', b'nice', b'moist', b'well', b'fri']
***********************************************************************
[b'good', b'avoid', b'fri', b'tast', b'compromis', b'worth', b'oil', b'use'=
]
***********************************************************************
[b'philip', b'airfryer', b'still', b'go', b'strong', b'work', b'flawless', =
b'even', b'year']
***********************************************************************
[b'good', b'far']
***********************************************************************
[b'nice', b'item']
***********************************************************************
[b'excel', b'product', b'tandoor', b'awesom']
***********************************************************************
[b'nice', b'compact', b'easi', b'use', b'product', b'form', b'philip', b'us=
e', b'year', b'good', b'qualiti']
***********************************************************************
[b'realli', b'like', b'size', b'easi', b'maintain', b'food', b'get', b'cook=
', b'realli', b'well', b'lot', b'indian', b'fri', b'dish', b'made', b'enjoy=
', b'without', b'oil']
***********************************************************************
[b'verri', b'easi', b'use', b'good', b'ppl', b'care', b'abt', b'health']
***********************************************************************
[b'must', b'rate', b'alreadi', b'review', b'much', b'better', b'could', b'b=
ought', b'satisfi', b'custom', b'amazon', b'philip']
***********************************************************************
[b'instruct', b'recip', b'booklet', b'sent', b'accrossveri', b'disappoint']
***********************************************************************
[b'easi', b'clean', b'healthi', b'cook']
***********************************************************************
[b'save', b'becom', b'fat']
***********************************************************************
[b'awesom', b'product', b'fri', b'everi', b'thing', b'almost', b'oil', b'mu=
st', b'buy', b'foodi']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'use', b'older', b'peopl', b'oil', b'happi']
***********************************************************************
[b'great', b'product', b'fri', b'even', b'give', b'great', b'tast', b'total=
', b'satisfi']
***********************************************************************
[b'excel', b'product', b'price', b'slight', b'higher', b'market', b'product=
', b'worth']
***********************************************************************
[b'must', b'buy', b'kitchen', b'ware']
***********************************************************************
[b'good', b'promis']
***********************************************************************
[b'good']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'satisfi', b'previous', b'one', b'gift', b'bought', b'present', b'someon'=
]
***********************************************************************
[b'easi', b'use', b'handl', b'clean']
***********************************************************************
[b'perfect', b'oil', b'free', b'cook', b'make', b'kebab', b'frozen', b'prod=
uct', b'yes', b'even', b'make', b'pizza', b'less', b'minut']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'nice', b'product', b'start', b'eat', b'fri', b'food', b'thank', b'air', =
b'fryer', b'would', b'love', b'thing', b'could', b'fri', b'papad', b'never'=
, b'mind', b'ill', b'live', b'without']
***********************************************************************
[b'like']
***********************************************************************
[b'time', b'consum', b'plus', b'point', b'use', b'much', b'oil']
***********************************************************************
[b'good', b'product', b'fulli', b'satisfi']
***********************************************************************
[b'help', b'make', b'non', b'oili', b'food']
***********************************************************************
[b'use', b'two', b'month', b'chicken', b'french', b'fri', b'love']
***********************************************************************
[b'tri', b'chicken', b'french', b'fri', b'low', b'oil', b'love', b'power', =
b'consumpt']
***********************************************************************
[b'excel', b'product', b'well', b'deign', b'user', b'friend', b'use', b'reg=
ular', b'happi', b'perform', b'thank']
***********************************************************************
[b'surpris', b'oper', b'manual', b'oper', b'detail', b'also', b'receipt', b=
'booklet']
***********************************************************************
[]
***********************************************************************
[b'good', b'price', b'high']
***********************************************************************
[b'cut', b'oil', b'consumpt', b'enjoy', b'guiltfre', b'favorit', b'could', =
b'deepfri', b'age', b'sinc', b'made', b'eat', b'worri', b'cholesterol', b'l=
evel']
***********************************************************************
[b'life', b'saver', b'foodi', b'could', b'would', b'make', b'food', b'handi=
', b'quick', b'famili', b'love']
***********************************************************************
[b'easi', b'use', b'easi', b'clean']
***********************************************************************
[b'noth', b'dislik']
***********************************************************************
[b'excel', b'buy', b'durat', b'heat', b'need', b'monitor', b'care']
***********************************************************************
[b'nice', b'big', b'easi', b'use', b'clean', b'goe', b'dishwash', b'quick',=
 b'cook']
***********************************************************************
[b'innov', b'easi', b'healthi']
***********************************************************************
[b'money', b'spent', b'excel', b'product', b'great', b'discount', b'amazon'=
, b'deliveri', b'alway', b'time', b'pleasur', b'receiv']
***********************************************************************
[b'must', b'buy', b'health', b'conscious', b'peopl', b'tast', b'fri', b'sna=
ck', b'food', b'brush', b'oil', b'happi', b'dish', b'made']
***********************************************************************
[b'easi', b'use', b'somewhat', b'difficult', b'clean', b'good', b'air', b'f=
ryer', b'rate']
***********************************************************************
[b'best', b'product', b'make', b'fri', b'item', b'side', b'dish', b'rice', =
b'south', b'india', b'power', b'consumpt', b'signific', b'wife', b'quit', b=
'pleas', b'order']
***********************************************************************
[b'like', b'product', b'oven', b'caus', b'simplest', b'design', b'use', b'p=
aisa', b'wasool', b'product']
***********************************************************************
[b'worth', b'invest', b'money', b'hard', b'requir', b'one', b'spoon', b'oil=
', b'make', b'half', b'chicken', b'tandoor', b'definit', b'health', b'freak=
', b'peopl', b'product', b'tri', b'food', b'recip', b'also', b'let', b'guy'=
, b'know', b'thank', b'philip', b'wonder', b'product', b'keep', b'innov']
***********************************************************************
[b'great', b'deal', b'navratri', b'ad', b'charm', b'use', b'kitchen', b'gad=
get', b'reput', b'brand']
***********************************************************************
[b'day', b'sinc', b'got', b'hasnt', b'day', b'havent', b'use', b'itin', b'l=
ove']
***********************************************************************
[b'got', b'product', b'mention', b'websit', b'got', b'time', b'use', b'prod=
uct', b'everyday', b'pblm', b'qualiti', b'good']
***********************************************************************
[b'use', b'twice', b'purchas', b'recent', b'tri', b'recip', b'booklet', b'f=
ine', b'tri', b'kurdai', b'maharashtrian', b'dri', b'savori', b'need', b'fr=
i', b'fluff', b'make', b'crisp', b'crunchi', b'light', b'though', b'didnt',=
 b'fluff', b'happi', b'product']
***********************************************************************
[b'must', b'health', b'conscious', b'peopl']
***********************************************************************
[b'realli', b'good', b'give', b'fri', b'tast', b'least', b'bit', b'oil']
***********************************************************************
[b'work', b'well', b'less', b'space', b'cook']
***********************************************************************
[b'genuin', b'product', b'easi', b'use', b'abl', b'cook', b'samosa', b'fri'=
, b'bare', b'brush', b'coat', b'oil', b'got', b'excel', b'bargain']
***********************************************************************
[b'product', b'good', b'expect', b'easi', b'use', b'food', b'made', b'less'=
, b'oil', b'good', b'health']
***********************************************************************
[b'amaz', b'product', b'philip', b'great', b'price', b'amazon', b'must', b'=
buy', b'foodi', b'receiv', b'cashback', b'got', b'credit', b'account', b'mo=
nth', b'problem', b'condit', b'time', b'buy']
***********************************************************************
[b'easi', b'use', b'cook', b'food', b'without', b'oil', b'good', b'health',=
 b'take', b'less', b'time', b'cook', b'food', b'tasti', b'even', b'use', b'=
less', b'spice', b'recomend', b'take', b'air', b'fryer', b'compani', b'caus=
', b'take', b'time', b'cook', b'compair', b'philip', b'air', b'fryer']
***********************************************************************
[b'product', b'easi', b'use', b'easi', b'clean', b'set', b'easi', b'best', =
b'fri', b'frozen', b'fri', b'food', b'min', b'food', b'readi', b'capac', b'=
also', b'good', b'amazon', b'deliveri', b'also', b'time']
***********************************************************************
[b'must', b'everi', b'homemak', b'care', b'famili', b'believ', b'low', b'oi=
l', b'cook', b'philip', b'item', b'top', b'notch', b'product']
***********************************************************************
[b'cook', b'lot', b'item', b'without', b'oil', b'tast', b'better', b'use', =
b'gas', b'stove', b'food', b'cook', b'use', b'air', b'fryer', b'healthi', b=
'gas', b'stove']
***********************************************************************
[b'good', b'one', b'health', b'watcher', b'till', b'prepar', b'chicken', b'=
recip', b'realli', b'work', b'well', b'qualiti', b'product', b'fine', b'goo=
d', b'handl']
***********************************************************************
[b'product', b'absolut', b'awesom', b'bake', b'cake', b'pizza', b'tandoori'=
, b'chicken', b'fri', b'name', b'make']
***********************************************************************
[b'great', b'product', b'peopl', b'want', b'consum', b'oil', b'still', b'wa=
nt', b'eat', b'nugget', b'fri', b'item']
***********************************************************************
[b'product', b'alway', b'philip', b'user', b'friend', b'easi', b'clean', b'=
handl']
***********************************************************************
[b'work', b'fine', b'easi', b'oper', b'great', b'product', b'cook', b'healt=
hi', b'oil', b'free', b'meal', b'receiv', b'recip', b'book', b'mention', b'=
product', b'descript']
***********************************************************************
[b'recommend']
***********************************************************************
[b'good', b'product', b'less', b'oil', b'tast', b'remain', b'tri', b'french=
', b'finger', b'wedg', b'tikki', b'pizza', b'pocket', b'bhindi', b'fri', b'=
similar', b'stuff', b'kid', b'enjoy', b'keep', b'mind', b'pre', b'heat', b'=
set', b'temperatur', b'per', b'instruct', b'given', b'manual']
***********************************************************************
[b'one', b'month', b'usag', b'happi', b'product', b'good', b'oil', b'free',=
 b'cook']
***********************************************************************
[b'tasti', b'easi', b'use', b'real', b'new', b'food', b'possibl', b'expand'=
, b'varieti', b'food', b'home']
***********************************************************************
[b'product', b'qualiti', b'good', b'easili', b'food', b'lover', b'must', b'=
product', b'kitchen', b'need']
***********************************************************************
[b'fantast', b'product', b'enjoy', b'snack', b'without', b'oil', b'children=
', b'love']
***********************************************************************
[b'find', b'effect', b'consum', b'signific', b'less', b'oil']
***********************************************************************
[b'happi', b'airfrier', b'easi', b'use', b'make', b'cake', b'well', b'quick=
', b'time', b'convect']
***********************************************************************
[b'purchas', b'husband', b'high', b'must', b'buy', b'product']
***********************************************************************
[b'easi', b'oper', b'difficult', b'clean', b'stainless', b'steel', b'mesh',=
 b'food', b'item', b'lock', b'mesh', b'becom', b'hard', b'food', b'cook', b=
'clean', b'difficult', b'part', b'airfrier', b'otherwis', b'good', b'machin=
', b'phillip']
***********************************************************************
[b'must', b'product', b'everi', b'kitchen', b'watch', b'unbox', b'video', b=
'youtu', b'orto', b'watch', b'unbox', b'video', b'hindi', b'search', b'phil=
ip', b'airfryer', b'overview', b'digitaley', b'youtub', b'watch', b'second'=
, b'video']
***********************************************************************
[b'one', b'best', b'product', b'avail', b'health', b'concious', b'peopl', b=
'must', b'buy', b'extrem', b'happi', b'kudo', b'amazon', b'earli', b'delive=
ri']
***********************************************************************
[b'valu', b'money', b'easi', b'use', b'kid', b'fear', b'oil', b'burn', b'he=
ealthi', b'nad', b'quick']
***********************************************************************
[b'easi', b'use', b'applianc', b'food', b'tast', b'almost', b'without', b'o=
il', b'healthi', b'option', b'without', b'oil']
***********************************************************************
[b'good', b'product', b'packag', b'amazon', b'superb', b'complain']
***********************************************************************
[b'tri', b'like', b'air', b'fryer', b'till', b'today', b'one', b'best', b'p=
ack', b'qualiti', b'product', b'qualiti', b'best']
***********************************************************************
[b'good']
***********************************************************************
[b'good', b'worth', b'money', b'paid']
***********************************************************************
[b'good', b'use', b'downsid', b'clean', b'wire', b'mesh', b'tray']
***********************************************************************
[b'clean', b'bit', b'difficult', b'cook', b'oil', b'free', b'food', b'tasti=
']
***********************************************************************
[b'lot', b'lot', b'doubt', b'product', b'one', b'use', b'doubt', b'vanish',=
 b'thin', b'air', b'extrem', b'easi', b'use', b'great', b'qualiti', b'deliv=
', b'everyth', b'promis', b'short', b'absolut', b'product', b'enjoy', b'fri=
', b'snack', b'price', b'seem', b'littl', b'steep', b'use', b'product', b'a=
ppar', b'money', b'well', b'spent', b'kudo', b'philip', b'bring', b'innov',=
 b'easi', b'use', b'product']
***********************************************************************
[b'easi', b'use', b'easi', b'clean', b'keep', b'flavour', b'food', b'tast',=
 b'great']
***********************************************************************
[b'love', b'air', b'fryer', b'philip', b'lot', b'research', b'final', b'opt=
', b'air', b'fryer', b'philip', b'pretti', b'easi', b'use', b'look', b'amaz=
', b'also', b'gave', b'friend', b'total', b'love', b'total', b'air', b'frye=
r', b'amazon', b'prompt', b'deliveri', b'good', b'qualiti', b'warranti', b'=
make', b'complet', b'worth', b'price']
***********************************************************************
[b'worth', b'price', b'total', b'oil', b'free', b'cook', b'good', b'gift', =
b'parent']
***********************************************************************
[b'worth', b'everi', b'penni', b'initi', b'might', b'difficult', b'digest',=
 b'fact', b'food', b'inciner', b'yes', b'come', b'tasti', b'find', b'recip'=
, b'net', b'ahead', b'roast', b'minim', b'oil', b'best']
***********************************************************************
[b'awesom', b'product', b'well', b'pack']
***********************************************************************
[b'easier', b'cook', b'need', b'prolong', b'wait', b'stove', b'food', b'cri=
spyn', b'issu', b'smell', b'fri', b'fish', b'happi', b'wish', b'size', b'bi=
gger']
***********************************************************************
[b'amaz', b'buy', b'perfect', b'match', b'requir', b'high', b'recommend', b=
'hous', b'wanna', b'oil', b'free', b'tast', b'good']
***********************************************************************
[b'easi', b'clean', b'cook', b'lot', b'dish', b'oil', b'free', b'must', b'w=
ant', b'eat', b'healthi', b'food', b'make', b'sure', b'regist', b'product',=
 b'warranti', b'phillip', b'websit']
***********************************************************************
[b'excel', b'product', b'worth', b'buy', b'quick', b'healthi', b'snack']
***********************************************************************
[b'nice', b'home', b'enjoy', b'make', b'good', b'staf', b'less', b'oil', b'=
realli', b'worth', b'buy']
***********************************************************************
[b'good', b'productr', b'enjoy', b'cook', b'philip', b'air', b'fryer', b'pe=
rform', b'far', b'better', b'other', b'seen']
***********************************************************************
[b'deep', b'fri', b'item', b'fraction', b'oil', b'consum', b'fri', b'tast']
***********************************************************************
[b'model', b'deliv', b'without', b'oper', b'manual', b'cook', b'book', b'wa=
rranti', b'cardlook', b'like', b'somebodi', b'return', b'purchas', b'kept',=
 b'document']
***********************************************************************
[b'great', b'experi']
***********************************************************************
[b'excel', b'product', b'receiv', b'brand', b'new', b'one', b'thank', b'muc=
h', b'seller', b'best', b'product', b'amazon']
***********************************************************************
[b'work', b'well', b'like', b'air', b'fryer', b'sturdi', b'look', b'like', =
b'built', b'tough', b'say', b'consum', b'less', b'oil']
***********************************************************************
[b'good', b'experi', b'sinc', b'purchas', b'alway', b'found', b'best', b'pe=
rform', b'clean', b'bit', b'tricki']
***********************************************************************
[b'amaz', b'product', b'didnt', b'believ', b'first', b'one', b'fri', b'less=
', b'oil', b'without', b'oil', b'entir', b'famili', b'happi', b'yes', b'hea=
lthi', b'famili', b'gift', b'diwali', b'gave', b'famili']
***********************************************************************
[b'good', b'product', b'havent', b'tri', b'recip', b'yet', b'fri', b'seem',=
 b'turn', b'good', b'cutlet', b'oil', b'consumpt', b'great', b'reduc', b'th=
ank', b'take', b'around', b'min', b'fri', b'done']
***********************************************************************
[b'excel']
***********************************************************************
[b'cook', b'well', b'zero', b'oil']
***********************************************************************
[b'best', b'class', b'use', b'nice', b'product', b'philip']
***********************************************************************
[b'must', b'product', b'home', b'use', b'daili', b'basi', b'heat', b'bread'=
, b'cook', b'frozen', b'food', b'even', b'serv', b'hot', b'roti', b'paratha=
']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'like', b'solut', b'mani', b'obstacl', b'face', b'quick', b'fix']
***********************************************************************
[b'product', b'advertis', b'time', b'deliv', b'issu', b'work', b'well', b'r=
educ', b'cook', b'oil', b'consumpt', b'home', b'satisfi', b'product']
***********************************************************************
[b'excel', b'product', b'prompt', b'deliveri', b'good', b'pack', b'product'=
, b'exact', b'shown', b'amazon']
***********************************************************************
[b'wow', b'easi', b'use', b'within', b'minut', b'expect', b'yummi', b'roast=
', b'chicken', b'leg', b'fish', b'wing']
***********************************************************************
[b'want', b'lead', b'healthi', b'lifestyl', b'prefer', b'low', b'fat', b'oi=
l', b'diet', b'huge', b'bless', b'regular', b'make', b'samosa', b'pakora', =
b'sizzler', b'fish', b'cutlet', b'turn', b'awesom']
***********************************************************************
[b'satisfi']
***********************************************************************
[b'easi', b'oper', b'user', b'friend']
***********************************************************************
[b'fantast', b'product', b'worth', b'price', b'fri', b'bake', b'roast', b'e=
veryth', b'make', b'life', b'easier']
***********************************************************************
[b'healthi', b'best', b'option', b'best', b'cheap', b'order', b'friend', b'=
famili']
***********************************************************************
[b'goodno', b'fuss', b'mess', b'noiseperfect', b'modern', b'kitchen']
***********************************************************************
[b'airfryer', b'use', b'applianc', b'kitchen', b'peopl', b'fond', b'snack',=
 b'major', b'benefit', b'neglig', b'use', b'cook', b'oil', b'speak', b'volu=
m']
***********************************************************************
[b'easi', b'use', b'easi', b'clean', b'nice', b'look', b'air', b'fryer']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'good', b'bought', b'anoth', b'piec', b'present', b'someon', b'super']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'equip', b'use', b'famili', b'also', b'feel', b'healthi', b'cook', b'item=
']
***********************************************************************
[b'like', b'much', b'everyth', b'good', b'condit']
***********************************************************************
[b'worth', b'buy', b'love']
***********************************************************************
[b'con', b'pros', b'good', b'product', b'reliabl', b'philip']
***********************************************************************
[b'work', b'describ', b'air', b'fri', b'frozen', b'food', b'light', b'brush=
', b'oil', b'tast', b'good', b'deep', b'fri', b'awesom']
***********************************************************************
[b'superb', b'product', b'love', b'great', b'qualiti']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'product', b'work', b'like', b'oven', b'valu', b'money']
***********************************************************************
[b'good', b'product', b'meet', b'expect', b'abl', b'enjoy', b'cook', b'eat'=
, b'low', b'oil', b'dish']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'use', b'serv', b'make', b'various', b'item', b'less', b'oil']
***********************************************************************
[b'clean', b'vase', b'bit', b'troublesom', b'food', b'stick', b'net']
***********************************************************************
[b'excel', b'product', b'healthi', b'way', b'cook']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'excel', b'product', b'superb', b'deal', b'amazon', b'total', b'satisfi',=
 b'shop', b'experi', b'amazon']
***********************************************************************
[b'excel', b'satisfi', b'good', b'make', b'feel', b'eat', b'oil', b'free', =
b'product']
***********************************************************************
[b'superb', b'product', b'great', b'deliveri', b'amazon']
***********************************************************************
[b'love', b'product', b'way', b'give', b'tandoori', b'amaz', b'drawback', b=
'stop', b'button']
***********************************************************************
[b'good', b'product', b'easi', b'use']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'use', b'guilti', b'free', b'cook']
***********************************************************************
[b'fantast', b'product', b'love', b'realli', b'cook', b'without', b'oil', b=
'believ', b'cook', b'chicken', b'tikka', b'tandoori', b'airfryer', b'app', =
b'andriod', b'also', b'good', b'lot', b'recip', b'suggest']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'great', b'product', b'reason', b'price', b'wow', b'coupl', b'excel', b'p=
ackag', b'exceed', b'expect', b'keep', b'well', b'done', b'amazon']
***********************************************************************
[b'small', b'part', b'got', b'misplac', b'due', b'could', b'insert', b'frye=
r', b'philip', b'servic', b'team', b'quick', b'fix', b'five', b'minut', b'g=
ood', b'use', b'gadget', b'kitchen', b'weekend']
***********************************************************************
[b'best', b'qualiti', b'user', b'friend', b'time', b'deliveri']
***********************************************************************
[b'awesom', b'producteasi', b'useless', b'oil', b'consumpt']
***********************************************************************
[b'healthi', b'way', b'cook', b'easi', b'use', b'perfect', b'product', b'he=
althi', b'life']
***********************************************************************
[b'sent', b'mom', b'love']
***********************************************************************
[b'good']
***********************************************************************
[b'prefect', b'product']
***********************************************************************
[b'cook', b'delight']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'wonder', b'product']
***********************************************************************
[b'best', b'dont', b'compromis', b'price']
***********************************************************************
[b'excel', b'product', b'ultim', b'qualiti', b'thank', b'amazon', b'great',=
 b'price']
***********************************************************************
[b'good']
***********************************************************************
[b'checkout', b'youtub', b'vahchef', b'recip']
***********************************************************************
[b'health', b'conscious', b'peopl']
***********************************************************************
[b'cook']
***********************************************************************
[b'thank', b'philip', b'fri', b'daili', b'much', b'love']
***********************************************************************
[b'philip', b'servic', b'guy', b'came', b'demo', b'make', b'everyth', b'qui=
ck', b'crisp', b'fri', b'mathi', b'samosa', b'without', b'oil', b'must', b'=
product']
***********************************************************************
[b'must', b'product', b'fit', b'lifestyl']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'littl', b'reluct', b'purchas', b'product', b'cloudtail', b'deliv', b'awe=
som', b'issu', b'report', b'good', b'show', b'team']
***********************************************************************
[b'use', b'non', b'stop', b'various', b'dish']
***********************************************************************
[b'good']
***********************************************************************
[b'work', b'great', b'tast', b'exact', b'like', b'deep', b'fri', b'stuff', =
b'still', b'good', b'crispi', b'best', b'part', b'ofcours', b'need', b'less=
', b'oil', b'use', b'peopl', b'cant', b'eat', b'oili', b'food']
***********************************************************************
[b'excel', b'product', b'fri', b'may', b'thing', b'enjoy', b'healthi', b'li=
festyl']
***********************************************************************
[b'great']
***********************************************************************
[b'awesom', b'product', b'doubt', b'abt', b'time', b'deliveri', b'amazon']
***********************************************************************
[b'use', b'product', b'virtual', b'cook']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'amaz', b'product', b'person', b'love', b'cook', b'plus', b'littl', b'amo=
unt', b'oil', b'need', b'realli', b'happi', b'purchas']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'use', b'time']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'easi', b'use', b'enjoy', b'oil', b'free', b'food']
***********************************************************************
[b'good', b'product', b'best', b'two', b'peopl', b'accessori', b'price', b'=
high']
***********************************************************************
[b'supper', b'perform']
***********************************************************************
[b'love']
***********************************************************************
[b'great', b'philip', b'product', b'easi', b'work', b'high', b'recommend']
***********************************************************************
[b'great', b'product', b'worth', b'invest', b'made', b'chicken', b'bread', =
b'roll', b'cutlet', b'french', b'fri', b'turn', b'good', b'would', b'recomm=
end', b'product', b'anytim']
***********************************************************************
[b'good', b'use', b'kitchen', b'gadget', b'less', b'oil', b'dont', b'miss',=
 b'much', b'tast', b'healthi']
***********************************************************************
[b'perfect', b'product', b'foodi', b'peopl', b'like', b'easi', b'use', b'gi=
ve', b'perfect', b'result']
***********************************************************************
[b'use', b'proper', b'per', b'advic', b'get', b'perfect', b'flavor']
***********************************************************************
[b'realli', b'good', b'buy', b'everyth', b'perfect']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'delight', b'put', b'good', b'use']
***********************************************************************
[b'tandori', b'chicken', b'kind', b'flavour', b'home', b'good', b'product']
***********************************************************************
[b'easi', b'use', b'stuff', b'tast', b'pretti', b'good']
***********************************************************************
[b'good', b'health', b'conscious', b'peopl']
***********************************************************************
[b'good', b'eat', b'fri', b'food', b'without', b'ensu', b'guilt', b'use', b=
'addit', b'kitchen', b'applianc']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'like', b'thank']
***********************************************************************
[b'easi', b'clean']
***********************************************************************
[b'valu', b'money', b'good', b'non', b'veg', b'men', b'problem']
***********************************************************************
[b'good', b'item']
***********************************************************************
[b'good', b'deliveri', b'fast']
***********************************************************************
[b'even', b'though', b'deliveri', b'littl', b'late', b'product', b'good', b=
'work', b'well', b'describ']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'receiv', b'today', b'tri', b'french', b'fri', b'love']
***********************************************************************
[b'brand', b'name', b'doesnt', b'need', b'rate', b'buy']
***********************************************************************
[b'yes', b'save', b'oil', b'certain', b'item', b'skill', b'cook', b'develop=
', b'time', b'lil', b'bit', b'trial', b'error']
***********************************************************************
[b'easi', b'use', b'clean']
***********************************************************************
[b'save', b'effort', b'use', b'oil', b'fri']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'amaz', b'product', b'must', b'buy']
***********************************************************************
[b'awesom']
***********************************************************************
[b'good', b'qualiti', b'productfirst', b'order', b'fault', b'got', b'replac=
', b'day']
***********************************************************************
[b'work', b'well', b'although', b'food', b'take', b'lot', b'extra', b'time'=
, b'cook', b'quit', b'effici']
***********************************************************************
[b'good', b'product', b'health', b'conscious', b'peopl', b'make', b'love', =
b'crispi', b'french', b'fri', b'without', b'oil', b'love', b'price', b'grt'=
]
***********************************************************************
[b'write', b'review', b'almost', b'month', b'usag', b'good', b'altern', b'f=
ri', b'suggest', b'also', b'buy', b'doubl', b'tier', b'grill', b'add', b'fu=
nction']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'happi', b'wit', b'airfryer', b'easi', b'reliabl', b'best', b'part', b'oi=
l', b'oil', b'hiccup', b'clean', b'tray', b'special', b'wit', b'sauc', b'ma=
sala', b'fall', b'whole', b'excel', b'buy']
***********************************************************************
[b'use', b'kid', b'love', b'best', b'way', b'make', b'snack', b'healthier']
***********************************************************************
[b'good', b'one', b'face', b'issu', b'initi', b'rod', b'misplac', b'due', b=
'shipment', b'fix', b'philip', b'custom', b'servic']
***********************************************************************
[b'easi', b'use', b'serv', b'purpos']
***********************************************************************
[b'origin']
***********************************************************************
[b'excel', b'one', b'cholesterol', b'level', b'low', b'useful', b'thank', b=
'amazon']
***********************************************************************
[b'use', b'gadget', b'easi', b'use']
***********************************************************************
[b'user', b'manual', b'recip', b'book', b'box']
***********************************************************************
[b'use', b'product', b'make', b'fri', b'turn', b'well']
***********************************************************************
[b'perfect', b'per', b'expect', b'thank', b'amazon']
***********************************************************************
[b'amaz', b'product', b'though', b'expens', b'use', b'sinc', b'year', b'abr=
oad', b'place', b'order', b'bombay', b'best', b'part', b'receiv', b'order',=
 b'day', b'within', b'thank', b'amazon', b'prime', b'love']
***********************************************************************
[b'recip', b'book', b'miss']
***********************************************************************
[b'best', b'best', b'best']
***********************************************************************
[b'use', b'cook', b'without', b'oil']
***********************************************************************
[b'best', b'product', b'want', b'eat', b'oil', b'free', b'food']
***********************************************************************
[b'good', b'innov', b'product', b'philip', b'work', b'perfect', b'aid', b'g=
ood', b'healthi', b'oil', b'free', b'cook', b'good', b'buy', b'peopl', b'lo=
ve', b'eat', b'cold', b'storag', b'fri', b'product', b'got', b'good', b'pri=
ce', b'compar', b'market', b'high', b'recommend']
***********************************************************************
[b'excel', b'product', b'quick', b'servic', b'use', b'last']
***********************************************************************
[b'good', b'product', b'cook', b'food', b'less', b'oil', b'compromis', b'ta=
st', b'also', b'got', b'amaz', b'price', b'amazon', b'sale']
***********************************************************************
[b'good', b'product', b'littl', b'oil', b'requir', b'much', b'compromis', b=
'tast', b'either']
***********************************************************************
[b'good', b'stuff', b'best', b'make', b'fri', b'nugget', b'especi', b'kid']
***********************************************************************
[b'high', b'recommend', b'wish', b'cut', b'oil', b'intak']
***********************************************************************
[b'work', b'expect', b'great', b'product']
***********************************************************************
[b'wow']
***********************************************************************
[b'product', b'pizza', b'came', b'well']
***********************************************************************
[b'best', b'air', b'fryer', b'easi', b'use', b'best', b'flavor', b'clean', =
b'easili', b'best', b'product', b'phillip']
***********************************************************************
[b'excel', b'product', b'easiest', b'delici', b'snack', b'made', b'far', b'=
garlic', b'bread', b'took', b'minut', b'lot', b'video', b'avail', b'youtub'=
, b'explor', b'must', b'buy']
***********************************************************************
[b'good', b'product', b'overal', b'attach', b'bake', b'make', b'gravi', b'i=
ntroduc']
***********************************************************************
[b'amaz', b'use', b'product']
***********************************************************************
[b'good', b'product', b'quit', b'handi']
***********************************************************************
[b'good', b'use', b'better']
***********************************************************************
[b'good', b'buy', b'use', b'especi', b'fri', b'food', b'daili', b'basi', b'=
work', b'item', b'tast', b'good', b'guilt', b'free', b'use', b'pyrex', b'gl=
ass', b'plate', b'pan', b'instead', b'place', b'food', b'grill', b'direct',=
 b'grill', b'pain', b'clean']
***********************************************************************
[b'good', b'product', b'especi', b'chicken', b'difficult', b'clean', b'mesh=
']
***********************************************************************
[b'excel', b'deal', b'amaz', b'product', b'star', b'product', b'star', b'am=
azon', b'servic', b'deliveri']
***********************************************************************
[b'like', b'make', b'oili', b'food', b'typic', b'bake', b'one']
***********************************************************************
[b'use', b'last', b'two', b'year', b'use', b'cook', b'bake', b'fri', b'rehe=
at', b'amaz', b'product', b'issu', b'clean', b'fill', b'basket', b'hot', b'=
water', b'let', b'sit', b'time', b'wash']
***********************************************************************
[b'great']
***********************************************************************
[b'want', b'eat', b'gril', b'item', b'less', b'oil', b'ahead', b'product', =
b'time', b'save', b'plus', b'get', b'expect', b'aroma', b'food']
***********************************************************************
[b'simpl', b'yet', b'good', b'airfryer', b'philip', b'need', b'train', b'te=
chnician', b'oper', b'equip', b'easi', b'use', b'equip']
***********************************************************************
[b'crave', b'oil', b'free', b'guilt', b'free', b'snack', b'would', b'perfec=
t', b'one', b'chose', b'use', b'household', b'purpos']
***********************************************************************
[b'excel', b'product', b'want', b'cut', b'fat', b'intak', b'must', b'buy', =
b'satisfi', b'tast', b'excel', b'one', b'tell', b'differ', b'oil', b'fri']
***********************************************************************
[b'product', b'excel']
***********************************************************************
[b'love']
***********************************************************************
[b'fond', b'non', b'vegn', b'veg', b'tandoori', b'less', b'oil']
***********************************************************************
[b'nice', b'use', b'product']
***********************************************************************
[b'function', b'well']
***********************************************************************
[b'easi', b'use', b'easi', b'clean', b'even', b'year', b'son', b'use']
***********************************************************************
[b'cook', b'meat', b'fish', b'chicken', b'fast', b'easi', b'oper', b'time',=
 b'save', b'final', b'maintain', b'tast']
***********************************************************************
[b'product', b'good', b'clean', b'brush', b'could', b'given']
***********************************************************************
[b'great', b'product', b'happi', b'power', b'cabl', b'length', b'increas', =
b'tray', b'net', b'best', b'qualiti', b'deliv', b'mom', b'made', b'tasti', =
b'french', b'fri']
***********************************************************************
[b'good']
***********************************************************************
[b'preeti', b'bhasin']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'valu', b'money', b'product']
***********************************************************************
[b'easi', b'use', b'great', b'product']
***********************************************************************
[b'air', b'fryer', b'inalsa']
***********************************************************************
[b'good', b'product', b'price']
***********************************************************************
[b'nice', b'product', b'inalsa']
***********************************************************************
[b'nice']
***********************************************************************
[b'like']
***********************************************************************
[b'nice']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'inalsa']
***********************************************************************
[b'five', b'star']
***********************************************************************
[b'best', b'rate', b'qualiti']
***********************************************************************
[b'inalsa', b'air', b'fryer', b'light']
***********************************************************************
[b'afford']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'great', b'buy']
***********************************************************************
[b'absolut', b'great']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'conveni']
***********************************************************************
[b'air', b'fryer']
***********************************************************************
[b'good', b'must', b'buy', b'modern', b'kitchen']
***********************************************************************
[b'grt', b'product', b'grt', b'price']
***********************************************************************
[b'must', b'buy', b'valu', b'money']
***********************************************************************
[b'satisfi', b'product', b'perform']
***********************************************************************
[b'quick', b'oil', b'free', b'cook']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'fair', b'good']
***********************************************************************
[b'air', b'fryer']
***********************************************************************
[b'good', b'health', b'good', b'price']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'nice']
***********************************************************************
[b'nice']
***********************************************************************
[b'good', b'product', b'valu', b'money']
***********************************************************************
[b'good']
***********************************************************************
[b'healthi', b'hygien', b'way', b'inalsa']
***********************************************************************
[b'nice']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'best', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'nice']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'nice', b'valu', b'money']
***********************************************************************
[b'oper']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'easi', b'use', b'easi', b'cook']
***********************************************************************
[b'awesom']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'portabl', b'worthi', b'product']
***********************************************************************
[b'best', b'product']
***********************************************************************
[b'best', b'class']
***********************************************************************
[b'great', b'product', b'must', b'buy']
***********************************************************************
[b'great', b'applianc']
***********************************************************************
[b'use']
***********************************************************************
[b'great']
***********************************************************************
[b'review', b'inalsa', b'air', b'fryer']
***********************************************************************
[b'easi']
***********************************************************************
[b'feedback']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'good', b'purchas']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'product', b'good']
***********************************************************************
[b'good']
***********************************************************************
[b'use', b'devic']
***********************************************************************
[b'money', b'well', b'spent']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'must', b'buy', b'want', b'cut', b'oil']
***********************************************************************
[b'use', b'product']
***********************************************************************
[b'airfrier', b'healthi', b'food']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'warranti', b'issu']
***********************************************************************
[b'good']
***********************************************************************
[b'excel', b'easi', b'use', b'product']
***********************************************************************
[b'good', b'use']
***********************************************************************
[b'realli', b'good', b'use']
***********************************************************************
[b'good', b'easi', b'use']
***********************************************************************
[b'best', b'put', b'use']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'amaz', b'product', b'health', b'conscious', b'peopl']
***********************************************************************
[b'love']
***********************************************************************
[b'excel']
***********************************************************************
[b'awesom', b'product', b'price']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'good', b'product', b'right', b'price']
***********************************************************************
[b'excel', b'retail', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'valu', b'buy']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'worth', b'everi', b'penni']
***********************************************************************
[b'easi', b'conveni']
***********************************************************************
[b'size', b'good', b'easi', b'clean']
***********************************************************************
[b'love']
***********************************************************************
[b'must', b'healthi', b'lifestyl']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'perfect', b'replac', b'deep', b'shallow', b'fri']
***********************************************************************
[b'easi', b'handl', b'use']
***********************************************************************
[b'use', b'product']
***********************************************************************
[b'nice', b'ultim', b'product']
***********************************************************************
[b'wonder', b'product']
***********************************************************************
[b'healthi']
***********************************************************************
[b'guiltfre']
***********************************************************************
[b'start', b'stop', b'button']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'import', b'know', b'use', b'proper']
***********************************************************************
[b'look', b'good', b'product', b'suitabl', b'price']
***********************************************************************
[]
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'useful']
***********************************************************************
[b'amaz', b'experi']
***********************************************************************
[b'excel']
***********************************************************************
[b'worthi', b'purchas', b'good', b'price']
***********************************************************************
[b'perfect', b'air', b'fryer', b'budget']
***********************************************************************
[b'osum']
***********************************************************************
[b'healthi', b'lifestyl']
***********************************************************************
[b'best', b'air', b'fryer']
***********************************************************************
[b'good', b'enough', b'peopl']
***********************************************************************
[b'superb', b'perform']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'must', b'buy']
***********************************************************************
[b'good', b'fryer']
***********************************************************************
[b'best', b'product', b'price']
***********************************************************************
[b'superb', b'product']
***********************************************************************
[b'amaz', b'purchas']
***********************************************************************
[b'inalsa', b'best', b'choic']
***********************************************************************
[b'good', b'valu', b'money']
***********************************************************************
[b'got']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'inalsa', b'air', b'fryer']
***********************************************************************
[b'good', b'conveni', b'devic']
***********************************************************************
[b'best', b'air', b'fryer']
***********************************************************************
[b'good', b'buy']
***********************************************************************
[b'effici', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'use', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'perfect']
***********************************************************************
[b'inalsa', b'air', b'fryer']
***********************************************************************
[b'oil', b'free', b'life']
***********************************************************************
[b'star']
***********************************************************************
[b'easi', b'use', b'fast', b'cook']
***********************************************************************
[b'super']
***********************************************************************
[b'excel']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'amaz', b'product']
***********************************************************************
[b'awesom', b'product']
***********************************************************************
[b'kenstar', b'air', b'fryer']
***********************************************************************
[b'super', b'product']
***********************************************************************
[b'excel', b'product', b'fabul', b'featur', b'kenstar', b'must', b'buy']
***********************************************************************
[b'awesom']
***********************************************************************
[b'airfryer']
***********************************************************************
[b'tasti', b'food', b'oil']
***********************************************************************
[b'must', b'buy']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'must', b'item', b'good', b'qualiti', b'build']
***********************************************************************
[b'kenstar', b'aster', b'digi', b'oxi', b'fryer', b'black']
***********************************************************************
[b'qualiti', b'good']
***********************************************************************
[b'still', b'experi', b'perfect', b'scope', b'vegetarian', b'limit']
***********************************************************************
[b'like']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'gud', b'didnt', b'got', b'recip', b'book', b'pls', b'send', b'recip', b'=
book']
***********************************************************************
[b'tasti', b'food', b'without', b'compromis', b'health']
***********************************************************************
[b'excel']
***********************************************************************
[b'remov', b'extra', b'fat', b'chicken', b'meat']
***********************************************************************
[b'use']
***********************************************************************
[b'super']
***********************************************************************
[b'worth', b'buy']
***********************************************************************
[b'perfect', b'without', b'doubt']
***********************************************************************
[b'excel', b'product', b'cost', b'effect']
***********************************************************************
[b'star', b'kenstar']
***********************************************************************
[b'best', b'purchas']
***********************************************************************
[b'worth', b'purchas']
***********************************************************************
[b'love']
***********************************************************************
[b'good', b'valu', b'price']
***********************************************************************
[b'easi', b'use', b'healthi', b'great', b'tast']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'pic', b'cook', b'done', b'love', b'airfyer', b'couldnt', b'find', b'pic'=
, b'samsosa', b'gujiya', b'everyth', b'prepar', b'well', b'review', b'regul=
ar', b'use', b'must', b'buy']
***********************************************************************
[b'becom', b'conscious', b'daili', b'consumpt', b'oil', b'stapl', b'food', =
b'great', b'product', b'add', b'kitchen', b'apart', b'recip', b'suggest', b=
'phillip', b'lot', b'opportun', b'creativ', b'want', b'use']
***********************************************************************
[b'versatil', b'product', b'make', b'tikka', b'fri', b'item', b'bake', b'ca=
ke', b'everyth', b'come', b'perfect', b'con', b'sometim', b'food', b'item',=
 b'stick', b'grill', b'mesh', b'littl', b'difficult', b'clean', b'though', =
b'rack', b'avail', b'use', b'make', b'work', b'easier', b'buy', b'extra', b=
'provid', b'product']
***********************************************************************
[b'product', b'good', b'howev', b'could', b'find', b'oper', b'manual', b'bo=
ok', b'recip', b'book', b'insid', b'box', b'pleas', b'arrang', b'send', b'e=
arliest']
***********************************************************************
[b'awesom', b'hassl', b'free', b'roast', b'grill', b'fri', b'unbeliev', b'w=
ithout', b'oil', b'oil', b'free', b'chicken', b'fri', b'unbeat', b'super', =
b'qualiti', b'non', b'stick', b'surfac', b'clean', b'wet', b'cloth', b'soap=
', b'get', b'readi', b'use']
***********************************************************************
[b'cook', b'tast', b'bit', b'differ', b'oil', b'bad', b'allgood', b'capac',=
 b'especi', b'cook', b'often', b'make', b'soooo']
***********************************************************************
[b'love', b'air', b'fryer', b'consum', b'quit', b'bit', b'electr', b'overal=
', b'happi', b'cook', b'quit', b'thing', b'fri', b'samosa', b'tast', b'grea=
t']
***********************************************************************
[b'happi', b'product', b'use', b'easi', b'use']
***********************************************************************
[b'excel', b'french', b'fri', b'chicken', b'breast', b'samosa', b'crumb', b=
'coat', b'meat', b'roll', b'thick', b'flat', b'piec', b'fish', b'etc', b'sp=
ray', b'littl', b'oil', b'food', b'come', b'dri', b'great', b'product', b'o=
veral', b'fast', b'cook', b'tasti', b'food']
***********************************************************************
[b'good', b'product', b'conveni', b'use', b'snack', b'well', b'substitut', =
b'air', b'fri', b'item', b'health', b'conscious', b'valu', b'money']
***********************************************************************
[b'product', b'realli', b'good', b'use', b'daili', b'product', b'vari', b'l=
ess', b'thing', b'make', b'most', b'frozen', b'snack', b'cheaper', b'option=
']
***********************************************************************
[b'quit', b'big', b'huge', b'capac', b'easi', b'use', b'great', b'product',=
 b'cook', b'healthi', b'food', b'eat', b'whatev', b'without', b'hesit', b'a=
lso', b'mine', b'came', b'littl', b'broken', b'replac', b'within', b'two', =
b'day']
***********************************************************************
[b'philip', b'write', b'coment', b'alway', b'brand', b'think', b'product', =
b'awasom', b'product', b'amaz']
***********************************************************************
[b'fantast', b'piec', b'technolog', b'reliabl', b'cook', b'air', b'fryer', =
b'experi', b'easi', b'cook', b'perfect', b'tast', b'food', b'cook', b'air',=
 b'fryer', b'subject', b'use', b'eat', b'oil', b'fri', b'food', b'take', b'=
adjust', b'tast', b'bud', b'give', b'guilt', b'free', b'feel', b'recommend'=
, b'product', b'everyon', b'worth', b'product', b'kitchen']
***********************************************************************
[b'excel', b'product', b'still', b'bought', b'buy', b'actual', b'work', b'r=
adiat', b'simpl', b'mechan', b'coil', b'heat', b'high', b'speed', b'fan', b=
'flow', b'air', b'coil', b'air', b'get', b'hot', b'due', b'coil', b'hot', b=
'air', b'fri', b'food', b'simpl', b'best', b'part', b'need', b'oil']
***********************************************************************
[b'wonder', b'cute', b'devic', b'healthi', b'snack', b'enjoy', b'daili', b'=
week', b'use', b'write', b'word', b'forget', b'call', b'bell', b'snack', b'=
readi', b'high', b'recommend']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'reduc', b'fat', b'guilt', b'conveni', b'use', b'hear', b'time', b'prepar=
', b'time', b'seem', b'littl', b'much', b'minut', b'preheat', b'time', b'eq=
ual', b'food', b'prepar', b'time', b'worth', b'everyth', b'crisp', b'well',=
 b'made']
***********************************************************************
[b'bacon', b'prawn', b'burger', b'patti', b'tastier', b'easier', b'make', b=
'weve', b'fun', b'make', b'whole', b'host', b'item', b'fri', b'chicken', b'=
leg', b'grill', b'paneer', b'grill', b'veggi', b'etc', b'lot', b'time', b'b=
uy', b'meat', b'licious', b'pop', b'air', b'fryer', b'easiest', b'cook', b'=
ever', b'anyth', b'youd', b'grill', b'fri', b'come', b'realli', b'well', b'=
cook', b'minut', b'perfect', b'lazi', b'peopl']
***********************************************************************
[b'easi', b'use', b'easi', b'handl']
***********************************************************************
[b'easi', b'use']
***********************************************************************
[b'user', b'friend']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'best', b'price', b'compar', b'competitor', b'product']
***********************************************************************
[b'amaz', b'applianc', b'kitchen', b'fill', b'gap', b'thermomix', b'come', =
b'fri', b'without', b'oil', b'brilliant', b'prepar', b'veggi', b'six', b'mo=
nth', b'old', b'granddaught', b'start', b'babi', b'led', b'wean', b'enjoy',=
 b'everi', b'veggi', b'prepar']
***********************************************************************
[b'like', b'product', b'much', b'amaz', b'servic', b'cloudtail', b'becom', =
b'favorit', b'seller', b'anyth', b'come', b'know', b'fine', b'case', b'issu=
', b'replac', b'thank']
***********************************************************************
[b'first', b'one', b'exchang', b'receiv', b'lose', b'heater', b'rod', b'ins=
id', b'fryer', b'exchang', b'within', b'two', b'day', b'use', b'fryer', b'r=
egular', b'problem', b'good', b'qualiti', b'good', b'regard', b'return', b'=
air', b'fri', b'food', b'turn', b'realli', b'well']
***********************************************************************
[b'excel', b'product', b'oil', b'requir', b'luv', b'second', b'air', b'frye=
r', b'cousin', b'gift', b'need', b'buy', b'metal', b'brush', b'clean', b'me=
tal', b'mesh', b'better', b'soke', b'fri', b'pan', b'easi', b'clean']
***********************************************************************
[b'philip', b'realli', b'good', b'launch', b'innov', b'product', b'would', =
b'say', b'make', b'kitchen', b'work', b'easi', b'mom', b'littl', b'bit', b'=
unsatisfi', b'iron', b'mesh', b'provid', b'model', b'even', b'though', b'ma=
chin', b'cost', b'around', b'iron', b'mesh', b'attract', b'much', b'food', =
b'stick', b'get', b'clean', b'realli', b'tough', b'dont', b'disappoint', b'=
food', b'make', b'come', b'realli', b'tasti', b'would', b'want', b'eat', b'=
got', b'amazon', b'sale']
***********************************************************************
[b'unsur', b'would', b'anoth', b'thing', b'buy', b'ultim', b'never', b'use'=
, b'like', b'one', b'best', b'purchas', b'ever', b'made', b'frozen', b'stuf=
f', b'homemad', b'burger', b'patti', b'grill', b'chicken', b'paneer', b'loa=
d', b'thing', b'perfect', b'calori', b'conscious', b'use', b'time']
***********************************************************************
[b'read', b'mani', b'view', b'get', b'disappoint', b'whether', b'order', b'=
notbut', b'unfortun', b'order', b'get', b'cook', b'mani', b'chicken', b'fis=
h', b'varieti', b'mani', b'item', b'found', b'easi', b'good', b'handl', b'e=
ven', b'daughter', b'also', b'oper', b'itthank', b'philip', b'compani', b'f=
an', b'alreadi', b'use', b'item', b'excellantthre', b'cheer', b'hip', b'hip=
', b'hurryblack', b'color', b'favorit']
***********************************************************************
[b'easi', b'use', b'though', b'find', b'clean', b'bit', b'tricki', b'due', =
b'steel', b'jaali', b'overal', b'excel', b'equip', b'found', b'oil', b'cook=
', b'tri', b'much', b'yet', b'cook', b'overal', b'experi', b'good', b'frenc=
h', b'fire', b'potato', b'chop', b'shot', b'even', b'heat', b'bhatura', b'g=
ood', b'fresh', b'one', b'also', b'good', b'precook', b'naan', b'lacha', b'=
paratha', b'good', b'equip', b'kitchen']
***********************************************************************
[b'compar', b'air', b'fryer', b'philip', b'product', b'robust', b'last', b'=
long', b'use', b'sinc', b'day', b'receiv', b'great', b'product', b'issu', b=
'good', b'valu', b'money', b'bit', b'apprehens', b'product', b'read', b'rev=
iew', b'user', b'found', b'product', b'great', b'one', b'must', b'want', b'=
tasti', b'healthi', b'food']
***********************************************************************
[b'philip', b'airfri', b'wonder', b'user', b'friend', b'product', b'use', b=
'peopl', b'calori', b'conscious', b'thank', b'amazon', b'prompt', b'deliver=
i', b'good', b'pack']
***********************************************************************
[b'roast', b'food', b'even', b'frozen', b'snack', b'come', b'well', b'cant'=
, b'tell', b'differ', b'fri', b'one', b'one', b'foodi', b'still', b'want', =
b'avoid', b'oil', b'definit', b'one', b'thing', b'difficult', b'clean']
***********************************************************************
[b'nice', b'product', b'easi', b'oper']
***********************************************************************
[b'job', b'worth', b'purchas']
***********************************************************************
[b'kenstar', b'servic', b'center', b'across', b'reason', b'buy']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'great', b'product']
***********************************************************************
[b'inalsa', b'airfryer']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'use', b'modern', b'kitchen']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[]
***********************************************************************
[b'bestest', b'air', b'fryer']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'thank', b'inalsa', b'applianc']
***********************************************************************
[b'inalsa', b'air', b'fri']
***********************************************************************
[b'seem', b'good']
***********************************************************************
[b'inhalsa', b'air', b'fryer']
***********************************************************************
[b'wonder', b'util']
***********************************************************************
[b'gorgeous']
***********************************************************************
[b'nice', b'product', b'inalsa']
***********************************************************************
[b'worth']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'worthi', b'product']
***********************************************************************
[b'valu', b'money']
***********************************************************************
[b'good', b'air', b'fryer']
***********************************************************************
[b'excel', b'product', b'valu', b'money']
***********************************************************************
[b'excelent', b'product']
***********************************************************************
[b'realli', b'great', b'product', b'wonder', b'price']
***********************************************************************
[b'nice']
***********************************************************************
[b'good']
***********************************************************************
[b'nice', b'product']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'good']
***********************************************************************
[b'best']
***********************************************************************
[b'good']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'best', b'qualiti']
***********************************************************************
[b'good', b'product']
***********************************************************************
[b'valu', b'money', b'product']
***********************************************************************
[b'relat', b'alreadi', b'use', b'similar', b'product', b'compar', b'inalsa'=
, b'better', b'fryer']
***********************************************************************
[b'amaz', b'air', b'fryer']
***********************************************************************
[b'nice', b'handi']
***********************************************************************
[b'nice']
***********************************************************************
[b'avail', b'flipkart']
***********************************************************************
[b'superb']
***********************************************************************
[b'review', b'amaz', b'product']
***********************************************************************
[b'good', b'machin']
***********************************************************************
[b'excel', b'servic']
***********************************************************************
[b'excel', b'product']
***********************************************************************
[b'great', b'home', b'applianc', b'use', b'aesthet', b'pleas']
***********************************************************************
[b'hell', b'product']
***********************************************************************
[b'good', b'experi']
***********************************************************************
[b'excel']
***********************************************************************
[b'easi', b'use', b'valu', b'money']
***********************************************************************
[b'inalsa', b'air', b'fryer', b'great']
***********************************************************************
[b'product', b'describ']
***********************************************************************
[b'inalsa', b'rock']
***********************************************************************
[b'must']
***********************************************************************
[b'good']
***********************************************************************
[b'compet', b'price', b'inalsa', b'air', b'fryer']
***********************************************************************
[b'air', b'fryer', b'much', b'healthier', b'today']
***********************************************************************
[]
***********************************************************************
[b'good']
***********************************************************************
[b'awesom']
***********************************************************************
[b'thumb']
***********************************************************************
[b'great', b'priduct']
***********************************************************************
[b'product', b'good', b'custom', b'care', b'app', b'portal', b'need', b'imp=
rov']
***********************************************************************
[b'best', b'bang', b'buck', b'airfryer']
***********************************************************************
[b'fryer', b'good', b'sure', b'warranti']
***********************************************************************
[b'good', b'overal']
***********************************************************************
[b'valu', b'money', b'easi', b'clean']
***********************************************************************
[b'good', b'use', b'product']
***********************************************************************
[b'easi', b'use', b'good', b'product']
***********************************************************************
[b'excel', b'product', b'proud', b'owner', b'inalsa', b'air', b'fryer']
***********************************************************************
[b'look', b'trendi', b'black', b'copper']
***********************************************************************

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[34]
=
product_data[= 'CleanedText']=3Dfinal_st= ring #adding a column of&nb= sp;CleanedText which displays the data after pre-processing of the review&nbs= p;
product_data['C= leanedText']=3Dproduct_data['CleanedText'].str.decode("utf-8")
<= /div>
Enter to Rename, Shift+Enter to Preview
=


<= div class=3D"cell-execution-container">
=
product_data
=
<= /div>
Enter to Rename, Shift+Ente= r to Preview
<= p class=3D"type" style=3D"font-family: monospace;">

<= div class=3D"output-iframe-sizer">
[n=
ltk_data] Downloading package vader_lexicon to /root/nltk_data...
True
=

<= div class=3D"cell-execution-container">
=
=
!pip = install vaderSentiment
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyz= er
vader =3D SentimentIntensityAnalyz= er()
 
=
=
Enter to= Rename, Shift+Enter to Preview
=

=
<= /div>
<= div class=3D"output-iframe-sizer">
Co=
llecting vaderSentiment
  Downloading https://files.p=
ythonhosted.org/packages/76/fc/310e16254683c1ed35eeb97386986d6c00bc29df17ce=
280aed64d55537e9/vaderSentiment-3.3.2-py2.py3-none-any.whl (125kB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 133k=
B 3.9MB/s=20
Requirement already satisfied: requests in /usr/local/lib/python3.7/dist-pa=
ckages (from vaderSentiment) (2.23.0)
Requirement already satisfied: idna<3,>=3D2.5 in /usr/local/lib/pytho=
n3.7/dist-packages (from requests->vaderSentiment) (2.10)
Requirement already satisfied: chardet<4,>=3D3.0.2 in /usr/local/lib/=
python3.7/dist-packages (from requests->vaderSentiment) (3.0.4)
Requirement already satisfied: certifi>=3D2017.4.17 in /usr/local/lib/py=
thon3.7/dist-packages (from requests->vaderSentiment) (2020.12.5)
Requirement already satisfied: urllib3!=3D1.25.0,!=3D1.25.1,<1.26,>=
=3D1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests->vade=
rSentiment) (1.24.3)
Installing collected packages: vaderSentiment
Successfully installed vaderSentiment-3.3.2

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[38]
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
def get_polarity(x):
&= nbsp;   return TextBlob(x).sentiment.polarity
product_data['Polarity'] =3D product_data['ReviewTitl= e'].apply(get_polarity)
product_data['Sentiment_Type']=3D''
product_data.loc[product_data.Polarity>0,'Sentiment_Type= ']=3D'POSITIVE'
<= span>product_data.loc[product_data.Polarity=3D=3D0,'Sentiment_Type']=3D'NEUTRAL'
product_data.loc[product_= data.Polarity<0= ,'Sentiment_Type']= =3D'NEGATIVE'
=
<= div data-mprt=3D"4" class=3D"overlayWidgets" style=3D"width: 1242px;">
<= div data-mprt=3D"2" class=3D"overflowingContentWidgets">
Enter to Rename, Shift+Enter to Preview
<= /div>
=


<= div class=3D"cell-execution-container">
=
product_data.reset_index= (drop=3DTrue)
=
=
Enter to Rename, Shift+Enter to Previ= ew

<= div class=3D"output-iframe-sizer">

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[40]
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
=
def configure_plotly_browser_state():
  import IPython
  displ= ay(IPython.core.display.HTML('''=
        <script src=3D"= /static/components/requirejs/require.js"= ></script>
   &nbs= p;    <script>
          requirejs= .config({
      =       paths: {
            = ;  base: '/static/base',
    &nb= sp;         plotly: 'https:/= /cdn.plot.ly/plotly-latest.min.js?noext',
   &nbs= p;        },
          });
        </script<= span class=3D"mtk12">>
   &n= bsp;    '''))
=
=
Enter to Rena= me, Shift+Enter to Preview

<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; heig= ht: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">
<= /div>

Distribution of Sent= iment polarity

=E2=86=B3 0 cells hidden

<= div class=3D"cell-execution-container">
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
 
configure_plotly_browser_state()<= /span>
import plotly= .graph_objs as go
import&n= bsp;plotly.offline as pyo
from plotly.offline import<= span class=3D"mtk1"> init_notebook_mode, iplot
pyo.init_notebook_mode()
init_notebo= ok_mode(connected=3DTrue
product_data['Polarity'].iplot(kind=3D'hist',colors=3D'red',bins=3D50,xTitle=3D'Polarity',yTitle=3D'count',title=3D'Sentiment Polarity distribution')
 
######### we = ;will be ploting polarity count on rev= iews
 
<= /div>
=
Enter to Rename, Shift+Enter to Preview

=
<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">

<= div class=3D"cell-execution-container">
=
=
=
####### we w= ill be ploting count of sentiment_type 
configure_plotly_browser= _state()
product_data.Sentiment_Type.value_coun= ts().iplot(kind=3D= 'bar',title=3D"Sen= timent Analysis")
Enter to Rename, Shift+Enter to Preview
=
<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; heig= ht: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">

<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; widt= h: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">
=
<= div class=3D"output-iframe-sizer">

<= div class=3D"cell-execution-container">
<= /div>
<= /div>
<= div class=3D"view-zones" role=3D"presentation" aria-hidden=3D"true" style= =3D"position: absolute;">
###### we will&n= bsp;be plotting rating count
 
configure_plotly_browser_state()
product_data['Rating'].iplot(kind=3D'hist',colors=3D'red',bins=3D50,xTitle=3D'Rating',yTitle=3D'count',title=3D'Review Rating distributio= n')
 
<= /div>
Enter to Rename, Shift+Enter to Preview

=
<= div class=3D"output-iframe-sizer">

<= div class=3D"cell-execution-container">
=
product_data['Brand'].value_counts()
=
=
Enter to Rename, Shift+Enter to Previ= ew

<= div class=3D"output-iframe-sizer">
Phi=
lips              1796
Insala airfryer       553
Amazon Airfryer       553
American Micronic     396
Kenster                87
Hilton                 44
Kent                   23
Varada Pro             21
Solara Digital          3
Name: Brand, dtype: int64

<= div class=3D"cell-execution-container">
=
product_data.groupby('Brand').count()
=
=
Enter to Rename, Shift+Enter to Previ= ew

<= div class=3D"output-iframe-sizer">
=

<= div class=3D"cell-execution-container">
=
=
=
###COUNT PLOT&nbs= p;ON BRANDS
configure_plotly_browser_state= ()
product_data['B= rand'].value_counts().iplot(kind=3D'bar',xTitle=3D'Brand',yTitle=3D'count',title=3D'COUNT OF BRANDS')<= /span>
=
=
Enter to Renam= e, Shift+Enter to Preview

<= div role=3D"presentation" aria-hidden=3D"true" class=3D"invisible scrollbar= vertical" style=3D"position: absolute;">
=
<= /div>
<= div class=3D"output-iframe-sizer">
=

<= div class=3D"cell-execution-container">
=
!p= ip install text2emotion
import text2emotion = as te
=
Enter to Rename, Shift+Enter to Preview
=

<= div class=3D"output-iframe-sizer">
Co=
llecting text2emotion
  Downloading https://files.pythonh=
osted.org/packages/fe/31/b190e37c1396ca68ab1b5c8ea1a23f2f7848df532ad69133e9=
4853120aed/text2emotion-0.0.5-py3-none-any.whl (57kB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 61kB=
 2.3MB/s=20
Collecting emoji>=3D0.6.0
  Downloading https://files.pythonhosted.o=
rg/packages/24/fa/b3368f41b95a286f8d300e323449ab4e86b85334c2e0b477e94422b8e=
d0f/emoji-1.2.0-py3-none-any.whl (131kB)
     |=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=
=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=
=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=
=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88| 133k=
B 5.0MB/s=20
Requirement already satisfied: nltk in /usr/local/lib/python3.7/dist-packag=
es (from text2emotion) (3.2.5)
Requirement already satisfied: six in /usr/local/lib/python3.7/dist-package=
s (from nltk->text2emotion) (1.15.0)
Installing collected packages: emoji, text2emotion
Successfully installed emoji-1.2.0 text2emotion-0.0.5
[nltk_data] Downloading package stopwords to /root/nltk_data...
[nltk_data]   Package stopwords is already up-to-date!
[nltk_data] Downloading package punkt to /root/nltk_data...
[nltk_data]   Unzipping tokenizers/punkt.zip.
[nltk_data] Downloading package wordnet to /root/nltk_data...
[nltk_data]   Unzipping corpora/wordnet.zip.

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[48]
<= /div>
<= /div>
def = get_emotion(x):
<= div style=3D"top:19px;height:19px;" class=3D"view-line">         return te.get_emotion(x)=
 
 
 <= /div>
=
Enter to Rename, Shift+Enter to Previe= w

<= /div>

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[49]
=
=
product_data.loc[product_data.Pol= arity>=3D0,'Review_emotions']=3D<= /span>'HAPPY'
product_dat= a.loc[product_data.Polarity<0,'Review_emotions']=3D'ANGRY'
<= div style=3D"top:38px;height:19px;" class=3D"view-line">product_data.loc[product_data.Polarity=3D=3D0,'Review_= emotions']=3D'SATI= SFIED'
<= /div>
Enter to Rename, Shift+Ente= r to Preview
<= p class=3D"type" style=3D"font-family: monospace;">

<= div class=3D"output-info">

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[50]
=
=
product_data.loc[product_data.Pol= arity>=3D0,'pol_num']=3D'1'
product_data.loc[produc= t_data.Polarity<0,'pol_num']=3D'-1'
product_data.lo= c[product_data.Polarity=3D=3D0,'pol_num']=3D'0'
Enter to Rename, Shift+Enter to Preview
=


Double-click (or enter) to e= dit

=E2=86=B3 0 cells hidden

<= div class=3D"cell-execution-container">
=
product_data.head(50)
<= /div>
=
<= div data-mprt=3D"2" class=3D"overflowingContentWidgets">
Enter to Rename, Shift+Enter to Preview
<= span>

<= /div>
<= div class=3D"output-iframe-sizer">

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[52]
=
from sklearn.feature_extraction.text import CountVectorizer
<= div role=3D"presentation" aria-hidden=3D"true" class=3D"invisible scrollbar= vertical" style=3D"position: absolute; width: 14px; height: 29px; right: 0= px; top: 0px;">
<= /div>
Enter to Rename, Shift+Ente= r to Preview
<= p class=3D"type" style=3D"font-family: monospace;">

<= div class=3D"output-iframe-sizer">
=

<= div class=3D"cell-execution-container">
=
sns.catplot(= x=3D'Brand',y=3D'Polarity',data=3Dpr= oduct_data,kind=3D'box',height=3D4,&= nbsp;aspect=3D3)
<= textarea data-mprt=3D"6" class=3D"inputarea" wrap=3D"off" autocorrect=3D"of= f" autocapitalize=3D"off" autocomplete=3D"off" spellcheck=3D"false" aria-la= bel=3D"Editor content;Press Alt+F1 for Accessibility Options." role=3D"text= box" aria-multiline=3D"true" aria-haspopup=3D"false" aria-autocomplete=3D"b= oth" style=3D"font-family: monospace; font-weight: normal; font-size: 14px;= font-feature-settings: "liga" 0, "calt" 0; line-height= : 19px; letter-spacing: 0px; top: 0px; left: 6px; width: 1px; height: 1px;"= >
Enter to Rename, Shift+Enter to Previ= ew

<= /div>
<= div class=3D"output-iframe-sizer">
=

<= div class=3D"cell-execution-container">
=
import plotly. express as=  px
import plotly.graph_objects as go
Enter to Rename, Shift+Enter to Preview
=

<= div class=3D"output-iframe-sizer">
/u=
sr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecatio=
nWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()

/usr/local/lib/python3.7/dist-packages/plotly/express/_doc.py:503: Deprecat=
ionWarning:

inspect.getargspec() is deprecated since Python 3.0, use inspect.signature(=
) or inspect.getfullargspec()


to also collapse sibling sections)">*Based on Rating = and Polarity Recomending Brands *


=E2=86=B3 95 cells hidden
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[56]
=
=
x1=3Dproduct_data[product_data['Rating']>=3D3.0]['Brand']
x2=3Dproduct_data[product_data['Rating']<=3D2.0]['Brand']
 
=
Ente= r to Rename, Shift+Enter to Preview

<= /div>
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[57]
<= /div>
<= /div>
 
trace1=3Dgo.Histo= gram(x=3Dx1,name=3D'Recomended',opacity=3D0.8)
trace2=3Dgo.Histogram(x=3Dx2,name= =3D'Not Recomended',opacity=3D0.8)
 
 
=
<= div data-mprt=3D"4" class=3D"overlayWidgets" style=3D"width: 1242px;">
<= /div>
=
=
Enter to Rename, Shift+Enter to Pr= eview

=

<= div class=3D"cell-execution-container">
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
configure_plotly_browser_state()<= /span>
data=3D[trace1,trace2]
layout=3Dgo.Layout(barmode=3D'overlay',title=3D'Distribution=  of Recomending Brands based on Ratin<= span class=3D"mtk26">gs')
fig=3Dgo.Figure(data=3Ddata,layout=3Dlayout)
fig.show()
 
Enter to Rename, Shift+Enter to Preview
=

<= div class=3D"output-iframe-sizer">
=

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[59]
<= /div>
<= /div>
y1=3Dproduct_data[product_data['Polarity']>=3D0]['Brand']
y= 2=3Dproduct_data[product_data['Polarity']<0]['Brand']
trace_1=3Dgo.Histogram(x=3Dy1,name=3D= 'Recomended',opacity=3D0.8)
trace_2=3Dgo.Histogram(x=3Dy2,name=3D'Not Recomended',opacity=3D0.8)
 
<= /div>
=
Enter to Rename, Shift+Enter= to Preview
<= /div>
<= div class=3D"monaco-scrollable-element " role=3D"presentation" style=3D"pos= ition: relative; overflow: hidden;">

=

<= div class=3D"cell-execution-container">
=
s=3Dpd.concat([y1, y2])
= s
=
Ente= r to Rename, Shift+Enter to Preview

<= /div>
<= div class=3D"output-iframe-sizer">
137=
2    Insala airfryer
1636               Kent
1911            Philips
1015    Insala airfryer
2921            Philips
             ...      =20
2087            Philips
1294    Insala airfryer
1602            Kenster
1581            Kenster
1687            Philips
Name: Brand, Length: 3476, dtype: object

<= div class=3D"cell-execution-container">
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
configure_plotly_browser_state()<= /span>
data=3D[trace_1,trace_2]
layout=3Dgo.Layout(barmode=3D'overlay',title=3D'Distributi= on of polarity of reviews based on rati<= /span>ngs')=
fig=3Dgo.Figure(data=3Ddata,layout=3Dlayout)
fig.show()
 
=
<= div data-mprt=3D"4" class=3D"overlayWidgets" style=3D"width: 1242px;">
<= div data-mprt=3D"2" class=3D"overflowingContentWidgets">
Enter to Rename, Shift+Enter to Preview
<= span>

<= /div>
<= div class=3D"output-iframe-sizer">
=

<= div class=3D"cell-execution-container">
=
 
!pip install autoviz
<= div data-mprt=3D"1" class=3D"contentWidgets" style=3D"position: absolute; t= op: 0px;">
<= div data-mprt=3D"4" class=3D"overlayWidgets" style=3D"width: 1242px;">
Enter to Rename, Shift+Enter to Preview
<= /span>
=

<= div class=3D"output-iframe-sizer">
Co=
llecting autoviz
  Downloading https://files.pythonhoste=
d.org/packages/89/20/8c8c64d5221cfcbc54679f4f048a08292a16dbad178af7c78541aa=
3af730/autoviz-0.0.81-py3-none-any.whl
Requirement already satisfied: jupyter in /usr/local/lib/python3.7/dist-pac=
kages (from autoviz) (1.0.0)
Requirement already satisfied: seaborn in /usr/local/lib/python3.7/dist-pac=
kages (from autoviz) (0.11.1)
Requirement already satisfied: matplotlib in /usr/local/lib/python3.7/dist-=
packages (from autoviz) (3.2.2)
Requirement already satisfied: pandas in /usr/local/lib/python3.7/dist-pack=
ages (from autoviz) (1.1.5)
Requirement already satisfied: ipython in /usr/local/lib/python3.7/dist-pac=
kages (from autoviz) (5.5.0)
Requirement already satisfied: scikit-learn in /usr/local/lib/python3.7/dis=
t-packages (from autoviz) (0.24.2)
Requirement already satisfied: xgboost in /usr/local/lib/python3.7/dist-pac=
kages (from autoviz) (0.90)
Requirement already satisfied: statsmodels in /usr/local/lib/python3.7/dist=
-packages (from autoviz) (0.10.2)
Requirement already satisfied: notebook in /usr/local/lib/python3.7/dist-pa=
ckages (from jupyter->autoviz) (5.3.1)
Requirement already satisfied: nbconvert in /usr/local/lib/python3.7/dist-p=
ackages (from jupyter->autoviz) (5.6.1)
Requirement already satisfied: ipywidgets in /usr/local/lib/python3.7/dist-=
packages (from jupyter->autoviz) (7.6.3)
Requirement already satisfied: jupyter-console in /usr/local/lib/python3.7/=
dist-packages (from jupyter->autoviz) (5.2.0)
Requirement already satisfied: ipykernel in /usr/local/lib/python3.7/dist-p=
ackages (from jupyter->autoviz) (4.10.1)
Requirement already satisfied: qtconsole in /usr/local/lib/python3.7/dist-p=
ackages (from jupyter->autoviz) (5.1.0)
Requirement already satisfied: scipy>=3D1.0 in /usr/local/lib/python3.7/=
dist-packages (from seaborn->autoviz) (1.4.1)
Requirement already satisfied: numpy>=3D1.15 in /usr/local/lib/python3.7=
/dist-packages (from seaborn->autoviz) (1.19.5)
Requirement already satisfied: cycler>=3D0.10 in /usr/local/lib/python3.=
7/dist-packages (from matplotlib->autoviz) (0.10.0)
Requirement already satisfied: kiwisolver>=3D1.0.1 in /usr/local/lib/pyt=
hon3.7/dist-packages (from matplotlib->autoviz) (1.3.1)
Requirement already satisfied: pyparsing!=3D2.0.4,!=3D2.1.2,!=3D2.1.6,>=
=3D2.0.1 in /usr/local/lib/python3.7/dist-packages (from matplotlib->aut=
oviz) (2.4.7)
Requirement already satisfied: python-dateutil>=3D2.1 in /usr/local/lib/=
python3.7/dist-packages (from matplotlib->autoviz) (2.8.1)
Requirement already satisfied: pytz>=3D2017.2 in /usr/local/lib/python3.=
7/dist-packages (from pandas->autoviz) (2018.9)
Requirement already satisfied: pygments in /usr/local/lib/python3.7/dist-pa=
ckages (from ipython->autoviz) (2.6.1)
Requirement already satisfied: simplegeneric>0.8 in /usr/local/lib/pytho=
n3.7/dist-packages (from ipython->autoviz) (0.8.1)
Requirement already satisfied: setuptools>=3D18.5 in /usr/local/lib/pyth=
on3.7/dist-packages (from ipython->autoviz) (56.1.0)
Requirement already satisfied: pickleshare in /usr/local/lib/python3.7/dist=
-packages (from ipython->autoviz) (0.7.5)
Requirement already satisfied: traitlets>=3D4.2 in /usr/local/lib/python=
3.7/dist-packages (from ipython->autoviz) (5.0.5)
Requirement already satisfied: prompt-toolkit<2.0.0,>=3D1.0.4 in /usr=
/local/lib/python3.7/dist-packages (from ipython->autoviz) (1.0.18)
Requirement already satisfied: pexpect; sys_platform !=3D "win32" in /usr/l=
ocal/lib/python3.7/dist-packages (from ipython->autoviz) (4.8.0)
Requirement already satisfied: decorator in /usr/local/lib/python3.7/dist-p=
ackages (from ipython->autoviz) (4.4.2)
Requirement already satisfied: threadpoolctl>=3D2.0.0 in /usr/local/lib/=
python3.7/dist-packages (from scikit-learn->autoviz) (2.1.0)
Requirement already satisfied: joblib>=3D0.11 in /usr/local/lib/python3.=
7/dist-packages (from scikit-learn->autoviz) (1.0.1)
Requirement already satisfied: patsy>=3D0.4.0 in /usr/local/lib/python3.=
7/dist-packages (from statsmodels->autoviz) (0.5.1)
Requirement already satisfied: nbformat in /usr/local/lib/python3.7/dist-pa=
ckages (from notebook->jupyter->autoviz) (5.1.3)
Requirement already satisfied: jupyter-core>=3D4.4.0 in /usr/local/lib/p=
ython3.7/dist-packages (from notebook->jupyter->autoviz) (4.7.1)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.7/dist-pack=
ages (from notebook->jupyter->autoviz) (2.11.3)
Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.7=
/dist-packages (from notebook->jupyter->autoviz) (0.2.0)
Requirement already satisfied: Send2Trash in /usr/local/lib/python3.7/dist-=
packages (from notebook->jupyter->autoviz) (1.5.0)
Requirement already satisfied: tornado>=3D4 in /usr/local/lib/python3.7/=
dist-packages (from notebook->jupyter->autoviz) (5.1.1)
Requirement already satisfied: jupyter-client>=3D5.2.0 in /usr/local/lib=
/python3.7/dist-packages (from notebook->jupyter->autoviz) (5.3.5)
Requirement already satisfied: terminado>=3D0.8.1 in /usr/local/lib/pyth=
on3.7/dist-packages (from notebook->jupyter->autoviz) (0.9.4)
Requirement already satisfied: pandocfilters>=3D1.4.1 in /usr/local/lib/=
python3.7/dist-packages (from nbconvert->jupyter->autoviz) (1.4.3)
Requirement already satisfied: testpath in /usr/local/lib/python3.7/dist-pa=
ckages (from nbconvert->jupyter->autoviz) (0.4.4)
Requirement already satisfied: mistune<2,>=3D0.8.1 in /usr/local/lib/=
python3.7/dist-packages (from nbconvert->jupyter->autoviz) (0.8.4)
Requirement already satisfied: defusedxml in /usr/local/lib/python3.7/dist-=
packages (from nbconvert->jupyter->autoviz) (0.7.1)
Requirement already satisfied: entrypoints>=3D0.2.2 in /usr/local/lib/py=
thon3.7/dist-packages (from nbconvert->jupyter->autoviz) (0.3)
Requirement already satisfied: bleach in /usr/local/lib/python3.7/dist-pack=
ages (from nbconvert->jupyter->autoviz) (3.3.0)
Requirement already satisfied: jupyterlab-widgets>=3D1.0.0; python_versi=
on >=3D "3.6" in /usr/local/lib/python3.7/dist-packages (from ipywidgets=
->jupyter->autoviz) (1.0.0)
Requirement already satisfied: widgetsnbextension~=3D3.5.0 in /usr/local/li=
b/python3.7/dist-packages (from ipywidgets->jupyter->autoviz) (3.5.1)
Requirement already satisfied: pyzmq>=3D17.1 in /usr/local/lib/python3.7=
/dist-packages (from qtconsole->jupyter->autoviz) (22.0.3)
Requirement already satisfied: qtpy in /usr/local/lib/python3.7/dist-packag=
es (from qtconsole->jupyter->autoviz) (1.9.0)
Requirement already satisfied: six in /usr/local/lib/python3.7/dist-package=
s (from cycler>=3D0.10->matplotlib->autoviz) (1.15.0)
Requirement already satisfied: wcwidth in /usr/local/lib/python3.7/dist-pac=
kages (from prompt-toolkit<2.0.0,>=3D1.0.4->ipython->autoviz) (=
0.2.5)
Requirement already satisfied: ptyprocess>=3D0.5 in /usr/local/lib/pytho=
n3.7/dist-packages (from pexpect; sys_platform !=3D "win32"->ipython->=
;autoviz) (0.7.0)
Requirement already satisfied: jsonschema!=3D2.5.0,>=3D2.4 in /usr/local=
/lib/python3.7/dist-packages (from nbformat->notebook->jupyter->au=
toviz) (2.6.0)
Requirement already satisfied: MarkupSafe>=3D0.23 in /usr/local/lib/pyth=
on3.7/dist-packages (from jinja2->notebook->jupyter->autoviz) (1.1=
.1)
Requirement already satisfied: webencodings in /usr/local/lib/python3.7/dis=
t-packages (from bleach->nbconvert->jupyter->autoviz) (0.5.1)
Requirement already satisfied: packaging in /usr/local/lib/python3.7/dist-p=
ackages (from bleach->nbconvert->jupyter->autoviz) (20.9)
Installing collected packages: autoviz
Successfully installed autoviz-0.0.81

<= div class=3D"cell-execution-container">
=
=
 
from autoviz.AutoViz_Class import AutoViz_Class
=
 =
AV =3D AutoViz_Class()=
<= div data-mprt=3D"4" class=3D"overlayWidgets" style=3D"width: 1242px;">
<= div data-mprt=3D"2" class=3D"overflowingContentWidgets">
Enter to Rename, Shift+Enter to Preview
<= span>

<= /div>
<= div class=3D"output-iframe-sizer">

<= div class=3D"cell-execution-container">
=
=
# highest positi= ve sentiment reviews 
only_pos= =3Dproduct_data[product_data["Polarity"= ] >0].sort_values("Sentiment_Type"<= /span>, ascending =3D False)[[ "CleanedText","Sentiment_Type","Brand","Polarit= y"]].head(5= )
only_pos
=
Enter to Rename, Shift+E= nter to Preview
<= p class=3D"type" style=3D"font-family: monospace;">

<= div class=3D"output-iframe-sizer">
Code Text

<= div class=3D"cell-execution-container">
=
=
# highest Neutral&nb= sp;sentiment reviews
only_Neutral=3Dproduc= t_data[product_data["Polarity"] =3D=3D0].sort_values("Sentiment_Type", ascending =3D False)[["Cle= anedText""S= entiment_Type","Br= and","Polarity"]].head(5)
only_Neutral
En= ter to Rename, Shift+Enter to Preview

<= /div>
<= /div>
<= div class=3D"output-iframe-sizer">
Code Text

<= div class=3D"cell-execution-container">
=
=
# highest Negative&n= bsp;sentiment reviews 
only_Neg=3Dpro= duct_data[product_data["Polarity"] <0].sort_values("Sentiment_Type", ascending =3D False)[["Cle= anedText""S= entiment_Type","Br= and","Polarity"]].head(5)
only_Neg
<= /div>
En= ter to Rename, Shift+Enter to Preview

<= /div>
<= /div>
<= div class=3D"output-iframe-sizer">
Code Text

<= div class=3D"cell-execution-container">
=
only_pos
Enter to Rename, Shift+Enter to Previe= w
=
=

<= /div>
<= div class=3D"output">
<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">
<= /div>
Code Text

<= div class=3D"cell-execution-container">
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
from nltk.stem.wordnet <= /span>import WordNet= Lemmatizer
#clean the data
stop =3D set(stopwords.words('english'))
exclude =3D set(string.punctuation)
lemma_Pos =3D WordNetLemmatizer()
 
= def clean(= text):
  = ;  stop_free =3D ' '<= /span>.join([word fo= r word in=  text.lower().split() if word not in stop])
=     punc_free =3D ''.join(ch = for ch in=  stop_free if ch = not in<= span class=3D"mtk1"> exclude)
  = ;  normalized =3D ' '= .join([lemma_Pos.lemmatize(word) for word <= span class=3D"mtk6">in punc_free.split()])=
    return normalized.split()
=  
only_pos['lemma_Pos']=3Donly_pos['CleanedText'].apply(clean)
= only_pos['lemma_Pos']
=
<= div data-mprt=3D"2" class=3D"overflowingContentWidgets" style=3D"display: n= one;">
Enter to Rename, Shift+Enter= to Preview
<= div class=3D"monaco-list list_id_72" tabindex=3D"0" role=3D"tree">
<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; widt= h: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">

<= /p>

=
<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">
1       [air, fryer, get, hot, outsid]
2447     [great, product, amaz, price]
2452    [good, product, reason, price]
2453                  [excel, product]
2455                      [easi, oper]
Name: lemma_Pos, dtype: object
Code Text

<= div class=3D"cell-execution-container">
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
#create dictionary
dictiona= ry_pos =3D corpora.Dictionary(only_pos['lemma_Pos'])
#= Total number of non-zeroes in the BOW ma= trix (sum of the number&nbs= p;of unique words per document over t<= span class=3D"mtk8">he entire corpus).
print(dictionary_pos.num_nnz)<= /div>
print("*********************************************************************************************************")
#create document term matrix
= doc_term_matrix_p =3D [dictionary_pos.doc2bow(doc) for doc in only_pos['lemma_Pos'] ]
<= span class=3D"mtk14">print(len(doc_term_matrix_p))
print("*********************************************************************************************************")
lda =3D gensim.models.ldamodel.LdaModel
=
num_topics=3D3
%time ldamodel_pos =3D = ;lda(doc_term_matrix_p,num_topics=3Dnum_topics,= id2word=3Ddictionary_pos,passes=3D50,minimum_probability=3D0)
ldamodel_pos.print_t= opics(num_topics=3Dnum_topics)
<= /div>
Enter to Rename, Shift+= Enter to Preview
<= /div>

int: num_topics

= 3

<= /div>
<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">
17
***************************************************************************=
******************************
5
***************************************************************************=
******************************
CPU times: user 126 ms, sys: 861 =C2=B5s, total: 127 ms
Wall time: 127 ms
[(0,
  '0.072*"product" + 0.071*"great" + 0.071*"amaz" + 0.071*"reason" + 0.071*=
"good" + 0.071*"excel" + 0.071*"oper" + 0.071*"easi" + 0.071*"price" + 0.07=
1*"get"'),
 (1,
  '0.154*"oper" + 0.154*"easi" + 0.154*"excel" + 0.153*"product" + 0.039*"g=
reat" + 0.039*"amaz" + 0.039*"reason" + 0.039*"good" + 0.039*"price" + 0.03=
9*"get"'),
 (2,
  '0.133*"product" + 0.132*"price" + 0.075*"air" + 0.075*"get" + 0.075*"hot=
" + 0.075*"outsid" + 0.075*"fryer" + 0.075*"reason" + 0.075*"good" + 0.075*=
"amaz"')]
=
Code Text

=
=
=
=
lda_display_pos = =3D pyLDAvis.gensim.prepare(ldamodel_pos,&= nbsp;doc_term_matrix_p, dictionary_pos, sort_topics=3DFalse, mds=3D'mmds')
pyLDAvis.display(lda_display_pos)<= /span>
=
<= /div>
=
Enter to Rename, Shift+Enter to Preview
<= div class=3D"body" style=3D"overflow: hidden;">

PreparedData: lda_dis= play_pos

pyLDAvis._prepare.PreparedDat= a(DataFrame with shape (3, 5), DataFrame with shape (194, 6), DataFrame wit= h shape (239, 3), 30, 0.01, ...) (7 items total)

=
<= div class=3D"output-iframe-sizer">
Code Text

<= div class=3D"cell-execution-container">
=
=
# Assigns the topics&nb= sp;to the documents in corpus
lda_corpus_p =3D ldamodel_pos[doc_term_matrix_p]=
[doc for doc in lda_corpus_p]

=
<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">
[[(0, 0.05728429), (1, 0.056391817), (2=
, 0.88632387)],
 [(0, 0.06817641), (1, 0.0699989), (2, 0.8618247)],
 [(0, 0.068176314), (1, 0.06999345), (2, 0.86183023)],
 [(0, 0.11277512), (1, 0.76509386), (2, 0.12213103)],
 [(0, 0.11275675), (1, 0.7757523), (2, 0.11149097)]]
=
Code Text

<= div class=3D"cell-execution-container">
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
=
scores =3D list(chain(*[[score for topic_id,score = in topic] = ;\
       &n= bsp;            = ;  for&n= bsp;topic in&n= bsp;[doc for&= nbsp;doc in&nb= sp;lda_corpus_p]]))
 
thresho= ld =3D sum(scores)/len(sco= res)
print(thresho= ld)
cluster1_p =3D [j for i,j in zip(lda_corpus_p,only_pos.index) <= /span>if i[0][1] > threshold]=
cluster2_p =3D [j for i,j in zip(lda_corpus_p,only_pos.index) if i[1][1] > threshold]
= cluster3_p =3D [j for i,j in zip(lda_corpus_p,only_pos.index) if i[2][1] > threshold]
 
print(len(cluster1_p))
print<= /span>(len(cluster2_p))
print(len(cluster3_p))
<= div class=3D"monaco-editor rename-box" widgetid=3D"__renameInputWidget" sty= le=3D"background-color: rgb(243, 243, 243); box-shadow: rgb(168, 168, 168) = 0px 2px 8px; color: rgb(97, 97, 97); position: fixed; visibility: hidden; m= ax-width: 1366px;">
Enter to Rename, Shift+Enter to Pr= eview

<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">
0.333333320915699
0
2
3
Code Text

Negative

=E2=86=B3 0 cells hidden
Code Text

<= div class=3D"cell-execution-container">
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
=
stop =3D set(stopwords.words('english'))
exclude =3D set(string.punctuation)
lemma_neg =3D WordNetLemmatizer()
 
<= span class=3D"mtk6">def clean(t= ext):
  &= nbsp; stop_free =3D ' '.join([word for<= /span> word in text.lower().split() if word not in stop])
=     punc_free =3D ''.join(ch = for ch in=  stop_free if ch = not in<= span class=3D"mtk1"> exclude)
  = ;  normalized =3D ' '= .join([lemma_neg.lemmatize(word) for word <= span class=3D"mtk6">in punc_free.split()])=
    return normalized.split()
=  
only_Neg['lemma_neg']=3Donly_Neg['CleanedText'].apply(clean)
= only_Neg['lemma_neg']
=
<= div data-mprt=3D"2" class=3D"overflowingContentWidgets" style=3D"display: n= one;">
Enter to Rename, Shift+Enter= to Preview
<= div class=3D"monaco-list list_id_77" tabindex=3D"0" role=3D"tree">
<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; widt= h: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">

<= /p>

<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">
6                                      =
  [worst, experi]
517    [total, wast, moneytak, lot, time, cooktoo, mu...
603                                            [satisfi]
592                                       [expect, upto]
587                             [take, long, time, cook]
Name: lemma_neg, dtype: object
Code Text

<= div class=3D"cell-execution-container">
<= /div>
<= div style=3D"position:absolute;top:95px;width:100%;height:19px;">
=
#create dictionary
Neg_dict= ionary =3D corpora.Dictionary(only_Neg['lemma_neg'])
#= Total number of non-zeroes in the BOW ma= trix (sum of the number&nbs= p;of unique words per document over t<= span class=3D"mtk8">he entire corpus).
print(Neg_dictionary.num_nnz)<= /div>
print("*********************************************************************************************************")
#create document term matrix
= doc_term_matrix_N =3D [Neg_dictionary.doc2bow(doc) for doc in only_Neg['lemma_neg'] ]
<= span class=3D"mtk14">print(len(doc_term_matrix_N))
print("*********************************************************************************************************")
lda_neg =3D gensim.models.ldamodel.LdaModel
num_topics=3D3
%time ldamodel_Neg =3D&nb= sp;lda_neg(doc_term_matrix_N,num_topics=3Dnum_t= opics,id2word=3DNeg_dictionary,passes=3D50,minimum_probability=3D0)
ldamodel_Neg.p= rint_topics(num_topics=3Dnum_topics)
=
Enter to Rename, S= hift+Enter to Preview
<= /span>

=
=
<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">
19
***************************************************************************=
******************************
5
***************************************************************************=
******************************
CPU times: user 118 ms, sys: 2.06 ms, total: 120 ms
Wall time: 121 ms
[(0,
  '0.111*"take" + 0.111*"long" + 0.111*"cook" + 0.111*"worst" + 0.111*"expe=
ri" + 0.111*"time" + 0.028*"satisfi" + 0.028*"upto" + 0.028*"expect" + 0.02=
8*"cooktoo"'),
 (1,
  '0.148*"upto" + 0.148*"expect" + 0.148*"satisfi" + 0.037*"worst" + 0.037*=
"experi" + 0.037*"time" + 0.037*"take" + 0.037*"long" + 0.037*"cook" + 0.03=
7*"lot"'),
 (2,
  '0.083*"time" + 0.083*"wast" + 0.083*"consumpt" + 0.083*"moneytak" + 0.08=
3*"total" + 0.083*"cooktoo" + 0.083*"electr" + 0.083*"much" + 0.083*"unnece=
ssari" + 0.083*"lot"')]

<= div class=3D"cell-execution-container">
=
=
lda_display_Neg =3D = pyLDAvis.gensim.prepare(ldamodel_Neg, doc_= term_matrix_N, Neg_dictionary, sort_topics=3DFalse, = ;mds=3D'mmds')
pyLDAvis.display(lda_display_Neg)
&nb= sp;
<= div class=3D"cursor " style=3D"height: 19px; top: 0px; left: 0px; font-fami= ly: monospace; font-weight: normal; font-size: 14px; font-feature-settings:= "liga" 0, "calt" 0; line-height: 19px; letter-spacing:= 0px; display: block; visibility: hidden; width: 2px;">
=
<= /div>
=
Enter to Rename, Shift+Enter to Preview
<= div class=3D"monaco-list-rows" style=3D"transform: translate3d(0px, 0px, 0p= x); overflow: hidden;">
=
=

=
<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">
=
Code Text

<= div class=3D"cell-execution-container">
=
=
# Assigns the topics&nb= sp;to the documents in corpus
lda_corpus_Neg=3D ldamodel_Neg[doc_term_matrix_N]
[doc for doc in lda_corpus_Neg]
=
Enter to Rename, Shift+Enter to Pr= eview

=
<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">
[[(0, 0.7760666), (1, 0.112225495), (2,=
 0.11170792)],
 [(0, 0.03116238), (1, 0.030686663), (2, 0.93815094)],
 [(0, 0.16762994), (1, 0.66499704), (2, 0.16737299)],
 [(0, 0.11170577), (1, 0.7767453), (2, 0.11154895)],
 [(0, 0.86384344), (1, 0.067304835), (2, 0.06885171)]]
Code Text

<= div class=3D"cell-execution-container">
=
=
=
=
scores =3D list(chain(*[[score for topic_id,score = in topic] = ;\
       &n= bsp;            = ;  for&n= bsp;topic in&n= bsp;[doc for&= nbsp;doc in&nb= sp;lda_corpus_Neg]]))
 
thres= hold =3D sum(scores)/len(s= cores)
print(thres= hold)
cluster1_N =3D [j <= span class=3D"mtk18">for i,j <= span class=3D"mtk6">in zip(lda_corpus_Neg,only_Neg.index)&n= bsp;if i[0][1] > threshold]<= /span>
cluster2_N =3D [j for i,j in = zip(lda_corpus_Neg,only_Neg.index) = if i[1][1= ] > threshold]
=
cluster3_N =3D [j for=  i,j in zip(lda_corpus_Neg,only_Neg.index) if i[= 2][1] > threshold]
 
print(len(cluster1_N))
print(len(cluster2_N))
print<= /span>(len(cluster3_N))
Enter to Rename, Shift+Ente= r to Preview
=
=

=

DataFrame: only_Neg

DataFrame with shape (5, 5)

<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">
0.333333337927858
2
2
1
Code Text

<= div class=3D"cell-execution-container">
=
=
=
=
stop =3D set(stopwords.words('english'))
exclude =3D set(string.punctuation)
lemma_nutral =3D WordNetLemmatizer()
 
def clean(text):
 &nbs= p;  stop_free =3D ' '= .join([word f= or word i= n text.lower().split() if word not in stop])
    punc_free =3D ''.join(ch for ch i= n stop_free if ch not in=  exclude)
 &nbs= p;  normalized =3D ' = '.join([lemma_nutral.lemmatize(word) for word in punc_free.split= ()])
    return normalized.split()
 
only_Nutral['lemma_nutral']=3Donly_Nutral['CleanedText'].apply(cl= ean)
only_Nutral[= 'lemma_nutral']
=
<= div data-mprt=3D"4" class=3D"overlayWidgets" style=3D"width: 1242px;">
<= /div>
=
Enter to= Rename, Shift+Enter to Preview

<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; heig= ht: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">
<= /div>

Loading...

<= div class=3D"output-iframe-sizer">
137=
2                 [push, button, work]
773                          [five, star]
775                          [five, star]
778                          [five, star]
779                          [five, star]
                      ...               =20
2645    [time, deleveri, satisfi, expect]
196                    [deliv, open, box]
899                         [three, star]
194                     [buy, vegeterian]
1420                              [thumb]
Name: lemma_nutral, Length: 728, dtype: object
=
Code Text

<= div class=3D"cell-execution-container">
=
=
=
=
#create dictionary
Nuu_dictionar= y =3D corpora.Dictionary(only_Nutral['lemma_nutral'])
#= Total number of non-zeroes in the BOW ma= trix (sum of the number&nbs= p;of unique words per document over t<= span class=3D"mtk8">he entire corpus).
print(Nuu_dictionary.num_nnz)<= /div>
print("*********************************************************************************************************")
#create document term matrix
= doc_term_matrix_Nuu =3D [Nuu_dictionary.doc2bow(doc) for doc in only_Nutral['lemma_nutral'] ]
print(len(doc_term_matrix_Nuu))
print("********************************= **********************************************= ***************************")
lda_nutr =3D gensim.mod= els.ldamodel.LdaModel
num_topics=3D3
%time ldamodel_Nut=3D lda_nutr(doc_term_matrix_Nuu,num_topics=3Dnum_topics,id2word=3DNuu_dictionary,passes=3D<= /span>50,minimum_probabil= ity=3D0)
<= span class=3D"mtk1">ldamodel_Nut.print_topics(num_topics=3Dnum_topics)
 
lda_display_Nut =3D = ;pyLDAvis.gensim.prepare(ldamodel_Nut, doc= _term_matrix_Nuu, Nuu_dictionary, sort_topics=3DFalse,&n= bsp;mds=3D'mmds')<= /span>
pyLDAvis.display(lda_display_Nut)
Enter to Rename, Shift+Enter to Preview
=

=
<= div class=3D"output-iframe-sizer">
Code Text

<= div class=3D"cell-execution-container">
=
=
# Assigns the topics&nb= sp;to the documents in corpus
lda_corpus_Nut=3D ldamodel_Nut[doc_term_matrix_Nuu]
[doc for doc in lda_corpus_Nut]
<= div role=3D"presentation" aria-hidden=3D"true" class=3D"cursors-layer curso= r-line-style cursor-solid">
Enter to Rename, Shift+Enter to Preview
<= span>

<= /div>
<= div class=3D"output-iframe-sizer">
[[(=
0, 0.8330792), (1, 0.08346295), (2, 0.08345785)],
 [(0, 0.116371386), (1, 0.7725045), (2, 0.11112413)],
 [(0, 0.11632469), (1, 0.77255124), (2, 0.11112412)],
 [(0, 0.116340496), (1, 0.7725354), (2, 0.11112413)],
 [(0, 0.116382636), (1, 0.77249324), (2, 0.11112412)],
 [(0, 0.11632431), (1, 0.77255154), (2, 0.11112412)],
 [(0, 0.11633196), (1, 0.7725439), (2, 0.11112412)],
 [(0, 0.116324864), (1, 0.772551), (2, 0.11112412)],
 [(0, 0.088555396), (1, 0.08384783), (2, 0.8275968)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.77253467), (1, 0.11171784), (2, 0.115747504)],
 [(0, 0.11165178), (1, 0.11116955), (2, 0.7771787)],
 [(0, 0.77678186), (1, 0.11162111), (2, 0.111596994)],
 [(0, 0.07965836), (1, 0.84155464), (2, 0.07878702)],
 [(0, 0.116325855), (1, 0.77255005), (2, 0.11112412)],
 [(0, 0.11632433), (1, 0.77255154), (2, 0.11112412)],
 [(0, 0.116324835), (1, 0.77255106), (2, 0.11112412)],
 [(0, 0.83293015), (1, 0.08354052), (2, 0.08352931)],
 [(0, 0.116330326), (1, 0.7725456), (2, 0.11112412)],
 [(0, 0.66587085), (1, 0.16707543), (2, 0.16705373)],
 [(0, 0.06675834), (1, 0.8664796), (2, 0.06676212)],
 [(0, 0.11632375), (1, 0.77255213), (2, 0.11112413)],
 [(0, 0.77657956), (1, 0.111726604), (2, 0.11169387)],
 [(0, 0.11633087), (1, 0.77254504), (2, 0.11112412)],
 [(0, 0.116330445), (1, 0.7725454), (2, 0.11112412)],
 [(0, 0.16793726), (1, 0.66415185), (2, 0.1679109)],
 [(0, 0.11632997), (1, 0.7725459), (2, 0.11112412)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.11632819), (1, 0.7725477), (2, 0.11112412)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.16696437), (1, 0.16697456), (2, 0.6660611)],
 [(0, 0.07284203), (1, 0.06808371), (2, 0.8590743)],
 [(0, 0.083541594), (1, 0.08531005), (2, 0.8311483)],
 [(0, 0.11633552), (1, 0.77254033), (2, 0.111124106)],
 [(0, 0.11633108), (1, 0.7725448), (2, 0.11112412)],
 [(0, 0.11632777), (1, 0.77254814), (2, 0.11112412)],
 [(0, 0.1163915), (1, 0.77248436), (2, 0.11112413)],
 [(0, 0.11632464), (1, 0.77255124), (2, 0.111124106)],
 [(0, 0.11632839), (1, 0.7725475), (2, 0.11112412)],
 [(0, 0.116329186), (1, 0.7725467), (2, 0.11112412)],
 [(0, 0.116381854), (1, 0.772494), (2, 0.11112413)],
 [(0, 0.11632446), (1, 0.7725515), (2, 0.11112412)],
 [(0, 0.11633276), (1, 0.77254313), (2, 0.11112412)],
 [(0, 0.11632676), (1, 0.77254915), (2, 0.11112412)],
 [(0, 0.11168759), (1, 0.7767875), (2, 0.11152493)],
 [(0, 0.18806417), (1, 0.64524955), (2, 0.1666863)],
 [(0, 0.35609344), (1, 0.58775157), (2, 0.056155007)],
 [(0, 0.16670005), (1, 0.666599), (2, 0.16670097)],
 [(0, 0.44588995), (1, 0.44263136), (2, 0.11147868)],
 [(0, 0.08533852), (1, 0.8163511), (2, 0.098310366)],
 [(0, 0.06957463), (1, 0.067111984), (2, 0.8633134)],
 [(0, 0.066931345), (1, 0.86614245), (2, 0.066926196)],
 [(0, 0.6483293), (1, 0.1679884), (2, 0.1836823)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.11206031), (1, 0.11158789), (2, 0.7763518)],
 [(0, 0.111131124), (1, 0.11481619), (2, 0.7740527)],
 [(0, 0.41751847), (1, 0.45290735), (2, 0.12957418)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.11632502), (1, 0.7725509), (2, 0.11112412)],
 [(0, 0.11632193), (1, 0.7725539), (2, 0.11112412)],
 [(0, 0.11632884), (1, 0.772547), (2, 0.111124106)],
 [(0, 0.11632925), (1, 0.7725466), (2, 0.11112412)],
 [(0, 0.05577165), (1, 0.6426764), (2, 0.30155194)],
 [(0, 0.0871826), (1, 0.32661465), (2, 0.5862028)],
 [(0, 0.116325974), (1, 0.7725499), (2, 0.11112412)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.777499), (1, 0.11126083), (2, 0.111240156)],
 [(0, 0.11633104), (1, 0.77254486), (2, 0.11112412)],
 [(0, 0.11112774), (1, 0.7777464), (2, 0.111125916)],
 [(0, 0.7671856), (1, 0.11172039), (2, 0.12109396)],
 [(0, 0.05561116), (1, 0.056379247), (2, 0.8880096)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.71920985), (1, 0.055736933), (2, 0.22505325)],
 [(0, 0.07291571), (1, 0.06693358), (2, 0.8601507)],
 [(0, 0.6654336), (1, 0.16730027), (2, 0.16726616)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.16801049), (1, 0.16805814), (2, 0.66393137)],
 [(0, 0.11113113), (1, 0.11482116), (2, 0.7740477)],
 [(0, 0.664016), (1, 0.1680291), (2, 0.1679549)],
 [(0, 0.06673937), (1, 0.0677707), (2, 0.86548996)],
 [(0, 0.71130043), (1, 0.06685096), (2, 0.22184858)],
 [(0, 0.057112634), (1, 0.53552777), (2, 0.40735963)],
 [(0, 0.11113294), (1, 0.11965551), (2, 0.76921153)],
 [(0, 0.11295393), (1, 0.7757299), (2, 0.11131618)],
 [(0, 0.08334659), (1, 0.83330756), (2, 0.083345845)],
 [(0, 0.06669972), (1, 0.8666015), (2, 0.066698775)],
 [(0, 0.11131242), (1, 0.1113191), (2, 0.7773685)],
 [(0, 0.11634252), (1, 0.77253336), (2, 0.11112412)],
 [(0, 0.11632613), (1, 0.7725497), (2, 0.11112412)],
 [(0, 0.11632367), (1, 0.7725522), (2, 0.111124106)],
 [(0, 0.82525146), (1, 0.08372579), (2, 0.09102279)],
 [(0, 0.46681818), (1, 0.46650022), (2, 0.06668156)],
 [(0, 0.067984246), (1, 0.86504346), (2, 0.066972256)],
 [(0, 0.83107394), (1, 0.083536185), (2, 0.08538992)],
 [(0, 0.11523649), (1, 0.77358145), (2, 0.11118206)],
 [(0, 0.82524145), (1, 0.0837258), (2, 0.09103272)],
 [(0, 0.8307824), (1, 0.083673805), (2, 0.08554382)],
 [(0, 0.8307793), (1, 0.08367381), (2, 0.08554685)],
 [(0, 0.11123014), (1, 0.11118394), (2, 0.7775859)],
 [(0, 0.1669002), (1, 0.1669082), (2, 0.66619164)],
 [(0, 0.1152134), (1, 0.7736046), (2, 0.111182034)],
 [(0, 0.11143011), (1, 0.11144907), (2, 0.7771208)],
 [(0, 0.14539619), (1, 0.1119343), (2, 0.7426695)],
 [(0, 0.58521885), (1, 0.3478941), (2, 0.06688705)],
 [(0, 0.7528243), (1, 0.1360416), (2, 0.11113414)],
 [(0, 0.09477738), (1, 0.08375356), (2, 0.82146907)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.8185957), (1, 0.09672944), (2, 0.08467489)],
 [(0, 0.034843504), (1, 0.9292077), (2, 0.035948835)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.11143007), (1, 0.11144943), (2, 0.77712053)],
 [(0, 0.11632527), (1, 0.7725506), (2, 0.111124106)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.16694553), (1, 0.6661145), (2, 0.16693994)],
 [(0, 0.46681824), (1, 0.46650022), (2, 0.066681564)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.16793695), (1, 0.6641525), (2, 0.1679106)],
 [(0, 0.06917653), (1, 0.27061647), (2, 0.660207)],
 [(0, 0.75287217), (1, 0.1359937), (2, 0.111134134)],
 [(0, 0.08353004), (1, 0.83294475), (2, 0.08352524)],
 [(0, 0.75284845), (1, 0.13601741), (2, 0.111134134)],
 [(0, 0.16690029), (1, 0.16690823), (2, 0.66619146)],
 [(0, 0.7528679), (1, 0.13599804), (2, 0.111134134)],
 [(0, 0.111230135), (1, 0.11118394), (2, 0.7775859)],
 [(0, 0.8325003), (1, 0.08376137), (2, 0.08373837)],
 [(0, 0.75291705), (1, 0.1359488), (2, 0.111134134)],
 [(0, 0.7528198), (1, 0.13604611), (2, 0.11113414)],
 [(0, 0.75284666), (1, 0.13601923), (2, 0.111134134)],
 [(0, 0.75268763), (1, 0.13617827), (2, 0.11113414)],
 [(0, 0.75287503), (1, 0.1359909), (2, 0.111134134)],
 [(0, 0.75289863), (1, 0.13596727), (2, 0.111134134)],
 [(0, 0.7528232), (1, 0.1360427), (2, 0.11113414)],
 [(0, 0.834342), (1, 0.09883676), (2, 0.0668212)],
 [(0, 0.11194146), (1, 0.11197027), (2, 0.77608824)],
 [(0, 0.08365148), (1, 0.08339295), (2, 0.8329556)],
 [(0, 0.776853), (1, 0.11159272), (2, 0.111554295)],
 [(0, 0.7774816), (1, 0.111274876), (2, 0.111243464)],
 [(0, 0.11704673), (1, 0.775786), (2, 0.10716733)],
 [(0, 0.8647431), (1, 0.067083), (2, 0.06817383)],
 [(0, 0.16793709), (1, 0.6641521), (2, 0.1679108)],
 [(0, 0.1672531), (1, 0.66550606), (2, 0.16724089)],
 [(0, 0.048010953), (1, 0.89941967), (2, 0.052569423)],
 [(0, 0.038032092), (1, 0.92482895), (2, 0.037138972)],
 [(0, 0.18829562), (1, 0.6152884), (2, 0.19641595)],
 [(0, 0.08362104), (1, 0.083387874), (2, 0.8329911)],
 [(0, 0.111245245), (1, 0.111201435), (2, 0.7775533)],
 [(0, 0.17432941), (1, 0.65882605), (2, 0.1668445)],
 [(0, 0.09541241), (1, 0.08375576), (2, 0.82083184)],
 [(0, 0.11123356), (1, 0.7761799), (2, 0.11258653)],
 [(0, 0.074162714), (1, 0.070443615), (2, 0.8553937)],
 [(0, 0.06673937), (1, 0.067768626), (2, 0.865492)],
 [(0, 0.11113113), (1, 0.11482864), (2, 0.7740402)],
 [(0, 0.11632783), (1, 0.7725481), (2, 0.111124106)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.06689622), (1, 0.865827), (2, 0.067276806)],
 [(0, 0.111719795), (1, 0.11619521), (2, 0.77208495)],
 [(0, 0.088435695), (1, 0.08457938), (2, 0.82698494)],
 [(0, 0.86266106), (1, 0.068113185), (2, 0.06922579)],
 [(0, 0.18218793), (1, 0.6509471), (2, 0.16686498)],
 [(0, 0.66401577), (1, 0.16802926), (2, 0.167955)],
 [(0, 0.6654449), (1, 0.16729432), (2, 0.16726081)],
 [(0, 0.16801046), (1, 0.16805811), (2, 0.6639315)],
 [(0, 0.16793697), (1, 0.66415244), (2, 0.16791064)],
 [(0, 0.08372228), (1, 0.0858036), (2, 0.83047414)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.12281248), (1, 0.11219156), (2, 0.764996)],
 [(0, 0.66630083), (1, 0.16687514), (2, 0.16682401)],
 [(0, 0.16793701), (1, 0.66415244), (2, 0.16791058)],
 [(0, 0.067099296), (1, 0.51033103), (2, 0.4225696)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.777014), (1, 0.11150303), (2, 0.11148295)],
 [(0, 0.1679369), (1, 0.6641527), (2, 0.16791046)],
 [(0, 0.06804662), (1, 0.8650215), (2, 0.06693182)],
 [(0, 0.6654465), (1, 0.16729347), (2, 0.16726002)],
 [(0, 0.083795264), (1, 0.08381333), (2, 0.83239144)],
 [(0, 0.7768703), (1, 0.11157387), (2, 0.11155582)],
 [(0, 0.8558509), (1, 0.067628786), (2, 0.07652036)],
 [(0, 0.7528608), (1, 0.1360051), (2, 0.111134134)],
 [(0, 0.11636907), (1, 0.7725068), (2, 0.11112413)],
 [(0, 0.11633543), (1, 0.77254045), (2, 0.111124106)],
 [(0, 0.6010694), (1, 0.3697808), (2, 0.02914981)],
 [(0, 0.11149941), (1, 0.11151284), (2, 0.77698773)],
 [(0, 0.83107585), (1, 0.08353618), (2, 0.085387945)],
 [(0, 0.08334659), (1, 0.83330756), (2, 0.083345845)],
 [(0, 0.6654351), (1, 0.16729923), (2, 0.16726568)],
 [(0, 0.16670005), (1, 0.666599), (2, 0.16670097)],
 [(0, 0.116322555), (1, 0.7725533), (2, 0.111124106)],
 [(0, 0.16686232), (1, 0.6653029), (2, 0.16783479)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.6662807), (1, 0.16686255), (2, 0.16685681)],
 [(0, 0.11112774), (1, 0.7777464), (2, 0.111125916)],
 [(0, 0.8584589), (1, 0.07357662), (2, 0.06796443)],
 [(0, 0.46691647), (1, 0.06890235), (2, 0.46418118)],
 [(0, 0.11112774), (1, 0.7777464), (2, 0.111125916)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.16696768), (1, 0.16697112), (2, 0.6660612)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.06779445), (1, 0.865513), (2, 0.06669255)],
 [(0, 0.057238024), (1, 0.055601645), (2, 0.8871603)],
 [(0, 0.05596428), (1, 0.88812), (2, 0.055915743)],
 [(0, 0.066942416), (1, 0.06784417), (2, 0.8652134)],
 [(0, 0.049220204), (1, 0.89987475), (2, 0.05090502)],
 [(0, 0.05564602), (1, 0.8887117), (2, 0.05564229)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.11168603), (1, 0.7766397), (2, 0.11167429)],
 [(0, 0.16696438), (1, 0.16697477), (2, 0.66606086)],
 [(0, 0.014734119), (1, 0.014641087), (2, 0.97062474)],
 [(0, 0.85933256), (1, 0.067030884), (2, 0.07363661)],
 [(0, 0.03715484), (1, 0.87099564), (2, 0.09184949)],
 [(0, 0.17475387), (1, 0.02193756), (2, 0.8033086)],
 [(0, 0.35082164), (1, 0.58027875), (2, 0.06889962)],
 [(0, 0.04187766), (1, 0.91624886), (2, 0.041873515)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.77201796), (1, 0.11194595), (2, 0.11603611)],
 [(0, 0.111819394), (1, 0.31982136), (2, 0.5683592)],
 [(0, 0.06696102), (1, 0.06697114), (2, 0.8660679)],
 [(0, 0.16679883), (1, 0.6581027), (2, 0.1750985)],
 [(0, 0.2292947), (1, 0.71286345), (2, 0.05784181)],
 [(0, 0.11295163), (1, 0.7758773), (2, 0.1111711)],
 [(0, 0.7765556), (1, 0.11175144), (2, 0.11169297)],
 [(0, 0.044314396), (1, 0.04267441), (2, 0.9130112)],
 [(0, 0.6654343), (1, 0.16729973), (2, 0.16726597)],
 [(0, 0.16725755), (1, 0.6654966), (2, 0.16724585)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.034121066), (1, 0.037764803), (2, 0.9281141)],
 [(0, 0.57446355), (1, 0.36803508), (2, 0.05750138)],
 [(0, 0.12514679), (1, 0.43755996), (2, 0.4372933)],
 [(0, 0.04781295), (1, 0.05005014), (2, 0.9021369)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.111219496), (1, 0.4459373), (2, 0.4428432)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.08342979), (1, 0.8331431), (2, 0.08342712)],
 [(0, 0.08335534), (1, 0.83328754), (2, 0.08335713)],
 [(0, 0.08342975), (1, 0.8331432), (2, 0.08342707)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.77253604), (1, 0.11171781), (2, 0.11574611)],
 [(0, 0.8310771), (1, 0.08353618), (2, 0.08538672)],
 [(0, 0.7720277), (1, 0.111945845), (2, 0.1160265)],
 [(0, 0.7724914), (1, 0.111718126), (2, 0.11579054)],
 [(0, 0.111208715), (1, 0.777584), (2, 0.11120728)],
 [(0, 0.16669558), (1, 0.16669643), (2, 0.666608)],
 [(0, 0.056323323), (1, 0.8880706), (2, 0.055606116)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.66630083), (1, 0.16687512), (2, 0.16682401)],
 [(0, 0.11113113), (1, 0.114830084), (2, 0.7740388)],
 [(0, 0.08467603), (1, 0.8311902), (2, 0.08413375)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.06509737), (1, 0.08488452), (2, 0.8500181)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.11128073), (1, 0.11126036), (2, 0.7774589)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.44469145), (1, 0.12028831), (2, 0.4350202)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.1672582), (1, 0.6654959), (2, 0.16724592)],
 [(0, 0.6015265), (1, 0.08358907), (2, 0.31488445)],
 [(0, 0.16706808), (1, 0.16708186), (2, 0.6658501)],
 [(0, 0.16679603), (1, 0.1668136), (2, 0.6663904)],
 [(0, 0.16729054), (1, 0.16731259), (2, 0.66539687)],
 [(0, 0.11113113), (1, 0.11482498), (2, 0.77404386)],
 [(0, 0.16683574), (1, 0.66203576), (2, 0.17112851)],
 [(0, 0.08334659), (1, 0.83330756), (2, 0.083345845)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.08334659), (1, 0.83330756), (2, 0.083345845)],
 [(0, 0.18807065), (1, 0.6452431), (2, 0.16668628)],
 [(0, 0.08349666), (1, 0.594983), (2, 0.32152036)],
 [(0, 0.6663009), (1, 0.16687511), (2, 0.166824)],
 [(0, 0.053325996), (1, 0.19969161), (2, 0.7469824)],
 [(0, 0.11632255), (1, 0.7725534), (2, 0.11112412)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.71920985), (1, 0.055736933), (2, 0.22505325)],
 [(0, 0.665435), (1, 0.1672994), (2, 0.1672656)],
 [(0, 0.7113155), (1, 0.06685097), (2, 0.22183354)],
 [(0, 0.05705216), (1, 0.5355179), (2, 0.40743)],
 [(0, 0.16670005), (1, 0.666599), (2, 0.16670097)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.072908886), (1, 0.06693358), (2, 0.8601575)],
 [(0, 0.7672019), (1, 0.111720346), (2, 0.121077746)],
 [(0, 0.055611137), (1, 0.05636921), (2, 0.8880196)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.11112774), (1, 0.7777464), (2, 0.111125916)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.44469163), (1, 0.120309554), (2, 0.43499887)],
 [(0, 0.11131222), (1, 0.111319005), (2, 0.7773688)],
 [(0, 0.06669972), (1, 0.8666015), (2, 0.066698775)],
 [(0, 0.44586873), (1, 0.44265214), (2, 0.11147911)],
 [(0, 0.0853383), (1, 0.81637985), (2, 0.09828188)],
 [(0, 0.16706823), (1, 0.16708215), (2, 0.6658496)],
 [(0, 0.60152715), (1, 0.083589084), (2, 0.3148838)],
 [(0, 0.77687913), (1, 0.11157292), (2, 0.11154792)],
 [(0, 0.111131124), (1, 0.11482814), (2, 0.7740407)],
 [(0, 0.11632922), (1, 0.7725467), (2, 0.11112412)],
 [(0, 0.116326235), (1, 0.7725496), (2, 0.11112412)],
 [(0, 0.11632671), (1, 0.77254915), (2, 0.111124106)],
 [(0, 0.11638945), (1, 0.77248645), (2, 0.111124136)],
 [(0, 0.11632278), (1, 0.77255315), (2, 0.11112412)],
 [(0, 0.1672581), (1, 0.6654956), (2, 0.16724636)],
 [(0, 0.16683576), (1, 0.6620332), (2, 0.17113107)],
 [(0, 0.06509811), (1, 0.08490616), (2, 0.84999573)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.11128079), (1, 0.111260325), (2, 0.7774589)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.0833466), (1, 0.83330756), (2, 0.08334585)],
 [(0, 0.16729154), (1, 0.16731378), (2, 0.6653947)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.6662806), (1, 0.16686258), (2, 0.16685681)],
 [(0, 0.11112774), (1, 0.7777464), (2, 0.111125916)],
 [(0, 0.8584592), (1, 0.07357635), (2, 0.06796442)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.4669165), (1, 0.068908915), (2, 0.4641746)],
 [(0, 0.77749914), (1, 0.11126077), (2, 0.11124011)],
 [(0, 0.11113295), (1, 0.11958158), (2, 0.7692855)],
 [(0, 0.11295303), (1, 0.7757308), (2, 0.11131617)],
 [(0, 0.6654355), (1, 0.16729932), (2, 0.16726516)],
 [(0, 0.16725738), (1, 0.6654976), (2, 0.167245)],
 [(0, 0.6654352), (1, 0.16729951), (2, 0.16726533)],
 [(0, 0.11112774), (1, 0.7777464), (2, 0.111125916)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.16686231), (1, 0.66530335), (2, 0.16783439)],
 [(0, 0.111496694), (1, 0.1115099), (2, 0.7769934)],
 [(0, 0.8310752), (1, 0.083536185), (2, 0.08538866)],
 [(0, 0.0833466), (1, 0.83330756), (2, 0.08334585)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.6658707), (1, 0.16707551), (2, 0.16705376)],
 [(0, 0.0833466), (1, 0.83330756), (2, 0.08334585)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.7725362), (1, 0.11171782), (2, 0.115745984)],
 [(0, 0.16696769), (1, 0.16697119), (2, 0.6660611)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.030400557), (1, 0.93913245), (2, 0.030466987)],
 [(0, 0.06777884), (1, 0.8655286), (2, 0.06669254)],
 [(0, 0.116327375), (1, 0.7725485), (2, 0.11112412)],
 [(0, 0.16670005), (1, 0.666599), (2, 0.16670097)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.0833466), (1, 0.83330756), (2, 0.08334585)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.08335533), (1, 0.8332876), (2, 0.083357126)],
 [(0, 0.16669558), (1, 0.16669643), (2, 0.666608)],
 [(0, 0.056323532), (1, 0.88807034), (2, 0.055606116)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.08342982), (1, 0.83314306), (2, 0.08342715)],
 [(0, 0.08342974), (1, 0.83314323), (2, 0.083427064)],
 [(0, 0.11121949), (1, 0.4459374), (2, 0.44284308)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.4576664), (1, 0.11160699), (2, 0.43072656)],
 [(0, 0.08362143), (1, 0.083387874), (2, 0.8329907)],
 [(0, 0.26725343), (1, 0.06710001), (2, 0.66564655)],
 [(0, 0.6750918), (1, 0.06678746), (2, 0.25812078)],
 [(0, 0.111208744), (1, 0.7775839), (2, 0.1112073)],
 [(0, 0.7725387), (1, 0.1117178), (2, 0.115743466)],
 [(0, 0.8310774), (1, 0.083536185), (2, 0.08538645)],
 [(0, 0.044149507), (1, 0.74011457), (2, 0.21573596)],
 [(0, 0.11125133), (1, 0.11356396), (2, 0.7751847)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.8879188), (1, 0.055690672), (2, 0.05639054)],
 [(0, 0.111514635), (1, 0.7769796), (2, 0.11150575)],
 [(0, 0.08361456), (1, 0.083624184), (2, 0.8327613)],
 [(0, 0.111176915), (1, 0.11563366), (2, 0.77318937)],
 [(0, 0.0834445), (1, 0.82187235), (2, 0.0946832)],
 [(0, 0.22679451), (1, 0.69848096), (2, 0.07472454)],
 [(0, 0.77202487), (1, 0.11194589), (2, 0.116029285)],
 [(0, 0.08342615), (1, 0.08548993), (2, 0.83108395)],
 [(0, 0.82714635), (1, 0.08941581), (2, 0.08343783)],
 [(0, 0.08371765), (1, 0.8282699), (2, 0.088012464)],
 [(0, 0.10740254), (1, 0.34470108), (2, 0.5478964)],
 [(0, 0.09483218), (1, 0.083780974), (2, 0.8213869)],
 [(0, 0.094717935), (1, 0.08373875), (2, 0.82154334)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.16672087), (1, 0.16670743), (2, 0.6665717)],
 [(0, 0.66660506), (1, 0.16669908), (2, 0.1666959)],
 [(0, 0.7700611), (1, 0.117264114), (2, 0.112674795)],
 [(0, 0.55706817), (1, 0.08424448), (2, 0.3586874)],
 [(0, 0.11161772), (1, 0.49390242), (2, 0.39447987)],
 [(0, 0.41518435), (1, 0.4622679), (2, 0.12254774)],
 [(0, 0.120297596), (1, 0.41827333), (2, 0.4614291)],
 [(0, 0.51921356), (1, 0.35708925), (2, 0.123697184)],
 [(0, 0.11122129), (1, 0.11127207), (2, 0.7775066)],
 [(0, 0.92335045), (1, 0.038451456), (2, 0.038198076)],
 [(0, 0.16995172), (1, 0.7900998), (2, 0.039948493)],
 [(0, 0.11115571), (1, 0.7242277), (2, 0.16461658)],
 [(0, 0.043948736), (1, 0.041915957), (2, 0.9141353)],
 [(0, 0.066880256), (1, 0.27691227), (2, 0.65620744)],
 [(0, 0.7751824), (1, 0.11136821), (2, 0.11344942)],
 [(0, 0.11151349), (1, 0.776981), (2, 0.11150553)],
 [(0, 0.41510156), (1, 0.46228254), (2, 0.122615896)],
 [(0, 0.16672087), (1, 0.16670743), (2, 0.6665717)],
 [(0, 0.09672056), (1, 0.08845995), (2, 0.8148195)],
 [(0, 0.043385215), (1, 0.17632332), (2, 0.7802915)],
 [(0, 0.16696444), (1, 0.16697477), (2, 0.6660608)],
 [(0, 0.16758215), (1, 0.16698758), (2, 0.66543025)],
 [(0, 0.7728527), (1, 0.11156732), (2, 0.11557994)],
 [(0, 0.76903623), (1, 0.022984078), (2, 0.20797968)],
 [(0, 0.4886223), (1, 0.11161693), (2, 0.39976072)],
 [(0, 0.41509548), (1, 0.4622836), (2, 0.12262094)],
 [(0, 0.11125013), (1, 0.77315146), (2, 0.11559841)],
 [(0, 0.90083706), (1, 0.04968441), (2, 0.04947853)],
 [(0, 0.7728169), (1, 0.111584865), (2, 0.1155982)],
 [(0, 0.06717287), (1, 0.86610633), (2, 0.0667208)],
 [(0, 0.111250155), (1, 0.77314425), (2, 0.115605645)],
 [(0, 0.11115569), (1, 0.7243092), (2, 0.16453508)],
 [(0, 0.4630448), (1, 0.46934885), (2, 0.067606345)],
 [(0, 0.06668006), (1, 0.8666412), (2, 0.06667874)],
 [(0, 0.8330013), (1, 0.083530344), (2, 0.08346833)],
 [(0, 0.827043), (1, 0.08361376), (2, 0.089343265)],
 [(0, 0.7700868), (1, 0.11723866), (2, 0.11267447)],
 [(0, 0.09471022), (1, 0.083738744), (2, 0.821551)],
 [(0, 0.11161489), (1, 0.4939258), (2, 0.39445928)],
 [(0, 0.11715865), (1, 0.76401955), (2, 0.11882177)],
 [(0, 0.3867525), (1, 0.55529153), (2, 0.057955965)],
 [(0, 0.10737521), (1, 0.34470132), (2, 0.5479235)],
 [(0, 0.44731748), (1, 0.11140687), (2, 0.4412757)],
 [(0, 0.03715311), (1, 0.92561996), (2, 0.03722692)],
 [(0, 0.902812), (1, 0.04850124), (2, 0.048686776)],
 [(0, 0.111221276), (1, 0.11127203), (2, 0.77750665)],
 [(0, 0.107591845), (1, 0.34469938), (2, 0.5477088)],
 [(0, 0.54971015), (1, 0.08530036), (2, 0.36498952)],
 [(0, 0.07352909), (1, 0.06700201), (2, 0.85946894)],
 [(0, 0.7295416), (1, 0.1494777), (2, 0.12098067)],
 [(0, 0.1457748), (1, 0.116053574), (2, 0.7381716)],
 [(0, 0.07287516), (1, 0.86029834), (2, 0.06682654)],
 [(0, 0.06668006), (1, 0.8666412), (2, 0.06667874)],
 [(0, 0.043382455), (1, 0.17632267), (2, 0.7802949)],
 [(0, 0.17217202), (1, 0.6610773), (2, 0.16675067)],
 [(0, 0.083444506), (1, 0.8218593), (2, 0.0946962)],
 [(0, 0.11115694), (1, 0.11161089), (2, 0.77723217)],
 [(0, 0.23529318), (1, 0.71666), (2, 0.04804676)],
 [(0, 0.77248937), (1, 0.11171815), (2, 0.11579245)],
 [(0, 0.4151826), (1, 0.46226826), (2, 0.12254915)],
 [(0, 0.7296091), (1, 0.14941227), (2, 0.120978594)],
 [(0, 0.7158877), (1, 0.22446279), (2, 0.059649482)],
 [(0, 0.14541942), (1, 0.11191825), (2, 0.7426623)],
 [(0, 0.41516733), (1, 0.46227098), (2, 0.122561716)],
 [(0, 0.111155696), (1, 0.72424054), (2, 0.16460375)],
 [(0, 0.83214056), (1, 0.08394605), (2, 0.083913386)],
 [(0, 0.16670144), (1, 0.18051681), (2, 0.6527818)],
 [(0, 0.16696434), (1, 0.16697459), (2, 0.6660611)],
 [(0, 0.08346834), (1, 0.08524057), (2, 0.8312911)],
 [(0, 0.16670142), (1, 0.18043768), (2, 0.65286094)],
 [(0, 0.08361455), (1, 0.083624154), (2, 0.8327613)],
 [(0, 0.50988597), (1, 0.42335853), (2, 0.06675544)],
 [(0, 0.055569813), (1, 0.055570364), (2, 0.8888598)],
 [(0, 0.0834445), (1, 0.82189286), (2, 0.09466263)],
 [(0, 0.7724946), (1, 0.11171811), (2, 0.115787245)],
 [(0, 0.16697685), (1, 0.66026115), (2, 0.17276204)],
 [(0, 0.8296318), (1, 0.08357495), (2, 0.08679328)],
 [(0, 0.7724903), (1, 0.11171814), (2, 0.11579149)],
 [(0, 0.6557731), (1, 0.024987886), (2, 0.31923905)],
 [(0, 0.08346835), (1, 0.08524117), (2, 0.8312905)],
 [(0, 0.16793661), (1, 0.66415316), (2, 0.16791026)],
 [(0, 0.08334972), (1, 0.08335054), (2, 0.83329976)],
 [(0, 0.7722793), (1, 0.11577064), (2, 0.11195002)],
 [(0, 0.09985549), (1, 0.2366608), (2, 0.66348374)],
 [(0, 0.08354211), (1, 0.5828165), (2, 0.33364138)],
 [(0, 0.5570765), (1, 0.0842446), (2, 0.35867894)],
 [(0, 0.66660506), (1, 0.16669908), (2, 0.1666959)],
 [(0, 0.024740165), (1, 0.9508141), (2, 0.024445731)],
 [(0, 0.11119736), (1, 0.46566638), (2, 0.42313626)],
 [(0, 0.377904), (1, 0.5326626), (2, 0.089433484)],
 [(0, 0.86518776), (1, 0.06686829), (2, 0.06794396)],
 [(0, 0.045460075), (1, 0.04018597), (2, 0.914354)],
 [(0, 0.66660506), (1, 0.16669908), (2, 0.1666959)],
 [(0, 0.11115694), (1, 0.11161245), (2, 0.77723056)],
 [(0, 0.4630385), (1, 0.46935016), (2, 0.06761135)],
 [(0, 0.77701694), (1, 0.11150184), (2, 0.11148125)],
 [(0, 0.77701694), (1, 0.111501835), (2, 0.11148124)],
 [(0, 0.57205325), (1, 0.33910492), (2, 0.088841856)],
 [(0, 0.06695072), (1, 0.06784992), (2, 0.8651994)],
 [(0, 0.034541663), (1, 0.033472344), (2, 0.931986)],
 [(0, 0.5058226), (1, 0.4237432), (2, 0.07043414)],
 [(0, 0.08342614), (1, 0.08549159), (2, 0.8310823)],
 [(0, 0.10740593), (1, 0.34470102), (2, 0.54789305)],
 [(0, 0.77542907), (1, 0.11121613), (2, 0.11335478)],
 [(0, 0.117159), (1, 0.7640146), (2, 0.11882641)],
 [(0, 0.055624794), (1, 0.055627193), (2, 0.888748)],
 [(0, 0.8318361), (1, 0.08356713), (2, 0.08459675)],
 [(0, 0.1667014), (1, 0.18042342), (2, 0.6528752)],
 [(0, 0.7159092), (1, 0.22446229), (2, 0.059628543)],
 [(0, 0.82701814), (1, 0.08361379), (2, 0.0893681)],
 [(0, 0.18218827), (1, 0.65094054), (2, 0.16687118)],
 [(0, 0.11115571), (1, 0.7242637), (2, 0.16458058)],
 [(0, 0.1201335), (1, 0.41821775), (2, 0.46164876)],
 [(0, 0.11117691), (1, 0.11561987), (2, 0.7732032)],
 [(0, 0.5801777), (1, 0.30698398), (2, 0.11283823)],
 [(0, 0.77658206), (1, 0.11172533), (2, 0.111692585)],
 [(0, 0.16672087), (1, 0.16670743), (2, 0.6665717)],
 [(0, 0.70842636), (1, 0.06247728), (2, 0.22909641)],
 [(0, 0.5688334), (1, 0.33985907), (2, 0.09130749)],
 [(0, 0.772471), (1, 0.11171827), (2, 0.11581073)],
 [(0, 0.77203023), (1, 0.11194583), (2, 0.116023906)],
 [(0, 0.57519776), (1, 0.08369392), (2, 0.34110832)],
 [(0, 0.0833712), (1, 0.08542371), (2, 0.8312051)],
 [(0, 0.4885066), (1, 0.111616254), (2, 0.3998772)],
 [(0, 0.1684014), (1, 0.028421305), (2, 0.8031773)],
 [(0, 0.09472618), (1, 0.083738744), (2, 0.82153505)],
 [(0, 0.37787107), (1, 0.53271407), (2, 0.089414895)],
 [(0, 0.11156421), (1, 0.7177133), (2, 0.17072254)],
 [(0, 0.09481767), (1, 0.08378096), (2, 0.82140136)],
 [(0, 0.82714194), (1, 0.08942024), (2, 0.08343784)],
 [(0, 0.66644335), (1, 0.16676247), (2, 0.1667942)],
 [(0, 0.41516006), (1, 0.46227226), (2, 0.12256769)],
 [(0, 0.08402276), (1, 0.35156864), (2, 0.5644086)],
 [(0, 0.77007574), (1, 0.117249675), (2, 0.1126746)],
 [(0, 0.83010405), (1, 0.08359167), (2, 0.08630428)],
 [(0, 0.77695507), (1, 0.11153374), (2, 0.11151118)],
 [(0, 0.666605), (1, 0.16669908), (2, 0.1666959)],
 [(0, 0.17217588), (1, 0.66107345), (2, 0.16675067)],
 [(0, 0.06717306), (1, 0.86610615), (2, 0.0667208)],
 [(0, 0.8330012), (1, 0.08353052), (2, 0.08346827)],
 [(0, 0.1451611), (1, 0.11191836), (2, 0.7429206)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.17774941), (1, 0.025149759), (2, 0.79710084)],
 [(0, 0.8330793), (1, 0.0834629), (2, 0.083457835)],
 [(0, 0.3726224), (1, 0.57789326), (2, 0.04948439)],
 [(0, 0.7700704), (1, 0.117254965), (2, 0.11267468)],
 [(0, 0.7728431), (1, 0.11156737), (2, 0.11558954)],
 [(0, 0.16697685), (1, 0.66025805), (2, 0.1727651)],
 [(0, 0.666605), (1, 0.16669908), (2, 0.1666959)],
 [(0, 0.8842045), (1, 0.012887472), (2, 0.10290799)],
 [(0, 0.083542354), (1, 0.5828153), (2, 0.33364233)],
 [(0, 0.11117744), (1, 0.7752941), (2, 0.11352845)],
 [(0, 0.11196456), (1, 0.7723916), (2, 0.11564384)],
 [(0, 0.77518076), (1, 0.11136822), (2, 0.11345103)],
 [(0, 0.10739122), (1, 0.34470114), (2, 0.54790765)],
 [(0, 0.16758604), (1, 0.166988), (2, 0.665426)],
 [(0, 0.7173929), (1, 0.15898047), (2, 0.12362662)],
 [(0, 0.072874434), (1, 0.860299), (2, 0.06682654)],
 [(0, 0.07351421), (1, 0.06700201), (2, 0.85948384)],
 [(0, 0.02365132), (1, 0.020998616), (2, 0.9553501)],
 [(0, 0.90083313), (1, 0.049686916), (2, 0.049479954)],
 [(0, 0.3617388), (1, 0.5824612), (2, 0.05579999)],
 [(0, 0.0834124), (1, 0.8204735), (2, 0.09611412)],
 [(0, 0.7728512), (1, 0.111584686), (2, 0.115564086)],
 [(0, 0.12010053), (1, 0.41820657), (2, 0.46169293)],
 [(0, 0.094962955), (1, 0.083808094), (2, 0.8212289)],
 [(0, 0.4150549), (1, 0.46229067), (2, 0.12265443)],
 [(0, 0.122898154), (1, 0.11379126), (2, 0.7633106)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.1115498), (1, 0.11203104), (2, 0.77641916)],
 [(0, 0.03342146), (1, 0.033425234), (2, 0.93315333)],
 [(0, 0.041742593), (1, 0.041745175), (2, 0.9165122)],
 [(0, 0.0666851), (1, 0.0666858), (2, 0.8666291)],
 [(0, 0.77247244), (1, 0.11171826), (2, 0.11580927)],
 [(0, 0.16801056), (1, 0.16805795), (2, 0.6639315)],
 [(0, 0.7271992), (1, 0.15675122), (2, 0.116049565)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.16694556), (1, 0.6661145), (2, 0.16693999)],
 [(0, 0.060369838), (1, 0.20883428), (2, 0.73079586)],
 [(0, 0.18804458), (1, 0.64526916), (2, 0.16668628)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.9242202), (1, 0.037294757), (2, 0.038485046)],
 [(0, 0.025735239), (1, 0.6725544), (2, 0.30171043)],
 [(0, 0.043398373), (1, 0.44208345), (2, 0.5145182)],
 [(0, 0.07271412), (1, 0.055657864), (2, 0.87162805)],
 [(0, 0.08813243), (1, 0.0836816), (2, 0.828186)],
 [(0, 0.11124662), (1, 0.111330085), (2, 0.7774233)],
 [(0, 0.8309302), (1, 0.08361226), (2, 0.08545757)],
 [(0, 0.7720206), (1, 0.11194592), (2, 0.11603352)],
 [(0, 0.11306587), (1, 0.77553093), (2, 0.1114032)],
 [(0, 0.11134914), (1, 0.11133766), (2, 0.77731323)],
 [(0, 0.083805025), (1, 0.8324), (2, 0.08379495)],
 [(0, 0.83260775), (1, 0.083694436), (2, 0.08369784)],
 [(0, 0.06706552), (1, 0.40780506), (2, 0.52512944)],
 [(0, 0.11123357), (1, 0.7761813), (2, 0.11258518)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.0833466), (1, 0.83330756), (2, 0.08334585)],
 [(0, 0.415135), (1, 0.46227667), (2, 0.122588314)],
 [(0, 0.77727544), (1, 0.111368395), (2, 0.11135616)],
 [(0, 0.66663444), (1, 0.16668303), (2, 0.16668254)],
 [(0, 0.022402298), (1, 0.9561364), (2, 0.021461325)],
 [(0, 0.938798), (1, 0.032806236), (2, 0.028395718)],
 [(0, 0.8649125), (1, 0.06701358), (2, 0.068073876)],
 [(0, 0.05931809), (1, 0.055755824), (2, 0.8849261)],
 [(0, 0.04740628), (1, 0.8339397), (2, 0.118654095)],
 [(0, 0.037083462), (1, 0.03708946), (2, 0.925827)],
 [(0, 0.039311185), (1, 0.03711707), (2, 0.9235717)],
 [(0, 0.116069525), (1, 0.111328356), (2, 0.7726021)],
 [(0, 0.16801113), (1, 0.16805844), (2, 0.6639304)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.2956437), (1, 0.6104413), (2, 0.09391497)],
 [(0, 0.11113292), (1, 0.11113403), (2, 0.7777331)],
 [(0, 0.08353026), (1, 0.8329446), (2, 0.083525166)],
 [(0, 0.06675366), (1, 0.2930269), (2, 0.64021945)],
 [(0, 0.83018565), (1, 0.08394401), (2, 0.08587031)],
 [(0, 0.75269), (1, 0.13617586), (2, 0.11113414)],
 [(0, 0.75286585), (1, 0.13599998), (2, 0.111134134)],
 [(0, 0.75286096), (1, 0.13600491), (2, 0.111134134)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.33333334), (1, 0.33333334), (2, 0.33333334)],
 [(0, 0.7528203), (1, 0.13604555), (2, 0.11113414)],
 [(0, 0.7529054), (1, 0.13596042), (2, 0.111134134)],
 [(0, 0.6420635), (1, 0.32375968), (2, 0.03417682)],
 [(0, 0.7528543), (1, 0.13601162), (2, 0.111134134)],
 [(0, 0.75286573), (1, 0.13600017), (2, 0.111134134)],
 [(0, 0.11127219), (1, 0.11129013), (2, 0.7774377)],
 [(0, 0.7271501), (1, 0.15679967), (2, 0.11605022)],
 [(0, 0.08334659), (1, 0.83330756), (2, 0.083345845)],
 [(0, 0.060373705), (1, 0.20884813), (2, 0.7307782)],
 [(0, 0.18801369), (1, 0.6453001), (2, 0.16668627)],
 [(0, 0.11118043), (1, 0.111165166), (2, 0.7776544)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.83269), (1, 0.08365903), (2, 0.083650954)],
 [(0, 0.16671601), (1, 0.16671719), (2, 0.66656685)],
 [(0, 0.8310762), (1, 0.08353618), (2, 0.08538762)],
 [(0, 0.752829), (1, 0.13603684), (2, 0.111134134)],
 [(0, 0.7772753), (1, 0.11136829), (2, 0.11135644)],
 [(0, 0.752903), (1, 0.13596286), (2, 0.11113412)],
 [(0, 0.041799802), (1, 0.04765711), (2, 0.9105431)],
 [(0, 0.66660506), (1, 0.16669908), (2, 0.1666959)],
 [(0, 0.75285316), (1, 0.13601269), (2, 0.11113412)],
 [(0, 0.6666347), (1, 0.16668293), (2, 0.16668242)],
 [(0, 0.7528621), (1, 0.13600378), (2, 0.11113412)],
 [(0, 0.7528524), (1, 0.13601354), (2, 0.111134134)],
 [(0, 0.16793709), (1, 0.66415215), (2, 0.16791077)],
 [(0, 0.11141247), (1, 0.77716017), (2, 0.11142739)],
 [(0, 0.23898427), (1, 0.024617089), (2, 0.73639864)],
 [(0, 0.77202487), (1, 0.11194589), (2, 0.11602929)],
 [(0, 0.14565115), (1, 0.11193418), (2, 0.74241465)],
 [(0, 0.75289446), (1, 0.13597141), (2, 0.111134134)],
 [(0, 0.75283283), (1, 0.13603304), (2, 0.111134134)],
 [(0, 0.4151434), (1, 0.46227518), (2, 0.12258142)],
 [(0, 0.75288486), (1, 0.135981), (2, 0.11113412)],
 [(0, 0.77775735), (1, 0.11112157), (2, 0.11112114)],
 [(0, 0.11113113), (1, 0.11483463), (2, 0.77403426)],
 [(0, 0.7528491), (1, 0.13601674), (2, 0.11113412)],
 [(0, 0.11121962), (1, 0.2947593), (2, 0.5940211)],
 [(0, 0.83307916), (1, 0.08346297), (2, 0.08345786)],
 [(0, 0.8458332), (1, 0.12313537), (2, 0.031031452)],
 [(0, 0.04359493), (1, 0.041813552), (2, 0.91459155)],
 [(0, 0.09456875), (1, 0.08552661), (2, 0.8199047)],
 [(0, 0.7740109), (1, 0.11264521), (2, 0.11334389)],
 [(0, 0.8821292), (1, 0.061324406), (2, 0.056546364)],
 [(0, 0.16725802), (1, 0.66549593), (2, 0.16724604)],
 [(0, 0.032298196), (1, 0.030382102), (2, 0.9373197)],
 [(0, 0.16670687), (1, 0.66658574), (2, 0.16670738)],
 [(0, 0.111327566), (1, 0.11133706), (2, 0.7773354)],
 [(0, 0.066691644), (1, 0.06669225), (2, 0.8666161)],
 [(0, 0.76828104), (1, 0.11608868), (2, 0.11563025)],
 [(0, 0.8329153), (1, 0.10014582), (2, 0.066938914)],
 [(0, 0.47526374), (1, 0.41317865), (2, 0.111557566)],
 [(0, 0.08345225), (1, 0.08344667), (2, 0.8331011)],
 [(0, 0.33157054), (1, 0.08675361), (2, 0.5816758)],
 [(0, 0.16793676), (1, 0.6641528), (2, 0.16791044)],
 [(0, 0.06669165), (1, 0.06669225), (2, 0.8666161)],
 [(0, 0.11132754), (1, 0.11133685), (2, 0.77733564)],
 [(0, 0.7740121), (1, 0.11264502), (2, 0.11334292)],
 [(0, 0.85984415), (1, 0.0721085), (2, 0.06804734)],
 [(0, 0.05598317), (1, 0.059321146), (2, 0.8846957)],
 [(0, 0.03087601), (1, 0.030915124), (2, 0.9382088)],
 [(0, 0.16725728), (1, 0.6654976), (2, 0.1672451)],
 [(0, 0.050332993), (1, 0.047844995), (2, 0.90182203)],
 [(0, 0.08356256), (1, 0.083577424), (2, 0.83286005)],
 [(0, 0.666605), (1, 0.16669908), (2, 0.1666959)],
 [(0, 0.10744683), (1, 0.34470066), (2, 0.5478525)],
 [(0, 0.772918), (1, 0.11152773), (2, 0.11555427)],
 [(0, 0.055624764), (1, 0.055627182), (2, 0.88874805)],
 [(0, 0.055569813), (1, 0.055570364), (2, 0.8888598)],
 [(0, 0.16672087), (1, 0.16670743), (2, 0.66657174)],
 [(0, 0.7522991), (1, 0.1244021), (2, 0.123298794)],
 [(0, 0.06882171), (1, 0.69988954), (2, 0.23128872)],
 [(0, 0.11164906), (1, 0.11166766), (2, 0.7766833)],
 [(0, 0.7682988), (1, 0.11607752), (2, 0.115623675)],
 [(0, 0.047766373), (1, 0.47832114), (2, 0.47391248)],
 [(0, 0.4752941), (1, 0.41314676), (2, 0.111559115)],
 [(0, 0.08804383), (1, 0.82831836), (2, 0.08363784)],
 [(0, 0.7505931), (1, 0.1378748), (2, 0.1115321)],
 [(0, 0.11157307), (1, 0.11615363), (2, 0.7722733)],
 [(0, 0.38314906), (1, 0.5491933), (2, 0.067657635)],
 [(0, 0.111257695), (1, 0.111255795), (2, 0.77748656)],
 [(0, 0.111309536), (1, 0.11131627), (2, 0.7773742)],
 [(0, 0.111509025), (1, 0.77699023), (2, 0.11150077)],
 [(0, 0.68759245), (1, 0.055887878), (2, 0.25651973)],
 [(0, 0.06670402), (1, 0.06670271), (2, 0.86659324)],
 [(0, 0.08345239), (1, 0.08344685), (2, 0.83310074)],
 [(0, 0.16670687), (1, 0.66658574), (2, 0.16670738)],
 [(0, 0.9037095), (1, 0.047896974), (2, 0.048393574)],
 [(0, 0.11153483), (1, 0.11536208), (2, 0.77310306)],
 [(0, 0.75230646), (1, 0.13647957), (2, 0.11121393)],
 [(0, 0.08341241), (1, 0.8204647), (2, 0.09612296)],
 [(0, 0.033605687), (1, 0.9326123), (2, 0.033781968)],
 [(0, 0.83307916), (1, 0.083463), (2, 0.08345786)],
 [(0, 0.04379864), (1, 0.18732907), (2, 0.7688723)],
 [(0, 0.77687913), (1, 0.11157294), (2, 0.11154789)],
 [(0, 0.028316021), (1, 0.027842276), (2, 0.9438417)],
 [(0, 0.08452493), (1, 0.8317574), (2, 0.083717614)],
 [(0, 0.04889319), (1, 0.048941694), (2, 0.9021651)],
 [(0, 0.035082433), (1, 0.9307989), (2, 0.03411867)],
 [(0, 0.037714023), (1, 0.03706831), (2, 0.9252176)],
 [(0, 0.6654326), (1, 0.1673001), (2, 0.16726734)],
 [(0, 0.041695546), (1, 0.041696236), (2, 0.91660815)],
 [(0, 0.035240073), (1, 0.0334496), (2, 0.93131036)],
 [(0, 0.0833466), (1, 0.83330756), (2, 0.08334585)],
 [(0, 0.7726352), (1, 0.19904652), (2, 0.0283183)],
 [(0, 0.057853576), (1, 0.88514954), (2, 0.056996908)],
 [(0, 0.7761401), (1, 0.11195251), (2, 0.1119074)],
 [(0, 0.82540226), (1, 0.08346666), (2, 0.091131054)],
 [(0, 0.04779735), (1, 0.047807284), (2, 0.9043954)],
 [(0, 0.11133465), (1, 0.7216808), (2, 0.16698454)],
 [(0, 0.11125773), (1, 0.11125583), (2, 0.77748644)],
 [(0, 0.18018378), (1, 0.78151774), (2, 0.038298454)],
 [(0, 0.08334972), (1, 0.08335054), (2, 0.83329976)],
 [(0, 0.7523671), (1, 0.13641895), (2, 0.111213915)],
 [(0, 0.0833466), (1, 0.83330756), (2, 0.08334585)],
 [(0, 0.03771405), (1, 0.03706831), (2, 0.9252176)],
 [(0, 0.11134895), (1, 0.111337155), (2, 0.77731395)],
 [(0, 0.6654359), (1, 0.16729863), (2, 0.1672655)],
 [(0, 0.03360565), (1, 0.93261254), (2, 0.033781815)],
 [(0, 0.16728312), (1, 0.16730437), (2, 0.66541255)],
 [(0, 0.11113291), (1, 0.11113402), (2, 0.7777331)],
 [(0, 0.045444965), (1, 0.05486988), (2, 0.8996852)],
 [(0, 0.83248544), (1, 0.083768815), (2, 0.083745785)],
 [(0, 0.11115569), (1, 0.72431105), (2, 0.16453323)],
 [(0, 0.6739014), (1, 0.25907037), (2, 0.06702824)],
 [(0, 0.8254177), (1, 0.08346665), (2, 0.09111562)],
 [(0, 0.752221), (1, 0.13656507), (2, 0.11121395)],
 [(0, 0.11133463), (1, 0.7216918), (2, 0.16697358)],
 [(0, 0.66587096), (1, 0.1670753), (2, 0.16705376)]]
=
Code Text

<= div class=3D"cell-execution-container">
=
=
=
=
scores =3D list(chain(*[[score for topic_id,score = in topic] = ;\
       &n= bsp;            = ;  for&n= bsp;topic in&n= bsp;[doc for&= nbsp;doc in&nb= sp;lda_corpus_Nut]]))
 
thres= hold =3D sum(scores)/len(s= cores)
print(thres= hold)
cluster1_Nut =3D [j for i,j in zip(lda_corpus_Nut,only_Nutral.inde= x) if i[= 0][1] > threshold]
cluster2_Nut =3D [j for i,j in zip(lda_corpus_Nut,only_Nutral.index) <= /span>if i[1][1] > threshold]=
cluster3_Nut =3D [j for i,j in zip(lda_corpus_Nut,only_Nutral.index) if i[2][1] > threshold]
 
print(len(cluster1_Nut))
print(len(cluster2_Nut))
print(l= en(cluster3_Nut))
Enter = to Rename, Shift+Enter to Preview
<= /div>

=
<= /div>
<= /div>
zip(*args, **kwargs)
<= div>

zip(*iterables) --> zip object

Return a zip object whose ._= _next__() method returns a tuple where the i-th element comes from the i-th iterable argument. The .__next__() method continues until the shortest iterable in the argument sequence is exhausted and then it raises StopIteration.

<= div role=3D"presentation" aria-hidden=3D"true" class=3D"invisible scrollbar= horizontal" style=3D"position: absolute; width: 444px; height: 10px; left:= 0px; bottom: 0px;">
=
<= div class=3D"output-iframe-sizer">
0.=
33333333604158866
312
281
243
Code Text

<= div class=3D"cell-execution-container">
=
=
configure_plotly_browser_state= ()
only_pos['Brand= '].value_counts().iplot(kind=3D'bar',xTitle=3D'Brand',yTitle=3D'count',title=3D'COUNT OF Positive Reviews')
 
=
Enter to Rename, Shift+Enter to Preview
<= /span>
=

<= div class=3D"output-iframe-sizer">

<= div class=3D"cell-execution-container">
=
=
configure_plotly_browser_state= ()
only_Nutral['Br= and'].value_counts().iplot(kind=3D'bar',xTitle=3D'Brand',yTitle=3D'count',title=3D'COUNT OF Nutral Reviews ')
 
Enter to Rename, Shift+Enter to Preview
=
<= /div>

=
<= div class=3D"output-iframe-sizer">

<= div class=3D"cell-execution-container">
=
=
 
configure_= plotly_browser_state()
only_Neg['Brand'].value_counts().iplot(kin= d=3D'bar',xTitle= =3D'Brand',yTitle= =3D'count',title= =3D'COUNT OF Negative Reviews'<= /span>)
=
Enter to Rename, Shift+Enter to Preview
<= span>

<= /div>
<= div class=3D"output-iframe-sizer">
Code Text

<= div class=3D"cell-execution-container">
=
! pip install wordcloud
Enter to Rename, Shift+Enter to Preview

=
<= div class=3D"output-iframe-sizer">
Re=
quirement already satisfied: wordcloud in /usr/local/lib/python3.7/dist-pac=
kages (1.5.0)
Requirement already satisfied: numpy>=3D1.6.1 in /usr/local/lib/python3.=
7/dist-packages (from wordcloud) (1.19.5)
Requirement already satisfied: pillow in /usr/local/lib/python3.7/dist-pack=
ages (from wordcloud) (7.1.2)
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[86]
=
from wordcloud import WordCloud
Enter to Rename, Shift+Enter to Preview
=

=
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[87]
=
=
import stat= smodels.formula.api as sm
t1=3Dproduct_data[product_da= ta.Polarity>0]<= /span>
t2=3Dproduct_data[product_data.Polarity=3D=3D0]
t3=3Dproduct_data[product_data.Polarity<0]
reviews_= sample =3D pd.concat([t1,t2,t3],axis=3D0)
reviews_sampl= e.reset_index(drop=3DTrue,inplace=3DTrue)
<= div class=3D"cursor " style=3D"height: 19px; top: 0px; left: 0px; font-fami= ly: monospace; font-weight: normal; font-size: 14px; font-feature-settings:= "liga" 0, "calt" 0; line-height: 19px; letter-spacing:= 0px; display: block; visibility: hidden; width: 2px;">
=
Enter to Rename, Shift+Enter to Preview

=

<= div class=3D"cell-execution-container">
=
=
<= span class=3D"mtk8">#Wordcloud function's input needs t= o be a single string o= f text.
# concatenating all&nbs= p;Summaries into a single string.
# similarly you can = build for Text column
reviews_st= r =3D reviews_sample.CleanedText.str= .cat()
wordcloud&nb= sp;=3D WordCloud(background_color=3D'whit= e').generate(reviews_str)
plt.figure(figsize=3D(10,10))=
plt.imshow(wordcloud,interpolation=3D<= span class=3D"mtk26">'bilinear')<= /div>
plt.axis("off")
plt.show()

<= /div>
<= div class=3D"output-iframe-sizer">
Code Text

<= div class=3D"cell-execution-container">
=
=
=
# Now let's split the data into Negat= ive (Score is 1 or 2)&= nbsp;and Positive (4 or #5) Reviews.=
negative_reviews =3D reviews_sample[reviews_sample= ['Rating'].isin([<= /span>1,2]) ]
positive_reviews =3D reviews_sample[reviews_sample['Rating'].isin([3,4,5]) ]
# Transform t= o single string
negative_reviews_str&= nbsp;=3D negative_reviews.CleanedText.str.cat()
positive_reviews_str =3D positive_reviews.Cleaned= Text.str.cat()
wordcloud_negative&nb= sp;=3D WordCloud(background_color=3D'gray= ').generate(negative_reviews_str)=
wordcloud_positive =3D WordCloud(background_color= =3D'black').genera= te(positive_reviews_str)
# Plot
<= span class=3D"mtk1">fig =3D plt.figure(figsize=3D(10,1= 0))
ax1 =3D&n= bsp;fig.add_subplot(211)
ax1.imshow(wordcloud_negative,interpola= tion=3D'bilinear')=
ax1.axis("off")
ax1.set_title('Reviews with Negative Rating',fontsize=3D20)
 
fig&= nbsp;=3D plt.figure(figsize=3D(10<= span class=3D"mtk1">,10))
ax2 =3D fig.add_subplot(212)
ax2.imshow(wordcloud_positive,interpolation=3D'bilinear')
ax2.axis("off")
ax2.set_title('Reviews with Positive Rating',= fontsize=3D20)
<= span>plt.show()
=
Enter to Rename, S= hift+Enter to Preview
=

DataFrame: reviews_sample

DataFrame with shape= (3476, 8)

<= /div>
<= div class=3D"output-info">
<= div class=3D"output-iframe-sizer">
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[90]
=
product_data.reset_index= (inplace=3DTrue)
<= textarea data-mprt=3D"6" class=3D"inputarea" wrap=3D"off" autocorrect=3D"of= f" autocapitalize=3D"off" autocomplete=3D"off" spellcheck=3D"false" aria-la= bel=3D"Editor content;Press Alt+F1 for Accessibility Options." role=3D"text= box" aria-multiline=3D"true" aria-haspopup=3D"false" aria-autocomplete=3D"b= oth" style=3D"font-family: monospace; font-weight: normal; font-size: 14px;= font-feature-settings: "liga" 0, "calt" 0; line-height= : 19px; letter-spacing: 0px; top: 0px; left: 6px; width: 1px; height: 1px;"= >
Enter to Ren= ame, Shift+Enter to Preview

<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; heig= ht: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">
<= /div>

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[91]
=
=
=
from nltk.corpus&nb= sp;import sto= pwords
from n= ltk.stem.porter import PorterStemmer
ps =3D = PorterStemmer()
corpus =3D []<= /span>
= for i in range(0= len<= span class=3D"mtk1">(product_data)):
 &nbs= p;  review =3D re.sub('[^a= -zA-Z]''&nb= sp;', product_data['CleanedText'][i])
    review =3D review.lower()
=     review =3D review.sp= lit()
    
    review =3D [ps.stem(word)&n= bsp;for word&= nbsp;in review=  if not word in stopwords.words= ('english')]
    review =3D ' '.join(review)
=     corpus.append(review)
<= div role=3D"presentation" aria-hidden=3D"true" style=3D"width: 1242px;">
<= /div>
Enter to Rename, Shift+Enter to Preview
<= /div>
=

=
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[92]
=
 
<= div style=3D"top:19px;height:19px;" class=3D"view-line">## Applying Countvectorizer
# Creating the Bag of Words model
from sklearn.feature_ex= traction.text import CountVectorizer
cv =3D C= ountVectorizer(max_features=3D5000,ngram_range=3D(1,3)= )
X =3D cv.fit_transform(corpus).toar= ray()
=
Enter to Rename, Shift+Enter to = Preview

Code Text

<= div class=3D"cell-execution-container">
=
 
X.shape
<= textarea data-mprt=3D"6" class=3D"inputarea" wrap=3D"off" autocorrect=3D"of= f" autocapitalize=3D"off" autocomplete=3D"off" spellcheck=3D"false" aria-la= bel=3D"Editor content;Press Alt+F1 for Accessibility Options." role=3D"text= box" aria-multiline=3D"true" aria-haspopup=3D"false" aria-autocomplete=3D"b= oth" style=3D"font-family: monospace; font-weight: normal; font-size: 14px;= font-feature-settings: "liga" 0, "calt" 0; line-height= : 19px; letter-spacing: 0px; top: 0px; left: 6px; width: 1px; height: 1px;"= >
Enter to Ren= ame, Shift+Enter to Preview

<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; heig= ht: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">
<= /div>
<= div class=3D"output-iframe-sizer">
(34=
76, 5000)
=
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
=
<= /div>
y=3Dproduc= t_data['pol_num']<= /span>
Enter to Rename, Shift+Enter to Preview
=

<= /div>

S= eries: y

Series with shape (3476,)

<= div class=3D"output-iframe-sizer" style=3D"min-height: 0px;">
<= /div>
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[95]
=
=
 
## Di= vide the dataset into Train and Test
<= span class=3D"mtk18">from sklearn.model_se= lection import train_test_split
X_train, X_test,&n= bsp;y_train, y_test =3D train_test_split(X, y, test_size=3D0.33, random_state=3D0= )

Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[96]
=
from sklearn.naive_bayes import MultinomialNB
class= ifier=3DMultinomialNB()
=
<= /div>
Enter to Rename, Shift+Enter to Previe= w

<= /div>
<= div class=3D"output">
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[97]
=
=
from=  sklearn import metrics
import numpy as np
import itertools
=
Enter to Rename, Shift+Enter to Pr= eview

Code Text

<= div class=3D"cell-execution-container">
=
=
classifier.fit(X_train, y_train)<= /span>
= pred_NB =3D classifier.predict(X_test)
from sklearn.metri= cs import&nbs= p;accuracy_score, precision_score, recall_score
print(= 'Accuracy score of NB: ',&n= bsp;accuracy_score(y_test, pred_NB)*100)
cm =3D me= trics.confusion_matrix(y_test, pred_NB)
c= m
=
<= /div>
Enter to Rename, Shift+Enter to Preview

=

n= darray: pred_NB

ndarray with shape (11= 48,)

=
<= div class=3D"output-icon clear_outputs_enabled output-icon-selected" title= =3D"Clear output executed by B.R Nivedha 11:36 AM (10 minutes ago) executed in 185.994s">
<= div class=3D"output-iframe-sizer">
Ac=
curacy score of NB:  82.8397212543554
array([[ 48,  15,  52],
       [ 11, 144,  77],
       [ 20,  22, 759]])
Code Text

<= div class=3D"cell-execution-container">
=
print("Classification Report\n",classification_report(y_test, pred_NB))=
=
=
Enter to Rename, Shift+Enter to Preview
<= div class=3D"body" style=3D"overflow: hidden;">

=
<= colab-form class=3D"formview vertical layout flex">
<= div class=3D"output-iframe-sizer">
Cl=
assification Report
               precision    recall  f1-score   support

          -1       0.61      0.42      0.49       115
           0       0.80      0.62      0.70       232
           1       0.85      0.95      0.90       801

    accuracy                           0.83      1148
   macro avg       0.75      0.66      0.70      1148
weighted avg       0.82      0.83      0.82      1148

Code Text

SVM

=E2=86=B3 0 cells hidden
Code Text

<= div class=3D"cell-execution-container">
=
=
<= /div>
Enter to Rename, Shift+Enter to Preview
=
=

=
<= div class=3D"output-iframe-sizer">
SVC=
(kernel=3D'linear')
<= div class=3D"add-cell">
<= div class=3D"cell-execution-container">
=
y_predsvm=3D clf.predict(= X_test)
print(y_pr= edsvm)
<= /div>
En= ter to Rename, Shift+Enter to Preview

<= div class=3D"output-iframe-sizer">
['=
1' '1' '1' ... '-1' '0' '1']
Code Text

<= div class=3D"cell-execution-container">
=
=
print('Accuracy score of NB: '= , accuracy_score(y_test, y_predsvm)*<= /span>100)<= /div>
con_M =3D metrics.confusion_matrix(y_test, y_p= redsvm)
cm

de= f confusion_matrix(y_true, y_pred, *, labels=3D= None, sample_weight= =3DNone, normalize= =3DNone)

Com= pute confusion matrix to evaluate the accuracy of a classification.

B= y definition a confusion matrix C is such that C_{i, j}<= /code> is equal to the number of observations known to be in group i = and predicted to be in group j.

Thus in binary classificatio= n, the count of true negatives is C_{0,0}, false negatives is C_{1,0}, true positiv= es is C_{1,1} and false positives is C_{0,1}.

Rea= d more in the User Guide <confusion_matrix>.

Para= meters

y_true : array-like of shape (n_samples,)
    Gro= und truth (correct) target values.

y_pred : array-like of shape (n_sa= mples,)
    Estimated targets as returned by a class= ifier.

labels : array-like of shape (n_classes), default=3DNone
&n= bsp;   List of labels to index the matrix. This may be used = to reorder or select a subset of labels. If None is given, those that appear at least once in y_true or y_pred are used in sorted order.

=

sample_weight : array-like of shape (n_samples,), default=3DNone
&nbs= p;   Sample weights.

normalize : {'true', 'pred', 'all= '}, default=3DNone
    Normalizes confusion matrix o= ver the true (rows), predicted (columns) conditions or all the population. If None, confusion matrix will not be normalized.

Returns

C : ndarray of shape (n_classes, n_classes)
    C= onfusion matrix whose i-th row and j-th column entry indicates the number of samples with true label being i-th class and predicted label being j-th class.

See Also

ConfusionMatrixDisplay.from_estimator : Plot the confusion matrix
&nb= sp;   given an estimator, the data, and the label.
Confus= ionMatrixDisplay.from_predictions : Plot the confusion matrix
 &nbs= p;  given the true and predicted labels.
ConfusionMatrixDispla= y : Confusion Matrix visualization.

References

Examples

>>> from sklearn.metrics import confusion_matrix
>>&= gt; y_true =3D [2,= 0, 2, = 2, 0, 1]=
>>> y_pred =3D [0, 0, 2, 2, 0, 2]
&g= t;>> confusion_matrix(y_true, y_pred)
= array([[2, = 0, 0],
= [0, 0
, 1],
[1, 0, 2]])
>>= ;> y_true =3D ["cat", "ant", "cat", "cat", "ant", "bird"]
>>> y_p= red =3D ["ant", "ant", "cat", "cat", "ant"<= /span>, "cat"]
>>> confusion_mat= rix(y_true, y_pred, labels=3D["ant",
"bird", "cat"])
array([[2= , 0, 0],=
[0,
0, 1],
<= span class=3D"mtk1"> [
1, 0, 2]])

In the binary case, we can extract true positives, etc as foll= ows:

>>> tn, fp, fn, tp =3D confusion_matrix([0, 1, 0, 1], [1, <= /span>1, 1, 0<= /span>]).ravel()
>&g= t;> (tn, fp, fn, tp)
(0, 2, 1, 1)
<= div class=3D"output-iframe-sizer">
Ac=
curacy score of NB:  88.41463414634147
array([[ 48,  15,  52],
       [ 11, 144,  77],
       [ 20,  22, 759]])
Code Text

<= div class=3D"cell-execution-container">
=
print("Classification Report\n",classification_report(y_test, y_predsvm))
=
=
Enter to Rename, Shift+Enter to Preview
<= div class=3D"body" style=3D"overflow: hidden;">

=
<= colab-form class=3D"formview vertical layout flex">
<= div class=3D"output-iframe-sizer">
Cl=
assification Report
               precision    recall  f1-score   support

          -1       0.76      0.59      0.66       115
           0       0.77      0.92      0.84       232
           1       0.94      0.92      0.93       801

    accuracy                           0.88      1148
   macro avg       0.82      0.81      0.81      1148
weighted avg       0.89      0.88      0.88      1148


<= div class=3D"cell-execution-container">
=
=
=
=
from numpy = import mean
<= span class=3D"mtk18">from numpy import std<= /span>
= from sklearn.dataset= s import = ;make_classification
from sklearn.model_selection impo= rt KFold
from=  sklearn.model_selection import cross_val_score
<= span># create dataset
X_train, y_train =3D make_classification(n_samples=3D= 1000, n_featu= res=3D20, n_i= nformative=3D15,&n= bsp;n_redundant=3D5, random_state=3D1)
# prepare the cross-val= idation procedure
cv =3D KFold(= n_splits=3D10,&nbs= p;random_state=3D1= , shuffle=3DTrue)
# evaluate model
scores =3D cross_val_score(clf, X_train, = y_train, scoring=3D'accuracy', cv=3Dcv, n_jobs=3D<= /span>-1)
# report performance
print('Accuracy:&= nbsp;%.3f (%.3f)' % (mean(scores= ), std(scores)))
=
<= /div>
<= div data-mprt=3D"2" class=3D"overflowingContentWidgets" style=3D"display: n= one;">
Enter to Rename, Shift+Enter= to Preview
<= div class=3D"monaco-list list_id_112" tabindex=3D"0" role=3D"tree">
=

=

Loading...

<= div class=3D"widget-area vertical layout">
<= div class=3D"output-iframe-sizer">
Ac=
curacy: 0.871 (0.028)
Code Text

<= div class=3D"cell-execution-container">
=
=
 
## Applying Co= untvectorizer
# Creating the Bag=  of Words model
from sklearn.feature_extraction.text import CountVectorizer
#Initialize the TF-IDF vectorizer
tfidf =3D TfidfVectorizer(sublinear_tf= =3DTrue, min_d= f=3D5,max_df = =3D 0.7,norm= =3D'l2', enco= ding=3D'latin-1',&= nbsp;ngram_range=3D(12),
stop_words=3D'english= ')
X_tfidf = =3D tfidf.fit_transform(product_data['Cle= anedText'])
print= ("After vecto= rized text data\n\n",X_tfidf)<= /span>
<= /div>
=
Enter to Rename, Shift+Enter to Preview
=
<= /div>

<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; widt= h: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">
<= /div>
<= div class=3D"output-iframe-sizer">
Af=
ter vectorized text data

   (0, 959)	0.3992582680539377
  (0, 96)	0.6328973847482471
  (0, 711)	0.6633503868766487
  (1, 15)	0.33792561564510165
  (1, 607)	0.6267964287933344
  (1, 443)	0.5399661008540784
  (1, 354)	0.31517986328260245
  (1, 12)	0.31942257098145815
  (2, 966)	0.45635831391888776
  (2, 234)	0.4992335192716345
  (2, 706)	0.38391360284568415
  (2, 233)	0.4265219065651894
  (2, 201)	0.365886164298398
  (2, 959)	0.28163754383571826
  (3, 208)	0.5558912263628185
  (3, 789)	0.5492193241858085
  (3, 633)	0.44209255133019554
  (3, 207)	0.44033765958873405
  (4, 278)	0.3557583248843143
  (4, 896)	0.23673739039110592
  (4, 779)	0.47236759361047825
  (4, 105)	0.5378638354962453
  (4, 507)	0.4279010394892852
  (4, 660)	0.1634608954545647
  (4, 277)	0.3084542256144514
  :	:
  (3471, 246)	0.3339717290384532
  (3471, 926)	0.3946858324801313
  (3471, 134)	0.4051115319251633
  (3471, 558)	0.37857466318078137
  (3472, 385)	0.6530510982784345
  (3472, 912)	0.5857886413403373
  (3472, 368)	0.2721917260279709
  (3472, 896)	0.3253180992693225
  (3472, 660)	0.2246235278943002
  (3473, 905)	0.634310296795949
  (3473, 251)	0.4048120472827668
  (3473, 246)	0.35988433942051484
  (3473, 381)	0.3512353341308968
  (3473, 368)	0.24119551994017374
  (3473, 896)	0.28827205457064503
  (3473, 660)	0.19904421560446114
  (3474, 454)	0.4889755670185152
  (3474, 453)	0.4283532637666809
  (3474, 278)	0.3725602196274737
  (3474, 660)	0.17118089121557256
  (3474, 277)	0.32302202366539523
  (3474, 15)	0.3322049689428088
  (3474, 354)	0.3098442729572738
  (3474, 12)	0.3140151570633548
  (3475, 504)	1.0
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[106]
=
x_train,&nbs= p;x_test, Y_train,Y_test =3D train_test_split(X_tfidf, y, test_size=3D0.1, random_state=3D0)
Enter to Rename, Shi= ft+Enter to Preview

=
=
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[107]
=
=
clf_t =3D LinearSVC()
&n= bsp;
#Fit train and test in= to the model
clf_t.fit(x_train, = Y_train)
 
#Predict the&= nbsp;result
y_pred =3D clf_t.predic= t(x_test)
<= /div>
Enter to Rename, Shift+Enter to Preview
<= div class=3D"tree" aria-hidden=3D"true" style=3D"display: none; background-= color: rgb(243, 243, 243); border-color: rgb(200, 200, 200);">
=
=

<= /div>
<= div class=3D"output">
Code Text

<= div class=3D"cell-execution-container">
=
print("Confusion Matrix\n",confusion_matrix(Y_test,y_pred))
Enter to Rename, Shift+Enter to Pr= eview

<= div class=3D"output-iframe-sizer">
Co=
nfusion Matrix
 [[ 21   6  10]
 [  0  62  10]
 [  5  12 222]]
Code Text

<= div class=3D"cell-execution-container">
=
print("Accuracy of SVC: "= ,accuracy_score(Y_test,y_pred)*100)
print("Classification&nbs= p;Report\n",classification_report(Y_test,y_pred= ))
<= div role=3D"presentation" aria-hidden=3D"true" style=3D"width: 1242px;">
<= /div>
=
Enter to Rename, Shift+Enter to Preview
=
<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; heig= ht: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">

<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; widt= h: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">

Series: Y_t= est

Series with shape (348,)

<= div role=3D"presentation" aria-hidden=3D"true" class=3D"invisible scrollbar= vertical" style=3D"position: absolute;">
<= div class=3D"output-iframe-sizer">
Ac=
curacy of SVC:  87.64367816091954
Classification Report
               precision    recall  f1-score   support

          -1       0.81      0.57      0.67        37
           0       0.78      0.86      0.82        72
           1       0.92      0.93      0.92       239

    accuracy                           0.88       348
   macro avg       0.83      0.79      0.80       348
weighted avg       0.88      0.88      0.87       348

Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[110]
=
=
from = ;sklearn.naive_bayes import GaussianNB
from sklearn.metrics im= port confusion_matrix
<= div style=3D"top:38px;height:19px;" class=3D"view-line">from sklearn.ensemble import RandomFore= stClassifier
from=  sklearn.svm import SVC
<= /div>
Enter to Rename, Shift+Enter to Preview
=

Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[111]
=
=
=
rf_classifier =3D=  RandomForestClassifier(n_estimators = =3D 10, = criterion =3D 'entropy', random_state =3D 0)
rf_classifier= .fit(x_train, Y_train)
y_pred_rf =3D&= nbsp;rf_classifier.predict(x_test)
Enter to Rename, Shift+Ente= r to Preview
=
<= /div>
<= div class=3D"monaco-scrollable-element " role=3D"presentation" style=3D"pos= ition: relative; overflow: hidden;">

=
<= /div>
Code Text

<= div class=3D"cell-execution-container">
=
cm_RandFor =3D confu= sion_matrix(Y_test, y_pred_rf)
cm_RandFor<= /span>
=
=
=
Enter to Rename, Shift+Enter to Preview
<= /div>
=

S= eries: Y_test

Series with shape (348,)=

<= /div>
<= div class=3D"output-iframe-sizer">
Ac=
curacy of RF:  85.0574712643678
Classification Report
               precision    recall  f1-score   support

          -1       0.71      0.54      0.62        37
           0       0.70      0.89      0.79        72
           1       0.93      0.89      0.91       239

    accuracy                           0.85       348
   macro avg       0.78      0.77      0.77       348
weighted avg       0.86      0.85      0.85       348

Code Text

to also collapse sibling sections)">NBC on TF-IDF=

=E2=86=B3 32 cells hidden
Code Text

<= div class=3D"cell-execution-container">
=
=
classifier.fit(x_train, Y_train)<= /span>
= pred_NB_T =3D classifier.predict(x_test)
from sklearn.met= rics import&n= bsp;accuracy_score, precision_score, recall_score
print('Accuracy score of NB: ',=  accuracy_score(Y_test, pred_NB_T)*1= 00)
cm_T =3D&n= bsp;metrics.confusion_matrix(Y_test, pred_NB_T)
cm_T
<= /div>
<= /div>
Enter to Rename, Shift+Enter to Preview
=
=

<= /div>
<= div class=3D"output">
<= div class=3D"output-iframe-sizer">
Ac=
curacy score of NB:  83.62068965517241
array([[ 14,   6,  17],
       [  0,  47,  25],
       [  3,   6, 230]])
Code Text

<= div class=3D"cell-execution-container">
=
<= div role=3D"presentation" aria-hidden=3D"true" class=3D"view-rulers">
=
print("Classification Report\n"<= span class=3D"mtk1">,classification_report(Y_test, pred_NB_T))<= /span>
=
=
Enter to Rename, Shift+Enter to Preview
<= div class=3D"body" style=3D"overflow: hidden;">

classification_report(y_true, y_pred, *, labels=3DNone, target_names=3DNone, sample_weight=3DNone, digits=3D2, output_dict=3DFalse, zero_division=3D'warn')

Build a text report showing= the main classification metrics.

Read more in the User Guide &= lt;classification_report>.

Parameters

y_true : 1d array-like, or label indicator array / sparse matrix
&nbs= p;   Ground truth (correct) target values.

y_pred : 1d= array-like, or label indicator array / sparse matrix
   =  Estimated targets as returned by a classifier.

labels : array-l= ike of shape (n_labels,), default=3DNone
    Optiona= l list of label indices to include in the report.

target_names : list= of str of shape (n_labels,), default=3DNone
    Opt= ional display names matching the labels (same order).

sample_weight := array-like of shape (n_samples,), default=3DNone
   &nbs= p;Sample weights.

digits : int, default=3D2
   &nbs= p;Number of digits for formatting output floating point values. When output_dict is True, this will be ignored an= d the returned values will not be rounded.

output_dict : bool, default=3DFa= lse
    If True, return output as dict.

zero_d= ivision : "warn", 0 or 1, default=3D"warn"
    Sets = the value to return when there is a zero division. If set to "warn", this acts as 0, but warnings are also raised.

Returns

report : string / dict
    Text summary of the pr= ecision, recall, F1 score for each class. Dictionary returned if output_dict is True. Dictionary has the following structure:

{'label 1= ': {'precision':0.5,
'recall':1.0,
= 'f1-score':0.67,
'support'<= span class=3D"mtk1">:
1},
'label = 2': { ... },
.= ..
}

  = ;  The reported averages include macro average (averaging the unw= eighted mean per label), weighted average (averaging the support-weighted mean per label), and sample average (only for multilabel classification). Micro average (averaging the total true positives, false negatives and false positives) is only shown for multi-label or multi-class with a subset of classes, because it corresponds to accuracy otherwise and would be the same for all metrics. See also precision_recall_fscore_support for more details on averages.

    Note that in binary classificati= on, recall of the positive class is also known as "sensitivity"; recall of the negative class is "specificity".

See Also

precision_recall_fscore_support, confusion_matrix, multilabel_confusion_matrix

Examples

>>> from sklearn.metrics import classification_report
>= >> y_true =3D [0, 1, 2, 2, 2]
>>> y_pred =3D= [0, 0, 2, 2, 1= ]
>>> target_names =3D ['class 0', 'class 1', 'class 2']
&= gt;>> print(= classification_report(y_true, y_pred, target_names=3Dtarget_names))<= br> precision recall f1-score suppo= rt
<BLANKLINE>
class 0 <= span class=3D"mtk11">0.50 1.00 0.67 = 1
class 1 0.00 0.00 = 0.00 1
class
2 1.00 0.67 0.80 3
<BLANKLINE>
accuracy = 0.60 5
macro avg 0.50 0.56 = 0.49 <= /span>5
weighted avg = 0.70
0.60 0.61 5
<BLANKLINE>
<= span class=3D"mtk1">>>> y_pred =3D [1= , 1, 0]<= /span>
>>> y_true =3D [1, 1
, 1]
>>> print(classification_report(y_true, = y_pred, labels=3D[1, 2, 3]))
precision recall f1-score support
<BLANKLINE>
= 1 1.00 0.67 0.80 3=
2 0.00 0.00 0.00 0
= 3 = 0.00 <= span class=3D"mtk11">0.00 0.00 0
<BLANKLINE>
micro avg 1.00<= span class=3D"mtk1"> 0.67 0.80 3
= macro avg 0.33 0.22 = 0.27 3
weighted avg = 1.00 0.67 0.80 3
<BLANKLINE>
=
<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
[116]
=
=
def = ;get_top_n_words(<= /span>x,n):
&= nbsp;   vec=3DCountVectorizer(ngram_range=3D(4,4<= /span>),stop_words=3D'eng= lish').fit(x)
 = ;   bow=3Dvec.transform(x)
 = ;   sum_words=3Dbow.sum<= span class=3D"mtk1">(axis=3D0)
    words_fre= q=3D[(word,sum_words[0,idx])for = ;word,idx in&n= bsp;vec.vocabulary_.items()]
   =  words_freq=3Dsorted(words_freq,key=3D lambda x: x[1],reverse=3D True<= span class=3D"mtk1">)
    = return words_= freq[:n]
<= /div>
Enter to Rename, Shift+Enter to Preview
=
=

<= /div>
<= div class=3D"output">
Code Text

<= div class=3D"cell-execution-container">
=
=
Philips=3Donly_pos[only_pos.Brand=3D=3D"Philips"]=
print('Positive Reviews on Philips:',Philips)
 
 
En= ter to Rename, Shift+Enter to Preview

<= div class=3D"output-iframe-sizer">
Po=
sitive Reviews on Philips:                                             Clea=
nedText  ...                                          lemma_Pos
2589        come good safe pack product also met expect  ...  [come, good, =
safe, pack, product, also, met, e...
2586                       think best product cook food  ...               =
  [think, best, product, cook, food]
3187  good product philipsmust everi kitchen healthi...  ...  [good, produc=
t, philipsmust, everi, kitchen, h...
2585                                       amaz product  ...               =
                     [amaz, product]
2584                                      great product  ...               =
                    [great, product]
...                                                 ...  ...               =
                                 ...
2465                                       good product  ...               =
                     [good, product]
3411  airfryer liter save heart attack fast econom u...  ...  [airfryer, li=
ter, save, heart, attack, fast, e...
2270  less amount oil thought food would tast good w...  ...  [le, amount, =
oil, thought, food, would, tast, ...
3313                 good product satisfi amazon servic  ...           [goo=
d, product, satisfi, amazon, servic]
3383  wonder buy much fri food want without actual f...  ...  [wonder, buy,=
 much, fri, food, want, without, ...

[1406 rows x 5 columns]

<= div class=3D"cell-execution-container">
=
=
words_tri=3Dget_top_n_words(Phili= ps['CleanedText'],= 50)<= /div>
words_tri
 
Enter to Rename, Shift+Enter to Preview
=

<= /div>
<= div class=3D"output-iframe-sizer">
[('=
easi use easi clean', 9),
 ('good product easi use', 5),
 ('tast good deep fri', 3),
 ('buy health conscious peopl', 3),
 ('good product use regular', 2),
 ('amaz product food lover', 2),
 ('product peopl want consum', 2),
 ('peopl want consum oil', 2),
 ('enjoy cook philip air', 2),
 ('cook philip air fryer', 2),
 ('valu money good health', 2),
 ('tri french fri chicken', 2),
 ('food health conscious product', 2),
 ('easi make french fri', 2),
 ('differ compar deep fri', 2),
 ('chicken fri fish fri', 2),
 ('recommend buy air fryer', 2),
 ('buy air fryer air', 2),
 ('total oil free cook', 2),
 ('product easi use clean', 2),
 ('save lot oil fat', 2),
 ('use everi altern day', 2),
 ('kebab bread roll french', 2),
 ('bread roll french fri', 2),
 ('eat oil free food', 2),
 ('oil free cook good', 2),
 ('good product health conscious', 2),
 ('product health conscious peopl', 2),
 ('amazon prompt deliveri good', 2),
 ('prompt deliveri good pack', 2),
 ('easi use great product', 2),
 ('great product cook healthi', 2),
 ('tast food cook air', 2),
 ('food cook air fryer', 2),
 ('fri chicken french fri', 2),
 ('perfect product healthi life', 2),
 ('food oil good health', 2),
 ('excel product prompt deliveri', 2),
 ('nice product worth buy', 2),
 ('product deliv time good', 2),
 ('good product thank amazon', 2),
 ('heat coil fan temperatur', 2),
 ('coil fan temperatur nob', 2),
 ('fan temperatur nob timer', 2),
 ('temperatur nob timer tray', 2),
 ('nob timer tray pull', 2),
 ('timer tray pull remov', 2),
 ('tray pull remov mechan', 2),
 ('pull remov mechan metal', 2),
 ('remov mechan metal mesh', 2)]
=

<= div class=3D"cell-execution-container">
=
df_pos=3Dpd.DataFrame(words_tr= i,columns =3D ['Trigram','Frequency'])
df_pos
<= div data-mprt=3D"1" class=3D"contentWidgets" style=3D"position: absolute; t= op: 0px;">
<= div data-mprt=3D"4" class=3D"overlayWidgets" style=3D"width: 1242px;">
=
Enter to Rename, Shift+Enter to Pr= eview

<= div class=3D"output-iframe-sizer">
=
<= div class=3D"cell-execution-container">
=
=
Philips_neg=3Donly_Neg[only_Neg.Brand= =3D=3D"Philips"]
= print('Negative Reviews on Philips:',Philips_neg)
words_tri_neg=3Dget= _top_n_words(Philips_neg['CleanedText'<= span class=3D"mtk1">],30)
words_tri_neg
=
Enter to Rename, Shift+Enter to Pr= eview

<= div class=3D"output-iframe-sizer">
Ne=
gative Reviews on Philips:                                             Clea=
nedText  ...                                          lemma_neg
2055  total wast moneytak lot time cooktoo much unne...  ...  [total, wast,=
 moneytak, lot, time, cooktoo, mu...
2360                                        expect upto  ...               =
                      [expect, upto]
3017             wire short difficult plug amaz purchas  ...      [wire, sh=
ort, difficult, plug, amaz, purchas]
3005      work like microwav bake must say use less oil  ...  [work, like, =
microwav, bake, must, say, use, l...
3105                                contain littl small  ...               =
             [contain, littl, small]
...                                                 ...  ...               =
                                 ...
2326                         defect product coil broken  ...               =
     [defect, product, coil, broken]
2138                  handl broken join deliveri return  ...            [ha=
ndl, broken, join, deliveri, return]
3430                                        bad product  ...               =
                      [bad, product]
2333  found broken bodi need focus product qualiti s...  ...  [found, broke=
n, bodi, need, focus, product, qu...
1687  roast food even frozen snack come well cant te...  ...  [roast, food,=
 even, frozen, snack, come, well,...

[200 rows x 5 columns]
[('recip book miss box', =
2),
 ('work day dont buy', 2),
 ('total wast moneytak lot', 1),
 ('wast moneytak lot time', 1),
 ('moneytak lot time cooktoo', 1),
 ('lot time cooktoo unnecessari', 1),
 ('time cooktoo unnecessari electr', 1),
 ('cooktoo unnecessari electr consumpt', 1),
 ('wire short difficult plug', 1),
 ('short difficult plug amaz', 1),
 ('difficult plug amaz purchas', 1),
 ('work like microwav bake', 1),
 ('like microwav bake say', 1),
 ('microwav bake say use', 1),
 ('bake say use oil', 1),
 ('product intend guess seller', 1),
 ('intend guess seller misplac', 1),
 ('guess seller misplac recip', 1),
 ('seller misplac recip book', 1),
 ('product actual tast proper', 1),
 ('actual tast proper fri', 1),
 ('tast proper fri item', 1),
 ('proper fri item promis', 1),
 ('fri item promis meet', 1),
 ('item promis meet tast', 1),
 ('promis meet tast expect', 1),
 ('meet tast expect moreov', 1),
 ('tast expect moreov stop', 1),
 ('expect moreov stop button', 1),
 ('moreov stop button bad', 1)]
<= /div>
<= div class=3D"cell-execution-container">
=
=
Amazon_Airfryer_pos=3Donly_pos[only_pos.Brand= =3D=3D"Amazon Airfryer"]
print('positive on Amazon Airfryer:= ',Amazon_Airfryer_pos)
am_words_tri_pos=3Dget_top_n_words(Amazon_Airfryer_pos['CleanedText'],30)
<= span>am_words_tri_pos
Enter to Rename, Shi= ft+Enter to Preview

<= div role=3D"presentation" aria-hidden=3D"true" class=3D"invisible scrollbar= vertical" style=3D"position: absolute;">
=
<= /div>
<= div class=3D"output-iframe-sizer">
po=
sitive on Amazon Airfryer:                        CleanedText  ...         =
                  lemma_Pos
5                    better expect  ...                    [better, expect]
18   perfect product perfect price  ...  [perfect, product, perfect, price]
20               econom tasti food  ...               [econom, tasti, food]
21        excel product dont think  ...       [excel, product, dont, think]
26                   happi purchas  ...                    [happi, purchas]
..                             ...  ...                                 ...
45           easi use worthi money  ...          [easi, use, worthi, money]
103                   good product  ...                     [good, product]
120                   nice product  ...                     [nice, product]
109                           good  ...                              [good]
106        smart use oil free cook  ...       [smart, use, oil, free, cook]

[331 rows x 5 columns]
[('excel product valu mon=
ey', 2),
 ('good product bad servic', 2),
 ('perfect product perfect price', 1),
 ('excel product dont think', 1),
 ('fantast product competit price', 1),
 ('product competit price gadar', 1),
 ('easi use great tast', 1),
 ('use great tast minim', 1),
 ('great tast minim oil', 1),
 ('great product oil requir', 1),
 ('conveni healthi option peopl', 1),
 ('healthi option peopl enjoy', 1),
 ('option peopl enjoy food', 1),
 ('peopl enjoy food option', 1),
 ('size good easi clean', 1),
 ('superl product great price', 1),
 ('good easi use product', 1),
 ('excel air fryer increas', 1),
 ('air fryer increas life', 1),
 ('fryer increas life span', 1),
 ('air fryer healthier today', 1),
 ('excel product proud owner', 1),
 ('product proud owner inalsa', 1),
 ('proud owner inalsa air', 1),
 ('owner inalsa air fryer', 1),
 ('awesom air fryer easi', 1),
 ('air fryer easi use', 1),
 ('fryer easi use job', 1),
 ('great product amaz price', 1),
 ('boon health conscious peopl', 1)]
Code Text

=
=
=
*According to the Data we have&n= bsp;customers prefer Brand *
 
Reasons
 
<= span>Healthy option to buy
Less oil Consumption,tasty
Product easy use and easy clean
= Fantastic product at most competitive in price
From overall Data Amazon AirFrier Stan= ds best in its cost
<= div class=3D"minimap-shadow-hidden" style=3D"height: 181px;">

=

<= div class=3D"cell-execution-container">
=
df_am_pos=3Dpd.DataFrame(am_wo= rds_tri_pos,columns =3D ['Trigram','Frequency'])
df_am_pos
=
Enter to Rename, Shift+Enter to Preview
=
<= div class=3D"message" aria-hidden=3D"true" style=3D"display: none; backgrou= nd-color: rgb(243, 243, 243); border-color: rgb(200, 200, 200);">

<= div class=3D"cell-execution-container">
=
=
 
configure_plotly_b= rowser_state()
df_am_pos=3Ddf_am_pos.set_index(= 'Trigram')<= /span>
= df_am_pos.iplot(kind=3D'b= ar')
=
=
Enter to Rename, Shift+Enter to Preview
=
=

<= /div>
<= div class=3D"output-iframe-sizer">

*According to the Data w= e have customers prefer Brand *

Reasons

  1. Healthy option to buy
  2. Less oil Consumption,tasty
  3. Product easy use and easy clean
  4. Fantastic product at most competitive in price
  5. From overall Data Amazon AirFrier Stands best in its cost
=E2=86=B3 0 cells hidden
Code Text

Double-click (or enter) to e= dit

=E2=86=B3 0 cells hidden
Code Text

<= div class=3D"cell-execution-container">
=
=
Amazon_Airfryer_neg=3Donly_Neg[only_Neg.Brand= =3D=3D"Amazon Airfryer"]
print('Negative on Amazon Airfryer:= ',Amazon_Airfryer_neg)
am_words_tri_Neg=3Dget_top_n_words(Amazon_Airfryer_neg['CleanedText'],30)
<= span>am_words_tri_Neg
df_a= m_Neg=3Dpd.DataFrame(am_words_tri_Neg,columns =3D ['Trigram','Frequency']= )
df_am_Neg
Enter to Renam= e, Shift+Enter to Preview

<= div class=3D"slider" style=3D"position: absolute; top: 0px; left: 0px; heig= ht: 10px; transform: translate3d(0px, 0px, 0px); contain: strict;">
<= /div>
<= div class=3D"output-iframe-sizer">
=
Code Text

=
=
#NEGATIVE REVIEWS ON AMAZO= N AIR FRYER**
#1.Poor paint = ;quality
#2.Improper packing=
#3.Missing of manual and warranty=
 
Enter to Rename, Shift+Enter to Preview
<= div class=3D"message" aria-hidden=3D"true" style=3D"display: none; backgrou= nd-color: rgb(243, 243, 243); border-color: rgb(200, 200, 200);">


<= div class=3D"cell-execution-container">
=
=
configure_plotly_browser_state()<= /span>
df_am_Neg=3Ddf_am_Neg.set_index('Trigram')
df_am_Neg.iplot(kind=3D'bar')
=
<= canvas class=3D"decorationsOverviewRuler" aria-hidden=3D"true" width=3D"14"= height=3D"67" style=3D"position: absolute; transform: translate3d(0px, 0px= , 0px); contain: strict; top: 0px; right: 0px; width: 14px; height: 67px; w= ill-change: unset;">
Enter to Rename, Shift+Enter to Preview
=

<= div class=3D"output-iframe-sizer">
Code Text

<= div class=3D"cell-execution-container">
=
=
<= span>insala_Airfryer_neg=3Donly_Neg[only_Neg.Brand=3D= =3D"Insala airfryer"]
print('Negative on Amazon Airfryer:',insala_Airfryer_neg)
I= n_words_tri_Neg=3Dget_top_n_words(insala_Airfryer_neg['CleanedText'],30)
In_words_tri_Neg
df_In_Neg=3D= pd.DataFrame(In_words_tri_Neg,columns =3D ['Trigram','Frequency'])=
df_In_Neg
<= div role=3D"presentation" aria-hidden=3D"true" class=3D"cursors-layer curso= r-line-style cursor-solid">
<= /div>
Enter to Rename, Shift+= Enter to Preview
<= /div>

=
=
<= div class=3D"output-iframe-sizer">
=
Code Text

=
=
<= /div>
=
Code Text

=
 
Enter to Rename, Shift+Enter to Preview
=

<= /div>
<= /div>

<= div class=3D"cell-execution-container">
=
=
<= span>kn_Airfryer_neg=3Donly_Neg[only_Neg.Brand=3D=3D"Kenster"]
print('Negative on kenstar Airfryer:',kn_Airfryer_neg)
kn_words_tri_Neg=3Dget= _top_n_words(kn_Airfryer_neg['CleanedText'],30)
kn_words_tri_Neg
df_kn_Neg=3Dpd.DataFrame(kn_words_tri_Neg,columns =3D = ;['Trigram'= ,'Frequency'])
df_kn_Neg
=

list: kn_words_tri_Neg

[('matter week wast buy', numpy.longlon= g instance), ('recip book given mis...', numpy.longlong instance), ('snall = wire wrong des...', numpy.longlong instance), ('wire wrong descript ...', n= umpy.longlong instance), ('remov extra fat chic...', numpy.longlong instanc= e), ...] (13 items total)

<= div class=3D"output-iframe-sizer">
Code Text

=
=
#Negative reviews on ke= nster
#1.Broken product
#2.Product defective
Enter to Rename, Shift+Ente= r to Preview
<= p class=3D"type" style=3D"font-family: monospace;">

=
Code Text

<= div class=3D"cell-execution-container">
=
=
kent_Airfryer_neg=3Donly_Neg[only_Neg= .Brand=3D=3D"Kent"= ]
print('Negative on kent Airfryer:',kent_Airfryer_neg)
kent_words_t= ri_Neg=3Dget_top_n_words(kent_Airfryer_neg['CleanedText'],= 5)
kent_words_tri_Neg
df_kent_Neg=3Dpd.DataF= rame(kent_words_tri_Neg,columns =3D [= 'Trigram',<= span class=3D"mtk26">'Frequency'])
df_kent_Neg
Enter to Rename, Shift+Ente= r to Preview
<= p class=3D"type" style=3D"font-family: monospace;">

<= div class=3D"output-iframe-sizer">
Code Text

=
=
#Negative reviews on kent
#1. Bad quality.
#2.Malfunctioning within 2 weeks of purchase
= #3. Didn't work after 1 = ;time use
<= /div>
Enter to Rename, Shift+Enter to Preview
=
<= div class=3D"message" aria-hidden=3D"true" style=3D"display: none; backgrou= nd-color: rgb(243, 243, 243); border-color: rgb(200, 200, 200);">

Code Text

<= div class=3D"cell-execution-container">
AMC_Airfryer_neg=3Donly_Neg[only_Neg.Brand=3D=3D<= span class=3D"mtk26">"American Micronic"]<= /span>
print('Negative on kent Airfryer:',AMC_Airfryer_neg)
AMC_words= _tri_Neg=3Dget_top_n_words(AMC_Airfryer_neg['CleanedText'],25)
<= div style=3D"top: 57px; height: 19px;" class=3D"view-line">AMC_words_tri_Neg
df_AMC_Neg=3Dpd= .DataFrame(AMC_words_tri_Neg,columns =3D&n= bsp;['Trigram','Frequency'])<= /span>
df_AMC_Neg
=
Enter to Rename, S= hift+Enter to Preview

<= div role=3D"presentation" aria-hidden=3D"true" class=3D"invisible scrollbar= vertical" style=3D"position: absolute;">

Loading...

<= /div>
<= div class=3D"output-iframe-sizer">
Code Text

=
=
#Negative reviews on Ameri= can Micronic
#1.Worst Warranty S= ervice
#2.Not as expected!!
#3.Not upto the Mark
<= div style=3D"top:76px;height:19px;" class=3D"view-line">#4.Not a versatile fryer!
Enter to Rename, Shift+Enter to Preview

=
Code Text

<= div class=3D"cell-execution-container">
=
=
 
AMC_Airfryer_pos= =3Donly_pos[only_pos.Brand=3D=3D"American = ;Micronic"]
print<= /span>('positive on&= nbsp;AMC Airfryer:',AMC_Airfryer_pos)
AMC_words_tri_pos=3Dget_top_n_words(AMC_Airfryer_po= s['CleanedText'],25)
AMC_words_tri_pos
df_AMC_pos=3Dpd.DataFrame(AMC_words_tri_pos,columns =3D ['Trigram','Frequency'])
df_AMC_pos<= /div>
=
Enter to Rename, Shift+Enter to Preview
=

=
<= colab-form class=3D"formview vertical layout flex">
<= div class=3D"output-iframe-sizer">
=
Code Text

<= div class=3D"main-content" elevation=3D"0">
<= span class=3D"imported-info-area">
<= /div>
<= div style=3D"position:absolute;top:57px;width:100%;height:19px;">
<= div role=3D"presentation" aria-hidden=3D"true" class=3D"view-rulers">
=
#Positive reviews&nbs= p;on American Micronic
#1.A heal= thy way to perfect cooking
= # 2.A must-have for an electric kitchen
#3.DAMM GOOD FOR THE PRICE = POINT!!!!
 
<= /div>
Enter to Rename, Shift+= Enter to Preview
<= /div>

=
=
Code Text

=
=
=
Locate in Drive
Open in playground mode
New= notebook
Open notebookCtrl+O
Upload= notebook
Rename
M= ove to trash
Save a copy in Drive
Save a copy as a GitHub Gist
Save a copy in GitHub
SaveCtrl+S
Save and pin revisionCtr= l+M S
Revision history
<= div id=3D"download-submenu-menu-button" class=3D"goog-submenu goog-menuitem= " role=3D"menuitem" aria-haspopup=3D"true" style=3D"user-select: none;">Download=E2=96=BA
Print= Ctrl+P
Download .ipynb
Download .py
Undo
Redo
Select all cells
Cut cell or selection
Paste
<= div command=3D"delete-cell-or-selection" class=3D"goog-menuitem " role=3D"m= enuitem" id=3D":x" style=3D"user-select: none;">
Delete selected cells
Find and replace
<= div class=3D"goog-menuitem-content" style=3D"user-select: none;">Find next<= /div>
Find previous
Notebook settings
Clear all outputs
=
Table of contents
Notebook info
E= xecuted code history
Comments sidebar
Collapse sections
Exp= and sections
Save collapsed = section layout
Show/hide code
Show/hide output
Focus next tab
Focus = previous tab
Code cell
Text cell
=
Section h= eader cell
Scratch code cell
Code snippets
Add a form field
Run all
Run before
Run the foc= used cell
Run selection
<= div command=3D"runafter" class=3D"goog-menuitem " role=3D"menuitem" id=3D":= 1z" style=3D"user-select: none;">
Run after
=
Interrupt= execution
Restart runtime
Restart and run all
Factory reset runtime
Change runtime type
Manage sessions
View runtime = logs
Command palette
Settings
Keyboard shortcuts<= /div>
=
Diff notebooks
Frequently ask= ed questions
Search code snippets
=
Report a bug
Ask a question on Stack Overflow
Send feedback
Add a comment
<= div class=3D"monaco-aria-container">
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-0e323859-3f01-44c4-b69c-af61aaeb5f88@mhtml.blink @charset "utf-8"; body { transition: opacity 0.2s ease-in 0s; } body[unresolved] { opacity: 0; display: block; overflow: hidden; position: = relative; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-99f41003-76dd-4220-b5bf-df9e8a5b01f4@mhtml.blink @charset "utf-8"; .gb_Wa:not(.gb_Fd) { font: 13px / 27px Roboto, RobotoDraft, Arial, sans-ser= if; z-index: 986; } @-webkit-keyframes gb__a {=20 0% { opacity: 0; } 50% { opacity: 1; } } @keyframes gb__a {=20 0% { opacity: 0; } 50% { opacity: 1; } } a.gb_0 { border: none; color: rgb(66, 133, 244); cursor: default; font-weig= ht: bold; outline: none; position: relative; text-align: center; text-decor= ation: none; text-transform: uppercase; white-space: nowrap; user-select: n= one; } a.gb_0:hover::after, a.gb_0:focus::after { background-color: rgba(0, 0, 0, = 0.12); content: ""; height: 100%; left: 0px; position: absolute; top: 0px; = width: 100%; } a.gb_0:hover, a.gb_0:focus { text-decoration: none; } a.gb_0:active { background-color: rgba(153, 153, 153, 0.4); text-decoration= : none; } a.gb_1 { background-color: rgb(66, 133, 244); color: rgb(255, 255, 255); } a.gb_1:active { background-color: rgb(0, 67, 178); } .gb_2 { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 1px; } .gb_0, .gb_1, .gb_3, .gb_4 { display: inline-block; line-height: 28px; padd= ing: 0px 12px; border-radius: 2px; } .gb_3 { background: rgb(248, 248, 248); border: 1px solid rgb(198, 198, 198= ); } .gb_4 { background: rgb(248, 248, 248); } .gb_3, #gb a.gb_3.gb_3, .gb_4 { color: rgb(102, 102, 102); cursor: default;= text-decoration: none; } #gb a.gb_4.gb_4 { cursor: default; text-decoration: none; } .gb_4 { border: 1px solid rgb(66, 133, 244); font-weight: bold; outline: no= ne; background: -webkit-linear-gradient(top, rgb(67, 135, 253), rgb(70, 131= , 234)); } #gb a.gb_4.gb_4 { color: rgb(255, 255, 255); } .gb_4:hover { box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px; } .gb_4:active { box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 0px inset; backgroun= d: -webkit-linear-gradient(top, rgb(60, 122, 228), rgb(63, 118, 211)); } .gb_Ba { display: none !important; } .gb_Ca { visibility: hidden; } .gb_cd { display: inline-block; vertical-align: middle; } .gb_Af { position: relative; } .gb_D { display: inline-block; outline: none; vertical-align: middle; borde= r-radius: 2px; box-sizing: border-box; height: 40px; width: 40px; color: rg= b(0, 0, 0); cursor: pointer; text-decoration: none; } #gb#gb a.gb_D { color: rgb(0, 0, 0); cursor: pointer; text-decoration: none= ; } .gb_Za { border-color: transparent transparent rgb(255, 255, 255); border-s= tyle: dashed dashed solid; border-width: 0px 8.5px 8.5px; display: none; po= sition: absolute; left: 11.5px; top: 43px; z-index: 1; height: 0px; width: = 0px; animation: 0.2s ease 0s 1 normal none running gb__a; } .gb_0a { border-color: transparent transparent rgba(0, 0, 0, 0.2); border-s= tyle: dashed dashed solid; border-width: 0px 8.5px 8.5px; display: none; po= sition: absolute; left: 11.5px; z-index: 1; height: 0px; width: 0px; animat= ion: 0.2s ease 0s 1 normal none running gb__a; top: 42px; } .gb_F { background: rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.2= ); color: rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px; displa= y: none; outline: none; overflow: hidden; position: absolute; right: 8px; t= op: 62px; animation: 0.2s ease 0s 1 normal none running gb__a; border-radiu= s: 2px; user-select: text; } .gb_cd.gb_ma .gb_Za, .gb_cd.gb_ma .gb_0a, .gb_cd.gb_ma .gb_F, .gb_ma.gb_F {= display: block; } .gb_cd.gb_ma.gb_Bf .gb_Za, .gb_cd.gb_ma.gb_Bf .gb_0a { display: none; } .gb_Cf { position: absolute; right: 8px; top: 62px; z-index: -1; } .gb_Ka .gb_Za, .gb_Ka .gb_0a, .gb_Ka .gb_F { margin-top: -10px; } .gb_cd:first-child, #gbsfw:first-child + .gb_cd { padding-left: 4px; } .gb_qa.gb_Se .gb_cd:first-child { padding-left: 0px; } .gb_Te { position: relative; } .gb_Nc .gb_Te, .gb_0d .gb_Te { float: right; } .gb_D { padding: 8px; cursor: pointer; } .gb_qa .gb_4c:not(.gb_0):focus img { background-color: rgba(0, 0, 0, 0.2); = outline: none; border-radius: 50%; } .gb_Ue button:focus svg, .gb_Ue button:hover svg, .gb_Ue button:active svg,= .gb_D:focus, .gb_D:hover, .gb_D:active, .gb_D[aria-expanded=3D"true"] { ou= tline: none; border-radius: 50%; } .gb_wc .gb_Ue.gb_Ve button:focus svg, .gb_wc .gb_Ue.gb_Ve button:focus:hove= r svg, .gb_Ue button:focus svg, .gb_Ue button:focus:hover svg, .gb_D:focus,= .gb_D:focus:hover { background-color: rgba(60, 64, 67, 0.1); } .gb_wc .gb_Ue.gb_Ve button:active svg, .gb_Ue button:active svg, .gb_D:acti= ve { background-color: rgba(60, 64, 67, 0.12); } .gb_wc .gb_Ue.gb_Ve button:hover svg, .gb_Ue button:hover svg, .gb_D:hover = { background-color: rgba(60, 64, 67, 0.08); } .gb_ja .gb_D.gb_Na:hover { background-color: transparent; } .gb_D[aria-expanded=3D"true"], .gb_D:hover[aria-expanded=3D"true"] { backgr= ound-color: rgba(95, 99, 104, 0.24); } .gb_D[aria-expanded=3D"true"] .gb_We, .gb_D[aria-expanded=3D"true"] .gb_Xe = { fill: rgb(95, 99, 104); opacity: 1; } .gb_wc .gb_Ue button:hover svg, .gb_wc .gb_D:hover { background-color: rgba= (232, 234, 237, 0.08); } .gb_wc .gb_Ue button:focus svg, .gb_wc .gb_Ue button:focus:hover svg, .gb_w= c .gb_D:focus, .gb_wc .gb_D:focus:hover { background-color: rgba(232, 234, = 237, 0.1); } .gb_wc .gb_Ue button:active svg, .gb_wc .gb_D:active { background-color: rg= ba(232, 234, 237, 0.12); } .gb_wc .gb_D[aria-expanded=3D"true"], .gb_wc .gb_D:hover[aria-expanded=3D"t= rue"] { background-color: rgba(255, 255, 255, 0.12); } .gb_wc .gb_D[aria-expanded=3D"true"] .gb_We, .gb_wc .gb_D[aria-expanded=3D"= true"] .gb_Xe { fill: rgb(255, 255, 255); opacity: 1; } .gb_cd { padding: 4px; } .gb_qa.gb_Se .gb_cd { padding: 4px 2px; } .gb_qa.gb_Se .gb_Oa.gb_cd { padding-left: 6px; } .gb_F { z-index: 991; line-height: normal; } .gb_F.gb_Ze { left: 8px; right: auto; } @media (max-width: 350px) { .gb_F.gb_Ze { left: 0px; } } .gb_0e .gb_F { top: 56px; } .gb_C .gb_D, .gb_E .gb_C .gb_D { background-position: -64px -29px; } .gb_j .gb_C .gb_D { background-position: -29px -29px; opacity: 1; } .gb_C .gb_D, .gb_C .gb_D:hover, .gb_C .gb_D:focus { opacity: 1; } .gb_Hd { display: none; } .gb_Vc { font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial,= sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0.25px; lin= e-height: 48px; margin-bottom: 2px; opacity: 1; overflow: hidden; padding-l= eft: 16px; position: relative; text-overflow: ellipsis; vertical-align: mid= dle; top: 2px; white-space: nowrap; flex: 1 1 auto; } .gb_Vc.gb_Wc { color: rgb(60, 64, 67); } .gb_qa.gb_ra .gb_Vc { margin-bottom: 0px; } .gb_Xc.gb_Zc .gb_Vc { padding-left: 4px; } .gb_qa.gb_ra .gb_0c { position: relative; top: -2px; } .gb_qa { color: black; min-width: 320px; position: relative; transition: bo= x-shadow 250ms ease 0s; } .gb_qa.gb_Ec { min-width: 240px; } .gb_qa.gb_Id .gb_Jd { display: none; } .gb_qa.gb_Id .gb_Kd { height: 56px; } header.gb_qa { display: block; } .gb_qa svg { fill: currentcolor; } .gb_Ld { position: fixed; top: 0px; width: 100%; } .gb_Md { box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.1= 2) 0px 1px 10px 0px, rgba(0, 0, 0, 0.2) 0px 2px 4px -1px; } .gb_Nd { height: 64px; } .gb_qa:not(.gb_Ic) .gb_2c.gb_3c:not(.gb_Od):not(.gb_Pd), .gb_qa:not(.gb_Ic)= .gb_Cd:not(.gb_Od):not(.gb_Pd), .gb_qa.gb_Qd .gb_2c.gb_3c.gb_Od, .gb_qa.gb= _Qd .gb_Cd.gb_Od, .gb_qa.gb_Qd .gb_2c.gb_3c.gb_Pd, .gb_qa.gb_Qd .gb_Cd.gb_P= d { display: none !important; } .gb_Kd { box-sizing: border-box; position: relative; width: 100%; display: = flex; justify-content: space-between; min-width: min-content; } .gb_qa:not(.gb_ra) .gb_Kd { padding: 8px; } .gb_qa.gb_Rd .gb_Kd { flex: 1 0 auto; } .gb_qa .gb_Kd.gb_Sd.gb_Td { min-width: 0px; } .gb_qa.gb_ra .gb_Kd { padding: 4px 4px 4px 8px; min-width: 0px; } .gb_Jd { height: 48px; vertical-align: middle; white-space: nowrap; -webkit= -box-align: center; align-items: center; display: flex; user-select: none; = } .gb_Vd > .gb_Jd { display: table-cell; width: 100%; } .gb_Xc { padding-right: 30px; box-sizing: border-box; flex: 1 0 auto; } .gb_qa.gb_ra .gb_Xc { padding-right: 14px; } .gb_Wd { flex: 1 1 100%; } .gb_Wd > :only-child { display: inline-block; } .gb_Xd.gb_Oc { padding-left: 4px; } .gb_Xd.gb_Zd, .gb_qa.gb_Rd .gb_Xd, .gb_qa.gb_ra:not(.gb_0d) .gb_Xd { paddin= g-left: 0px; } .gb_qa.gb_ra .gb_Xd.gb_Zd { padding-right: 0px; } .gb_qa.gb_ra .gb_Xd.gb_Zd .gb_ja { margin-left: 10px; } .gb_Oc { display: inline; } .gb_qa.gb_Ic .gb_Xd.gb_1d, .gb_qa.gb_0d .gb_Xd.gb_1d { padding-left: 2px; } .gb_Vc { display: inline-block; } .gb_Xd { box-sizing: border-box; height: 48px; line-height: normal; padding= : 0px 4px 0px 30px; flex: 0 0 auto; justify-content: flex-end; } .gb_0d { height: 48px; } .gb_qa.gb_0d { min-width: auto; } .gb_0d .gb_Xd { float: right; padding-left: 32px; } .gb_0d .gb_Xd.gb_2d { padding-left: 0px; } .gb_3d { font-size: 14px; max-width: 200px; overflow: hidden; padding: 0px = 12px; text-overflow: ellipsis; white-space: nowrap; user-select: text; } .gb_4d { transition: background-color 0.4s ease 0s; } .gb_5d { color: black; } .gb_wc { color: white; } .gb_qa a, .gb_Bc a { color: inherit; } .gb_t { color: rgba(0, 0, 0, 0.87); } .gb_qa svg, .gb_Bc svg, .gb_Xc .gb_6d, .gb_Nc .gb_6d { color: rgb(95, 99, 1= 04); opacity: 1; } .gb_wc svg, .gb_Bc.gb_Fc svg, .gb_wc .gb_Xc .gb_6d, .gb_wc .gb_Xc .gb_vc, .= gb_wc .gb_Xc .gb_0c, .gb_Bc.gb_Fc .gb_6d { color: rgba(255, 255, 255, 0.87)= ; } .gb_wc .gb_Xc .gb_uc:not(.gb_7d) { opacity: 0.87; } .gb_Wc { color: inherit; opacity: 1; text-rendering: optimizelegibility; -w= ebkit-font-smoothing: antialiased; } .gb_wc .gb_Wc, .gb_5d .gb_Wc { opacity: 1; } .gb_8d { position: relative; } .gb_9d { font-family: arial, sans-serif; line-height: normal; padding-right= : 15px; } a.gb_g, span.gb_g { color: rgba(0, 0, 0, 0.87); text-decoration: none; } .gb_wc a.gb_g, .gb_wc span.gb_g { color: white; } a.gb_g:focus { outline-offset: 2px; } a.gb_g:hover { text-decoration: underline; } .gb_h { display: inline-block; padding-left: 15px; } .gb_h .gb_g { display: inline-block; line-height: 24px; vertical-align: mid= dle; } .gb_ae { font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial,= sans-serif; font-weight: 500; font-size: 14px; letter-spacing: 0.25px; lin= e-height: 16px; margin-left: 10px; margin-right: 8px; min-width: 96px; padd= ing: 9px 23px; text-align: center; vertical-align: middle; border-radius: 4= px; box-sizing: border-box; } .gb_qa.gb_0d .gb_ae { margin-left: 8px; } #gb a.gb_4.gb_4.gb_ae, #gb a.gb_3.gb_3.gb_ae { cursor: pointer; } .gb_4.gb_ae:hover { background: rgb(43, 125, 233); box-shadow: rgba(66, 133= , 244, 0.3) 0px 1px 2px 0px, rgba(66, 133, 244, 0.15) 0px 1px 3px 1px; } .gb_4.gb_ae:focus, .gb_4.gb_ae:hover:focus { background: rgb(80, 148, 237);= box-shadow: rgba(66, 133, 244, 0.3) 0px 1px 2px 0px, rgba(66, 133, 244, 0.= 15) 0px 1px 3px 1px; } .gb_4.gb_ae:active { background: rgb(99, 160, 239); box-shadow: rgba(66, 13= 3, 244, 0.3) 0px 1px 2px 0px, rgba(66, 133, 244, 0.15) 0px 1px 3px 1px; } .gb_ae:not(.gb_3) { background: rgb(26, 115, 232); border: 1px solid transp= arent; } .gb_qa.gb_ra .gb_ae { padding: 9px 15px; min-width: 80px; } .gb_be { text-align: left; } #gb a.gb_ae.gb_3, #gb .gb_wc a.gb_ae, #gb.gb_wc a.gb_ae { background: rgb(2= 55, 255, 255); border-color: rgb(218, 220, 224); box-shadow: none; color: r= gb(26, 115, 232); } #gb a.gb_4.gb_ka.gb_ae { background: rgb(138, 180, 248); border: 1px solid = transparent; box-shadow: none; color: rgb(32, 33, 36); } #gb a.gb_ae.gb_3:hover, #gb .gb_wc a.gb_ae:hover, #gb.gb_wc a.gb_ae:hover {= background: rgb(248, 251, 255); border-color: rgb(204, 224, 252); } #gb a.gb_4.gb_ka.gb_ae:hover { background: rgb(147, 186, 249); border-color= : transparent; box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 1px, rgba(0, 0, = 0, 0.3) 0px 1px 2px; } #gb a.gb_ae.gb_3:focus, #gb a.gb_ae.gb_3:focus:hover, #gb .gb_wc a.gb_ae:fo= cus, #gb .gb_wc a.gb_ae:focus:hover, #gb.gb_wc a.gb_ae:focus, #gb.gb_wc a.g= b_ae:focus:hover { background: rgb(244, 248, 255); border-color: rgb(201, 2= 21, 252); } #gb a.gb_4.gb_ka.gb_ae:focus, #gb a.gb_4.gb_ka.gb_ae:focus:hover { backgrou= nd: rgb(166, 198, 250); border-color: transparent; box-shadow: none; } #gb a.gb_ae.gb_3:active, #gb .gb_wc a.gb_ae:active, #gb.gb_wc a.gb_ae:activ= e { background: rgb(236, 243, 254); } #gb a.gb_4.gb_ka.gb_ae:active { background: rgb(161, 195, 249); box-shadow:= rgba(60, 64, 67, 0.3) 0px 1px 2px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;= } #gb a.gb_ae.gb_3:not(.gb_ka):active { box-shadow: rgba(60, 64, 67, 0.3) 0px= 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; } .gb_ja { background-color: rgba(255, 255, 255, 0.88); border: 1px solid rgb= (218, 220, 224); box-sizing: border-box; cursor: pointer; display: inline-b= lock; max-height: 48px; overflow: hidden; outline: none; padding: 0px; vert= ical-align: middle; width: 134px; border-radius: 8px; } .gb_ja.gb_ka { background-color: transparent; border: 1px solid rgb(95, 99,= 104); } .gb_la { display: inherit; } .gb_ja.gb_ka .gb_la { background: rgb(255, 255, 255); border-radius: 4px; d= isplay: inline-block; left: 8px; margin-right: 5px; position: relative; pad= ding: 3px; top: -1px; } .gb_ja:hover { border: 1px solid rgb(210, 227, 252); background-color: rgba= (248, 250, 255, 0.88); } .gb_ja.gb_ka:hover { border: 1px solid rgb(95, 99, 104); background-color: = rgba(232, 234, 237, 0.08); } .gb_ja:focus { border: 1px solid rgb(255, 255, 255); background-color: rgb(= 255, 255, 255); box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60,= 64, 67, 0.15) 0px 1px 3px 1px; } .gb_ja.gb_ka:focus { border: 1px solid rgb(232, 234, 237); background-color= : rgb(56, 56, 59); } .gb_ja.gb_ka:active, .gb_ja.gb_ma.gb_ka:focus { border: 1px solid rgb(95, 9= 9, 104); background-color: rgb(51, 52, 56); } .gb_na { display: inline-block; padding-left: 7px; padding-bottom: 2px; tex= t-align: center; vertical-align: middle; line-height: 32px; width: 78px; } .gb_ja.gb_ka .gb_na { line-height: 26px; width: 72px; padding-left: 0px; pa= dding-bottom: 0px; } .gb_na.gb_oa { background-color: rgb(241, 243, 244); border-radius: 4px; ma= rgin-left: 8px; padding-left: 0px; } .gb_na.gb_oa .gb_pa { vertical-align: middle; } .gb_qa:not(.gb_ra) .gb_ja { margin-left: 10px; margin-right: 4px; } .gb_sa { max-height: 32px; width: 78px; } .gb_ja.gb_ka .gb_sa { max-height: 26px; width: 72px; } .gb_Da { background-size: 32px 32px; border: 0px; border-radius: 50%; displ= ay: block; margin: 0px; position: relative; height: 32px; width: 32px; z-in= dex: 0; } .gb_Ea { background-color: rgb(232, 240, 254); border: 1px solid rgba(32, 3= 3, 36, 0.08); position: relative; } .gb_Ea.gb_Da { height: 30px; width: 30px; } .gb_Ea.gb_Da:hover, .gb_Ea.gb_Da:active { box-shadow: none; } .gb_Fa { background: rgb(255, 255, 255); border: none; border-radius: 50%; = bottom: 2px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64= , 67, 0.15) 0px 1px 3px 1px; height: 14px; margin: 2px; position: absolute;= right: 0px; width: 14px; } .gb_Ha { color: rgb(31, 113, 231); font: 400 22px / 32px "Google Sans", Rob= oto, RobotoDraft, Helvetica, Arial, sans-serif; text-align: center; text-tr= ansform: uppercase; } @media (min-resolution: 1.25dppx), not all, (-webkit-min-device-pixel-ratio= : 1.25), not all { .gb_Da::before { display: inline-block; transform: scale(0.5); transform-= origin: left 0px; } .gb_Ia::before { display: inline-block; transform: scale(0.5); transform-= origin: left 0px; } .gb_l .gb_Ia::before { transform: scale(0.416667); } } .gb_Da:hover, .gb_Da:focus { box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px; } .gb_Da:active { box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 0px inset; } .gb_Da:active::after { background: rgba(0, 0, 0, 0.1); border-radius: 50%; = content: ""; display: block; height: 100%; } .gb_Ja { cursor: pointer; line-height: 40px; min-width: 30px; opacity: 0.75= ; overflow: hidden; vertical-align: middle; text-overflow: ellipsis; } .gb_D.gb_Ja { width: auto; } .gb_Ja:hover, .gb_Ja:focus { opacity: 0.85; } .gb_Ka .gb_Ja, .gb_Ka .gb_La { line-height: 26px; } #gb#gb.gb_Ka a.gb_Ja, .gb_Ka .gb_La { font-size: 11px; height: auto; } .gb_Ma { border-top: 4px solid rgb(0, 0, 0); border-left: 4px dashed transp= arent; border-right: 4px dashed transparent; display: inline-block; margin-= left: 6px; opacity: 0.75; vertical-align: middle; } .gb_Na:hover .gb_Ma { opacity: 0.85; } .gb_ja > .gb_Oa { padding: 3px 3px 3px 4px; } .gb_Pa.gb_Ca { color: rgb(255, 255, 255); } .gb_j .gb_Ja, .gb_j .gb_Ma { opacity: 1; } #gb#gb.gb_j.gb_j a.gb_Ja, #gb#gb .gb_j.gb_j a.gb_Ja { color: rgb(255, 255, = 255); } .gb_j.gb_j .gb_Ma { border-top-color: rgb(255, 255, 255); opacity: 1; } .gb_E .gb_Da:hover, .gb_j .gb_Da:hover, .gb_E .gb_Da:focus, .gb_j .gb_Da:fo= cus { box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px, rgba(0, 0, 0, 0.2) 0px 1= px 2px; } .gb_Qa .gb_Oa, .gb_Ra .gb_Oa { position: absolute; right: 1px; } .gb_Oa.gb_i, .gb_Sa.gb_i, .gb_Na.gb_i { flex: 0 1 auto; } .gb_Ta.gb_Ua .gb_Ja { width: 30px !important; } .gb_Va { height: 40px; position: absolute; right: -5px; top: -5px; width: 4= 0px; } .gb_Wa .gb_Va, .gb_Xa .gb_Va { right: 0px; top: 0px; } .gb_Oa .gb_D { padding: 4px; } .gb_de { display: none; } sentinel { } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-cd3d058d-f45f-4626-b637-ab5378dbcf59@mhtml.blink @charset "utf-8"; [hidden] { display: none !important; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7f960448-8a04-402d-83b7-715dd7752270@mhtml.blink @charset "utf-8"; html { --layout_-_display: flex; --layout-inline_-_display: inline-flex; --= layout-horizontal_-_display: var(--layout_-_display); --layout-horizontal_-= _-ms-flex-direction: row; --layout-horizontal_-_-webkit-flex-direction: row= ; --layout-horizontal_-_flex-direction: row; --layout-horizontal-reverse_-_= display: var(--layout_-_display); --layout-horizontal-reverse_-_-ms-flex-di= rection: row-reverse; --layout-horizontal-reverse_-_-webkit-flex-direction:= row-reverse; --layout-horizontal-reverse_-_flex-direction: row-reverse; --= layout-vertical_-_display: var(--layout_-_display); --layout-vertical_-_-ms= -flex-direction: column; --layout-vertical_-_-webkit-flex-direction: column= ; --layout-vertical_-_flex-direction: column; --layout-vertical-reverse_-_d= isplay: var(--layout_-_display); --layout-vertical-reverse_-_-ms-flex-direc= tion: column-reverse; --layout-vertical-reverse_-_-webkit-flex-direction: c= olumn-reverse; --layout-vertical-reverse_-_flex-direction: column-reverse; = --layout-wrap_-_-ms-flex-wrap: wrap; --layout-wrap_-_-webkit-flex-wrap: wra= p; --layout-wrap_-_flex-wrap: wrap; --layout-wrap-reverse_-_-ms-flex-wrap: = wrap-reverse; --layout-wrap-reverse_-_-webkit-flex-wrap: wrap-reverse; --la= yout-wrap-reverse_-_flex-wrap: wrap-reverse; --layout-flex-auto_-_-ms-flex:= 1 1 auto; --layout-flex-auto_-_-webkit-flex: 1 1 auto; --layout-flex-auto_= -_flex: 1 1 auto; --layout-flex-none_-_-ms-flex: none; --layout-flex-none_-= _-webkit-flex: none; --layout-flex-none_-_flex: none; --layout-flex_-_-ms-f= lex: 1 1 1.00000e-9px; --layout-flex_-_-webkit-flex: 1; --layout-flex_-_fle= x: 1; --layout-flex_-_-webkit-flex-basis: 1.00000e-9px; --layout-flex_-_fle= x-basis: 1.00000e-9px; --layout-flex-2_-_-ms-flex: 2; --layout-flex-2_-_-we= bkit-flex: 2; --layout-flex-2_-_flex: 2; --layout-flex-3_-_-ms-flex: 3; --l= ayout-flex-3_-_-webkit-flex: 3; --layout-flex-3_-_flex: 3; --layout-flex-4_= -_-ms-flex: 4; --layout-flex-4_-_-webkit-flex: 4; --layout-flex-4_-_flex: 4= ; --layout-flex-5_-_-ms-flex: 5; --layout-flex-5_-_-webkit-flex: 5; --layou= t-flex-5_-_flex: 5; --layout-flex-6_-_-ms-flex: 6; --layout-flex-6_-_-webki= t-flex: 6; --layout-flex-6_-_flex: 6; --layout-flex-7_-_-ms-flex: 7; --layo= ut-flex-7_-_-webkit-flex: 7; --layout-flex-7_-_flex: 7; --layout-flex-8_-_-= ms-flex: 8; --layout-flex-8_-_-webkit-flex: 8; --layout-flex-8_-_flex: 8; -= -layout-flex-9_-_-ms-flex: 9; --layout-flex-9_-_-webkit-flex: 9; --layout-f= lex-9_-_flex: 9; --layout-flex-10_-_-ms-flex: 10; --layout-flex-10_-_-webki= t-flex: 10; --layout-flex-10_-_flex: 10; --layout-flex-11_-_-ms-flex: 11; -= -layout-flex-11_-_-webkit-flex: 11; --layout-flex-11_-_flex: 11; --layout-f= lex-12_-_-ms-flex: 12; --layout-flex-12_-_-webkit-flex: 12; --layout-flex-1= 2_-_flex: 12; --layout-start_-_-ms-flex-align: start; --layout-start_-_-web= kit-align-items: flex-start; --layout-start_-_align-items: flex-start; --la= yout-center_-_-ms-flex-align: center; --layout-center_-_-webkit-align-items= : center; --layout-center_-_align-items: center; --layout-end_-_-ms-flex-al= ign: end; --layout-end_-_-webkit-align-items: flex-end; --layout-end_-_alig= n-items: flex-end; --layout-baseline_-_-ms-flex-align: baseline; --layout-b= aseline_-_-webkit-align-items: baseline; --layout-baseline_-_align-items: b= aseline; --layout-start-justified_-_-ms-flex-pack: start; --layout-start-ju= stified_-_-webkit-justify-content: flex-start; --layout-start-justified_-_j= ustify-content: flex-start; --layout-center-justified_-_-ms-flex-pack: cent= er; --layout-center-justified_-_-webkit-justify-content: center; --layout-c= enter-justified_-_justify-content: center; --layout-end-justified_-_-ms-fle= x-pack: end; --layout-end-justified_-_-webkit-justify-content: flex-end; --= layout-end-justified_-_justify-content: flex-end; --layout-around-justified= _-_-ms-flex-pack: distribute; --layout-around-justified_-_-webkit-justify-c= ontent: space-around; --layout-around-justified_-_justify-content: space-ar= ound; --layout-justified_-_-ms-flex-pack: justify; --layout-justified_-_-we= bkit-justify-content: space-between; --layout-justified_-_justify-content: = space-between; --layout-center-center_-_-ms-flex-align: var(--layout-center= _-_-ms-flex-align); --layout-center-center_-_-webkit-align-items: var(--lay= out-center_-_-webkit-align-items); --layout-center-center_-_align-items: va= r(--layout-center_-_align-items); --layout-center-center_-_-ms-flex-pack: v= ar(--layout-center-justified_-_-ms-flex-pack); --layout-center-center_-_-we= bkit-justify-content: var(--layout-center-justified_-_-webkit-justify-conte= nt); --layout-center-center_-_justify-content: var(--layout-center-justifie= d_-_justify-content); --layout-self-start_-_-ms-align-self: flex-start; --l= ayout-self-start_-_-webkit-align-self: flex-start; --layout-self-start_-_al= ign-self: flex-start; --layout-self-center_-_-ms-align-self: center; --layo= ut-self-center_-_-webkit-align-self: center; --layout-self-center_-_align-s= elf: center; --layout-self-end_-_-ms-align-self: flex-end; --layout-self-en= d_-_-webkit-align-self: flex-end; --layout-self-end_-_align-self: flex-end;= --layout-self-stretch_-_-ms-align-self: stretch; --layout-self-stretch_-_-= webkit-align-self: stretch; --layout-self-stretch_-_align-self: stretch; --= layout-self-baseline_-_-ms-align-self: baseline; --layout-self-baseline_-_-= webkit-align-self: baseline; --layout-self-baseline_-_align-self: baseline;= --layout-start-aligned_-_-ms-flex-line-pack: start; --layout-start-aligned= _-_-ms-align-content: flex-start; --layout-start-aligned_-_-webkit-align-co= ntent: flex-start; --layout-start-aligned_-_align-content: flex-start; --la= yout-end-aligned_-_-ms-flex-line-pack: end; --layout-end-aligned_-_-ms-alig= n-content: flex-end; --layout-end-aligned_-_-webkit-align-content: flex-end= ; --layout-end-aligned_-_align-content: flex-end; --layout-center-aligned_-= _-ms-flex-line-pack: center; --layout-center-aligned_-_-ms-align-content: c= enter; --layout-center-aligned_-_-webkit-align-content: center; --layout-ce= nter-aligned_-_align-content: center; --layout-between-aligned_-_-ms-flex-l= ine-pack: justify; --layout-between-aligned_-_-ms-align-content: space-betw= een; --layout-between-aligned_-_-webkit-align-content: space-between; --lay= out-between-aligned_-_align-content: space-between; --layout-around-aligned= _-_-ms-flex-line-pack: distribute; --layout-around-aligned_-_-ms-align-cont= ent: space-around; --layout-around-aligned_-_-webkit-align-content: space-a= round; --layout-around-aligned_-_align-content: space-around; --layout-bloc= k_-_display: block; --layout-relative_-_position: relative; --layout-fit_-_= position: absolute; --layout-fit_-_top: 0; --layout-fit_-_right: 0; --layou= t-fit_-_bottom: 0; --layout-fit_-_left: 0; --layout-scroll_-_-webkit-overfl= ow-scrolling: touch; --layout-scroll_-_overflow: auto; --layout-fullbleed_-= _margin: 0; --layout-fullbleed_-_height: 100vh; --layout-fixed-top_-_positi= on: fixed; --layout-fixed-top_-_top: 0; --layout-fixed-top_-_left: 0; --lay= out-fixed-top_-_right: 0; --layout-fixed-right_-_position: fixed; --layout-= fixed-right_-_top: 0; --layout-fixed-right_-_right: 0; --layout-fixed-right= _-_bottom: 0; --layout-fixed-bottom_-_position: fixed; --layout-fixed-botto= m_-_right: 0; --layout-fixed-bottom_-_bottom: 0; --layout-fixed-bottom_-_le= ft: 0; --layout-fixed-left_-_position: fixed; --layout-fixed-left_-_top: 0;= --layout-fixed-left_-_bottom: 0; --layout-fixed-left_-_left: 0; --layout-i= nvisible_-_visibility: hidden !important; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-27921273-c4f8-421f-91ef-ed1ff8473b4e@mhtml.blink @charset "utf-8"; [hidden] { display: none !important; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-6e970e67-7e08-4cff-b6a6-5c77128c8984@mhtml.blink @charset "utf-8"; html { --google-red-100: #f4c7c3; --google-red-300: #e67c73; --google-red-5= 00: #db4437; --google-red-700: #c53929; --google-blue-100: #c6dafc; --googl= e-blue-300: #7baaf7; --google-blue-500: #4285f4; --google-blue-700: #3367d6= ; --google-green-100: #b7e1cd; --google-green-300: #57bb8a; --google-green-= 500: #0f9d58; --google-green-700: #0b8043; --google-yellow-100: #fce8b2; --= google-yellow-300: #f7cb4d; --google-yellow-500: #f4b400; --google-yellow-7= 00: #f09300; --google-grey-100: #f5f5f5; --google-grey-300: #e0e0e0; --goog= le-grey-500: #9e9e9e; --google-grey-700: #616161; --paper-red-50: #ffebee; = --paper-red-100: #ffcdd2; --paper-red-200: #ef9a9a; --paper-red-300: #e5737= 3; --paper-red-400: #ef5350; --paper-red-500: #f44336; --paper-red-600: #e5= 3935; --paper-red-700: #d32f2f; --paper-red-800: #c62828; --paper-red-900: = #b71c1c; --paper-red-a100: #ff8a80; --paper-red-a200: #ff5252; --paper-red-= a400: #ff1744; --paper-red-a700: #d50000; --paper-pink-50: #fce4ec; --paper= -pink-100: #f8bbd0; --paper-pink-200: #f48fb1; --paper-pink-300: #f06292; -= -paper-pink-400: #ec407a; --paper-pink-500: #e91e63; --paper-pink-600: #d81= b60; --paper-pink-700: #c2185b; --paper-pink-800: #ad1457; --paper-pink-900= : #880e4f; --paper-pink-a100: #ff80ab; --paper-pink-a200: #ff4081; --paper-= pink-a400: #f50057; --paper-pink-a700: #c51162; --paper-purple-50: #f3e5f5;= --paper-purple-100: #e1bee7; --paper-purple-200: #ce93d8; --paper-purple-3= 00: #ba68c8; --paper-purple-400: #ab47bc; --paper-purple-500: #9c27b0; --pa= per-purple-600: #8e24aa; --paper-purple-700: #7b1fa2; --paper-purple-800: #= 6a1b9a; --paper-purple-900: #4a148c; --paper-purple-a100: #ea80fc; --paper-= purple-a200: #e040fb; --paper-purple-a400: #d500f9; --paper-purple-a700: #a= a00ff; --paper-deep-purple-50: #ede7f6; --paper-deep-purple-100: #d1c4e9; -= -paper-deep-purple-200: #b39ddb; --paper-deep-purple-300: #9575cd; --paper-= deep-purple-400: #7e57c2; --paper-deep-purple-500: #673ab7; --paper-deep-pu= rple-600: #5e35b1; --paper-deep-purple-700: #512da8; --paper-deep-purple-80= 0: #4527a0; --paper-deep-purple-900: #311b92; --paper-deep-purple-a100: #b3= 88ff; --paper-deep-purple-a200: #7c4dff; --paper-deep-purple-a400: #651fff;= --paper-deep-purple-a700: #6200ea; --paper-indigo-50: #e8eaf6; --paper-ind= igo-100: #c5cae9; --paper-indigo-200: #9fa8da; --paper-indigo-300: #7986cb;= --paper-indigo-400: #5c6bc0; --paper-indigo-500: #3f51b5; --paper-indigo-6= 00: #3949ab; --paper-indigo-700: #303f9f; --paper-indigo-800: #283593; --pa= per-indigo-900: #1a237e; --paper-indigo-a100: #8c9eff; --paper-indigo-a200:= #536dfe; --paper-indigo-a400: #3d5afe; --paper-indigo-a700: #304ffe; --pap= er-blue-50: #e3f2fd; --paper-blue-100: #bbdefb; --paper-blue-200: #90caf9; = --paper-blue-300: #64b5f6; --paper-blue-400: #42a5f5; --paper-blue-500: #21= 96f3; --paper-blue-600: #1e88e5; --paper-blue-700: #1976d2; --paper-blue-80= 0: #1565c0; --paper-blue-900: #0d47a1; --paper-blue-a100: #82b1ff; --paper-= blue-a200: #448aff; --paper-blue-a400: #2979ff; --paper-blue-a700: #2962ff;= --paper-light-blue-50: #e1f5fe; --paper-light-blue-100: #b3e5fc; --paper-l= ight-blue-200: #81d4fa; --paper-light-blue-300: #4fc3f7; --paper-light-blue= -400: #29b6f6; --paper-light-blue-500: #03a9f4; --paper-light-blue-600: #03= 9be5; --paper-light-blue-700: #0288d1; --paper-light-blue-800: #0277bd; --p= aper-light-blue-900: #01579b; --paper-light-blue-a100: #80d8ff; --paper-lig= ht-blue-a200: #40c4ff; --paper-light-blue-a400: #00b0ff; --paper-light-blue= -a700: #0091ea; --paper-cyan-50: #e0f7fa; --paper-cyan-100: #b2ebf2; --pape= r-cyan-200: #80deea; --paper-cyan-300: #4dd0e1; --paper-cyan-400: #26c6da; = --paper-cyan-500: #00bcd4; --paper-cyan-600: #00acc1; --paper-cyan-700: #00= 97a7; --paper-cyan-800: #00838f; --paper-cyan-900: #006064; --paper-cyan-a1= 00: #84ffff; --paper-cyan-a200: #18ffff; --paper-cyan-a400: #00e5ff; --pape= r-cyan-a700: #00b8d4; --paper-teal-50: #e0f2f1; --paper-teal-100: #b2dfdb; = --paper-teal-200: #80cbc4; --paper-teal-300: #4db6ac; --paper-teal-400: #26= a69a; --paper-teal-500: #009688; --paper-teal-600: #00897b; --paper-teal-70= 0: #00796b; --paper-teal-800: #00695c; --paper-teal-900: #004d40; --paper-t= eal-a100: #a7ffeb; --paper-teal-a200: #64ffda; --paper-teal-a400: #1de9b6; = --paper-teal-a700: #00bfa5; --paper-green-50: #e8f5e9; --paper-green-100: #= c8e6c9; --paper-green-200: #a5d6a7; --paper-green-300: #81c784; --paper-gre= en-400: #66bb6a; --paper-green-500: #4caf50; --paper-green-600: #43a047; --= paper-green-700: #388e3c; --paper-green-800: #2e7d32; --paper-green-900: #1= b5e20; --paper-green-a100: #b9f6ca; --paper-green-a200: #69f0ae; --paper-gr= een-a400: #00e676; --paper-green-a700: #00c853; --paper-light-green-50: #f1= f8e9; --paper-light-green-100: #dcedc8; --paper-light-green-200: #c5e1a5; -= -paper-light-green-300: #aed581; --paper-light-green-400: #9ccc65; --paper-= light-green-500: #8bc34a; --paper-light-green-600: #7cb342; --paper-light-g= reen-700: #689f38; --paper-light-green-800: #558b2f; --paper-light-green-90= 0: #33691e; --paper-light-green-a100: #ccff90; --paper-light-green-a200: #b= 2ff59; --paper-light-green-a400: #76ff03; --paper-light-green-a700: #64dd17= ; --paper-lime-50: #f9fbe7; --paper-lime-100: #f0f4c3; --paper-lime-200: #e= 6ee9c; --paper-lime-300: #dce775; --paper-lime-400: #d4e157; --paper-lime-5= 00: #cddc39; --paper-lime-600: #c0ca33; --paper-lime-700: #afb42b; --paper-= lime-800: #9e9d24; --paper-lime-900: #827717; --paper-lime-a100: #f4ff81; -= -paper-lime-a200: #eeff41; --paper-lime-a400: #c6ff00; --paper-lime-a700: #= aeea00; --paper-yellow-50: #fffde7; --paper-yellow-100: #fff9c4; --paper-ye= llow-200: #fff59d; --paper-yellow-300: #fff176; --paper-yellow-400: #ffee58= ; --paper-yellow-500: #ffeb3b; --paper-yellow-600: #fdd835; --paper-yellow-= 700: #fbc02d; --paper-yellow-800: #f9a825; --paper-yellow-900: #f57f17; --p= aper-yellow-a100: #ffff8d; --paper-yellow-a200: #ffff00; --paper-yellow-a40= 0: #ffea00; --paper-yellow-a700: #ffd600; --paper-amber-50: #fff8e1; --pape= r-amber-100: #ffecb3; --paper-amber-200: #ffe082; --paper-amber-300: #ffd54= f; --paper-amber-400: #ffca28; --paper-amber-500: #ffc107; --paper-amber-60= 0: #ffb300; --paper-amber-700: #ffa000; --paper-amber-800: #ff8f00; --paper= -amber-900: #ff6f00; --paper-amber-a100: #ffe57f; --paper-amber-a200: #ffd7= 40; --paper-amber-a400: #ffc400; --paper-amber-a700: #ffab00; --paper-orang= e-50: #fff3e0; --paper-orange-100: #ffe0b2; --paper-orange-200: #ffcc80; --= paper-orange-300: #ffb74d; --paper-orange-400: #ffa726; --paper-orange-500:= #ff9800; --paper-orange-600: #fb8c00; --paper-orange-700: #f57c00; --paper= -orange-800: #ef6c00; --paper-orange-900: #e65100; --paper-orange-a100: #ff= d180; --paper-orange-a200: #ffab40; --paper-orange-a400: #ff9100; --paper-o= range-a700: #ff6500; --paper-deep-orange-50: #fbe9e7; --paper-deep-orange-1= 00: #ffccbc; --paper-deep-orange-200: #ffab91; --paper-deep-orange-300: #ff= 8a65; --paper-deep-orange-400: #ff7043; --paper-deep-orange-500: #ff5722; -= -paper-deep-orange-600: #f4511e; --paper-deep-orange-700: #e64a19; --paper-= deep-orange-800: #d84315; --paper-deep-orange-900: #bf360c; --paper-deep-or= ange-a100: #ff9e80; --paper-deep-orange-a200: #ff6e40; --paper-deep-orange-= a400: #ff3d00; --paper-deep-orange-a700: #dd2c00; --paper-brown-50: #efebe9= ; --paper-brown-100: #d7ccc8; --paper-brown-200: #bcaaa4; --paper-brown-300= : #a1887f; --paper-brown-400: #8d6e63; --paper-brown-500: #795548; --paper-= brown-600: #6d4c41; --paper-brown-700: #5d4037; --paper-brown-800: #4e342e;= --paper-brown-900: #3e2723; --paper-grey-50: #fafafa; --paper-grey-100: #f= 5f5f5; --paper-grey-200: #eeeeee; --paper-grey-300: #e0e0e0; --paper-grey-4= 00: #bdbdbd; --paper-grey-500: #9e9e9e; --paper-grey-600: #757575; --paper-= grey-700: #616161; --paper-grey-800: #424242; --paper-grey-900: #212121; --= paper-blue-grey-50: #eceff1; --paper-blue-grey-100: #cfd8dc; --paper-blue-g= rey-200: #b0bec5; --paper-blue-grey-300: #90a4ae; --paper-blue-grey-400: #7= 8909c; --paper-blue-grey-500: #607d8b; --paper-blue-grey-600: #546e7a; --pa= per-blue-grey-700: #455a64; --paper-blue-grey-800: #37474f; --paper-blue-gr= ey-900: #263238; --dark-divider-opacity: 0.12; --dark-disabled-opacity: 0.3= 8; --dark-secondary-opacity: 0.54; --dark-primary-opacity: 0.87; --light-di= vider-opacity: 0.12; --light-disabled-opacity: 0.3; --light-secondary-opaci= ty: 0.7; --light-primary-opacity: 1; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-8911aa53-1511-486d-aff6-bea55e779180@mhtml.blink @charset "utf-8"; html { --primary-text-color: var(--light-theme-text-color); --primary-backg= round-color: var(--light-theme-background-color); --secondary-text-color: v= ar(--light-theme-secondary-color); --disabled-text-color: var(--light-theme= -disabled-color); --divider-color: var(--light-theme-divider-color); --erro= r-color: var(--paper-deep-orange-a700); --primary-color: var(--paper-indigo= -500); --light-primary-color: var(--paper-indigo-100); --dark-primary-color= : var(--paper-indigo-700); --accent-color: var(--paper-pink-a200); --light-= accent-color: var(--paper-pink-a100); --dark-accent-color: var(--paper-pink= -a400); --light-theme-background-color: #ffffff; --light-theme-base-color: = #000000; --light-theme-text-color: var(--paper-grey-900); --light-theme-sec= ondary-color: #737373; --light-theme-disabled-color: #9b9b9b; --light-theme= -divider-color: #dbdbdb; --dark-theme-background-color: var(--paper-grey-90= 0); --dark-theme-base-color: #ffffff; --dark-theme-text-color: #ffffff; --d= ark-theme-secondary-color: #bcbcbc; --dark-theme-disabled-color: #646464; -= -dark-theme-divider-color: #3c3c3c; --text-primary-color: var(--dark-theme-= text-color); --default-primary-color: var(--primary-color); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-bd07508f-ac1d-41f1-b15c-b253ea0a0cb5@mhtml.blink @charset "utf-8"; html { --shadow-transition_-_transition: box-shadow 0.28s cubic-bezier(0.4,= 0, 0.2, 1); --shadow-none_-_box-shadow: none; --shadow-elevation-2dp_-_box= -shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), = 0 3px 1px -2px rgba(0, 0, 0, 0.2); --shadow-elevation-3dp_-_box-shadow: 0 3= px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2= px rgba(0, 0, 0, 0.4); --shadow-elevation-4dp_-_box-shadow: 0 4px 5px 0 rgb= a(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, = 0, 0, 0.4); --shadow-elevation-6dp_-_box-shadow: 0 6px 10px 0 rgba(0, 0, 0,= 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4)= ; --shadow-elevation-8dp_-_box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), = 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4); --sh= adow-elevation-12dp_-_box-shadow: 0 12px 16px 1px rgba(0, 0, 0, 0.14), 0 4p= x 22px 3px rgba(0, 0, 0, 0.12), 0 6px 7px -4px rgba(0, 0, 0, 0.4); --shadow= -elevation-16dp_-_box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30= px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4); --shadow-el= evation-24dp_-_box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px = 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.4); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e3f1993b-d1c5-4706-8fb3-0f1390d3cefd@mhtml.blink @charset "utf-8"; html { --paper-font-common-base_-_font-family: "Roboto", "Noto", sans-serif= ; --paper-font-common-base_-_-webkit-font-smoothing: antialiased; --paper-f= ont-common-code_-_font-family: "Roboto Mono", "Consolas", "Menlo", monospac= e; --paper-font-common-code_-_-webkit-font-smoothing: antialiased; --paper-= font-common-expensive-kerning_-_text-rendering: optimizeLegibility; --paper= -font-common-nowrap_-_white-space: nowrap; --paper-font-common-nowrap_-_ove= rflow: hidden; --paper-font-common-nowrap_-_text-overflow: ellipsis; --pape= r-font-display4_-_font-family: var(--paper-font-common-base_-_font-family);= --paper-font-display4_-_-webkit-font-smoothing: var(--paper-font-common-ba= se_-_-webkit-font-smoothing); --paper-font-display4_-_white-space: var(--pa= per-font-common-nowrap_-_white-space); --paper-font-display4_-_overflow: va= r(--paper-font-common-nowrap_-_overflow); --paper-font-display4_-_text-over= flow: var(--paper-font-common-nowrap_-_text-overflow); --paper-font-display= 4_-_font-size: 112px; --paper-font-display4_-_font-weight: 300; --paper-fon= t-display4_-_letter-spacing: -0.044em; --paper-font-display4_-_line-height:= 120px; --paper-font-display3_-_font-family: var(--paper-font-common-base_-= _font-family); --paper-font-display3_-_-webkit-font-smoothing: var(--paper-= font-common-base_-_-webkit-font-smoothing); --paper-font-display3_-_white-s= pace: var(--paper-font-common-nowrap_-_white-space); --paper-font-display3_= -_overflow: var(--paper-font-common-nowrap_-_overflow); --paper-font-displa= y3_-_text-overflow: var(--paper-font-common-nowrap_-_text-overflow); --pape= r-font-display3_-_font-size: 56px; --paper-font-display3_-_font-weight: 400= ; --paper-font-display3_-_letter-spacing: -0.026em; --paper-font-display3_-= _line-height: 60px; --paper-font-display2_-_font-family: var(--paper-font-c= ommon-base_-_font-family); --paper-font-display2_-_-webkit-font-smoothing: = var(--paper-font-common-base_-_-webkit-font-smoothing); --paper-font-displa= y2_-_font-size: 45px; --paper-font-display2_-_font-weight: 400; --paper-fon= t-display2_-_letter-spacing: -0.018em; --paper-font-display2_-_line-height:= 48px; --paper-font-display1_-_font-family: var(--paper-font-common-base_-_= font-family); --paper-font-display1_-_-webkit-font-smoothing: var(--paper-f= ont-common-base_-_-webkit-font-smoothing); --paper-font-display1_-_font-siz= e: 34px; --paper-font-display1_-_font-weight: 400; --paper-font-display1_-_= letter-spacing: -0.01em; --paper-font-display1_-_line-height: 40px; --paper= -font-headline_-_font-family: var(--paper-font-common-base_-_font-family); = --paper-font-headline_-_-webkit-font-smoothing: var(--paper-font-common-bas= e_-_-webkit-font-smoothing); --paper-font-headline_-_font-size: 24px; --pap= er-font-headline_-_font-weight: 400; --paper-font-headline_-_letter-spacing= : -0.012em; --paper-font-headline_-_line-height: 32px; --paper-font-title_-= _font-family: var(--paper-font-common-base_-_font-family); --paper-font-tit= le_-_-webkit-font-smoothing: var(--paper-font-common-base_-_-webkit-font-sm= oothing); --paper-font-title_-_white-space: var(--paper-font-common-nowrap_= -_white-space); --paper-font-title_-_overflow: var(--paper-font-common-nowr= ap_-_overflow); --paper-font-title_-_text-overflow: var(--paper-font-common= -nowrap_-_text-overflow); --paper-font-title_-_font-size: 20px; --paper-fon= t-title_-_font-weight: 500; --paper-font-title_-_line-height: 28px; --paper= -font-subhead_-_font-family: var(--paper-font-common-base_-_font-family); -= -paper-font-subhead_-_-webkit-font-smoothing: var(--paper-font-common-base_= -_-webkit-font-smoothing); --paper-font-subhead_-_font-size: 16px; --paper-= font-subhead_-_font-weight: 400; --paper-font-subhead_-_line-height: 24px; = --paper-font-body2_-_font-family: var(--paper-font-common-base_-_font-famil= y); --paper-font-body2_-_-webkit-font-smoothing: var(--paper-font-common-ba= se_-_-webkit-font-smoothing); --paper-font-body2_-_font-size: 14px; --paper= -font-body2_-_font-weight: 500; --paper-font-body2_-_line-height: 24px; --p= aper-font-body1_-_font-family: var(--paper-font-common-base_-_font-family);= --paper-font-body1_-_-webkit-font-smoothing: var(--paper-font-common-base_= -_-webkit-font-smoothing); --paper-font-body1_-_font-size: 14px; --paper-fo= nt-body1_-_font-weight: 400; --paper-font-body1_-_line-height: 20px; --pape= r-font-caption_-_font-family: var(--paper-font-common-base_-_font-family); = --paper-font-caption_-_-webkit-font-smoothing: var(--paper-font-common-base= _-_-webkit-font-smoothing); --paper-font-caption_-_white-space: var(--paper= -font-common-nowrap_-_white-space); --paper-font-caption_-_overflow: var(--= paper-font-common-nowrap_-_overflow); --paper-font-caption_-_text-overflow:= var(--paper-font-common-nowrap_-_text-overflow); --paper-font-caption_-_fo= nt-size: 12px; --paper-font-caption_-_font-weight: 400; --paper-font-captio= n_-_letter-spacing: 0.011em; --paper-font-caption_-_line-height: 20px; --pa= per-font-menu_-_font-family: var(--paper-font-common-base_-_font-family); -= -paper-font-menu_-_-webkit-font-smoothing: var(--paper-font-common-base_-_-= webkit-font-smoothing); --paper-font-menu_-_white-space: var(--paper-font-c= ommon-nowrap_-_white-space); --paper-font-menu_-_overflow: var(--paper-font= -common-nowrap_-_overflow); --paper-font-menu_-_text-overflow: var(--paper-= font-common-nowrap_-_text-overflow); --paper-font-menu_-_font-size: 13px; -= -paper-font-menu_-_font-weight: 500; --paper-font-menu_-_line-height: 24px;= --paper-font-button_-_font-family: var(--paper-font-common-base_-_font-fam= ily); --paper-font-button_-_-webkit-font-smoothing: var(--paper-font-common= -base_-_-webkit-font-smoothing); --paper-font-button_-_white-space: var(--p= aper-font-common-nowrap_-_white-space); --paper-font-button_-_overflow: var= (--paper-font-common-nowrap_-_overflow); --paper-font-button_-_text-overflo= w: var(--paper-font-common-nowrap_-_text-overflow); --paper-font-button_-_f= ont-size: 14px; --paper-font-button_-_font-weight: 500; --paper-font-button= _-_letter-spacing: 0.018em; --paper-font-button_-_line-height: 24px; --pape= r-font-button_-_text-transform: uppercase; --paper-font-code2_-_font-family= : var(--paper-font-common-code_-_font-family); --paper-font-code2_-_-webkit= -font-smoothing: var(--paper-font-common-code_-_-webkit-font-smoothing); --= paper-font-code2_-_font-size: 14px; --paper-font-code2_-_font-weight: 700; = --paper-font-code2_-_line-height: 20px; --paper-font-code1_-_font-family: v= ar(--paper-font-common-code_-_font-family); --paper-font-code1_-_-webkit-fo= nt-smoothing: var(--paper-font-common-code_-_-webkit-font-smoothing); --pap= er-font-code1_-_font-size: 14px; --paper-font-code1_-_font-weight: 500; --p= aper-font-code1_-_line-height: 20px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-727a3597-aa53-4e94-8708-4d170660f0e9@mhtml.blink @charset "utf-8"; html { --paper-input-container-shared-input-style_-_position: relative; --p= aper-input-container-shared-input-style_-_outline: none; --paper-input-cont= ainer-shared-input-style_-_box-shadow: none; --paper-input-container-shared= -input-style_-_padding: 0; --paper-input-container-shared-input-style_-_mar= gin: 0; --paper-input-container-shared-input-style_-_width: 100%; --paper-i= nput-container-shared-input-style_-_max-width: 100%; --paper-input-containe= r-shared-input-style_-_background: transparent; --paper-input-container-sha= red-input-style_-_border: none; --paper-input-container-shared-input-style_= -_color: var(--paper-input-container-input-color, var(--primary-text-color)= ); --paper-input-container-shared-input-style_-_-webkit-appearance: none; -= -paper-input-container-shared-input-style_-_text-align: apply-shim-inherit;= --paper-input-container-shared-input-style_-_vertical-align: var(--paper-i= nput-container-input-align, bottom); --paper-input-container-shared-input-s= tyle_-_font-family: var(--paper-font-subhead_-_font-family); --paper-input-= container-shared-input-style_-_-webkit-font-smoothing: var(--paper-font-sub= head_-_-webkit-font-smoothing); --paper-input-container-shared-input-style_= -_font-size: var(--paper-font-subhead_-_font-size); --paper-input-container= -shared-input-style_-_font-weight: var(--paper-font-subhead_-_font-weight);= --paper-input-container-shared-input-style_-_line-height: var(--paper-font= -subhead_-_line-height); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f067eeac-6feb-4ed2-81e9-4b28a5c52228@mhtml.blink @charset "utf-8"; [inert] { pointer-events: none; cursor: default; } [inert], [inert] * { user-select: none; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f093e67d-38ca-497e-8bc6-a61b7d34deaa@mhtml.blink @charset "utf-8"; .formview { --paper-input-container_-_padding: 0; --paper-slider-input_-_wi= dth: auto; } colab-date-picker paper-input { --paper-input-error_-_overflow: visible; --= paper-input-container-input-webkit-spinner_-_display: none; --paper-input-c= ontainer-input-webkit-clear_-_display: none; } body:not(.mobile) paper-listbox, body:not(.mobile) paper-item { white-space= : nowrap; } html { --paper-input-container-underline-wrapper-height: 0; } body paper-tabs { --paper-font-common-base_-_font-family: var(--colab-googl= e-sans-font-family); --paper-font-common-base_-_-webkit-font-smoothing: ini= tial; } #python2-kernelspec-warning { font-family: var(--paper-font-caption_-_font-= family); -webkit-font-smoothing: var(--paper-font-caption_-_-webkit-font-sm= oothing); white-space: var(--paper-font-caption_-_white-space); overflow: v= ar(--paper-font-caption_-_overflow); text-overflow: var(--paper-font-captio= n_-_text-overflow); font-size: var(--paper-font-caption_-_font-size); font-= weight: var(--paper-font-caption_-_font-weight); letter-spacing: var(--pape= r-font-caption_-_letter-spacing); line-height: var(--paper-font-caption_-_l= ine-height); } colab-debugger paper-toolbar { background: var(--paper-grey-800); --paper-t= oolbar-height: 32px; --paper-toolbar-title_-_font-size: 14px; --paper-toolb= ar-title_-_font-weight: bold; --paper-toolbar-title_-_margin: 0; } colab-debugger .inspect-breakpoints-add { --paper-input-container_-_padding= : 0 0 8px 0; } colab-debugger paper-tab:focus { --paper-tab-content_-_font-weight: inherit= !important; } .shortcut-dialog paper-dialog-scrollable.no-padding { padding: 0px; --paper= -dialog-scrollable_-_padding: 0; } .colab-open-dialog paper-dialog-scrollable.no-padding { padding: 0px; --pap= er-dialog-scrollable_-_padding: 0; } colab-dialog h2 { margin: 0px; position: relative; font-family: var(--paper= -font-title_-_font-family); -webkit-font-smoothing: var(--paper-font-title_= -_-webkit-font-smoothing); white-space: var(--paper-font-title_-_white-spac= e); overflow: var(--paper-font-title_-_overflow); text-overflow: var(--pape= r-font-title_-_text-overflow); font-size: var(--paper-font-title_-_font-siz= e); font-weight: var(--paper-font-title_-_font-weight); line-height: var(--= paper-font-title_-_line-height); } .tab-pane-header paper-tabs { position: relative; padding: 0px 4px 0px 8px;= --paper-icon-buttons_-_background: #1a73e8; --paper-icon-buttons_-_border-= radius: 50%; --paper-icon-buttons_-_color: white; --paper-icon-buttons_-_he= ight: 20px; --paper-icon-buttons_-_padding: 2px; --paper-icon-buttons_-_pos= ition: absolute; --paper-icon-buttons_-_width: 20px; --paper-icon-button-le= ft_-_left: 0; --paper-icon-button-left_-_z-index: 1; --paper-icon-button-ri= ght_-_right: -3px; } .colab-open-dialog paper-tabs { --paper-icon-buttons_-_background: var(--pa= per-orange-700); --paper-icon-buttons_-_border-radius: 50%; --paper-icon-bu= ttons_-_color: white; --paper-icon-buttons_-_height: 20px; --paper-icon-but= tons_-_padding: 2px; --paper-icon-buttons_-_position: absolute; --paper-ico= n-buttons_-_width: 20px; --paper-icon-button-left_-_left: 0; --paper-icon-b= utton-left_-_z-index: 1; --paper-icon-button-right_-_right: -3px; } .command-palette { box-shadow: var(--shadow-elevation-16dp_-_box-shadow); -= -paper-input-container-shared-input-style_-_font-size: var(--colab-chrome-f= ont-size); --paper-input-container-shared-input-style_-_padding: 0 4px; --p= aper-input-container-shared-input-style_-_width: 100%; --paper-input-contai= ner-shared-input-style_-_position: initial; --paper-input-container-shared-= input-style_-_outline: initial; --paper-input-container-shared-input-style_= -_box-shadow: initial; --paper-input-container-shared-input-style_-_margin:= initial; --paper-input-container-shared-input-style_-_max-width: initial; = --paper-input-container-shared-input-style_-_background: initial; --paper-i= nput-container-shared-input-style_-_border: initial; --paper-input-containe= r-shared-input-style_-_color: initial; --paper-input-container-shared-input= -style_-_-webkit-appearance: initial; --paper-input-container-shared-input-= style_-_text-align: initial; --paper-input-container-shared-input-style_-_v= ertical-align: initial; --paper-input-container-shared-input-style_-_font-f= amily: initial; --paper-input-container-shared-input-style_-_-webkit-font-s= moothing: initial; --paper-input-container-shared-input-style_-_font-weight= : initial; --paper-input-container-shared-input-style_-_line-height: initia= l; --paper-input-container-underline-focus-height: 0; --paper-input-contain= er-underline-height: 0; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-5ec12a89-051a-4959-932a-32edb243d2f0@mhtml.blink @charset "utf-8"; html { --colab-code-font-family: monospace; --google-orange-600: #e8710a; -= -google-yellow-600: #f9ab00; --code-cell-background: #f7f7f7; --colab-ancho= r-color: #00e; --colab-border-color: #dadada; --colab-bold-border-color: #1= 11; --colab-divider-color: var(--paper-grey-400); --colab-debugger-line-col= or: var(--paper-red-100); --colab-editor-focus-color: var(--paper-grey-200)= ; --colab-highlighted-surface-color: var(--paper-grey-300); --colab-icon-co= lor: var(--paper-grey-700); --colab-input-placeholder-color: var(--colab-se= condary-text-color); --colab-primary-surface-color: var(--paper-white); --c= olab-primary-text-color: var(--paper-grey-900); --colab-secondary-text-colo= r: #616161; --colab-tertiary-text-color: var(--paper-grey-600); --colab-sec= ondary-surface-color: #f7f7f7; --colab-scrollbar-color: rgba(0, 0, 0, 0.1);= --colab-gutter-icon-color: var(--paper-grey-400); --colab-active-execution= -icon-color: var(--paper-grey-800); --colab-code-match-highlight: #fcfad6; = --colab-code-match-selected-highlight: #ccf; --colab-codemirror-function-co= lor: #30a; --colab-error-icon-color: var(--paper-red-a700); --colab-codemir= ror-active-line-background-color: #e8f2ff; --colab-title-color: #000; --col= ab-toolbar-button-color: var(--paper-grey-800); --colab-form-field-underlin= e-color: var(--paper-grey-600); --colab-left-pane-icon-highlight-background= : #fff0c9; --colab-left-pane-section-highlight: #ffd836; --colab-editor-foc= us-border-thickness: 2px; --ansi-black: rgb(0, 0, 0); --ansi-red: rgb(139, = 0, 0); --ansi-green: rgb(0, 100, 0); --ansi-yellow: rgb(205, 205, 0); --ans= i-blue: rgb(0, 0, 238); --ansi-magenta: rgb(205, 0, 205); --ansi-cyan: rgb(= 70, 130, 180); --ansi-gray: rgb(229, 229, 229); --ansi-bright-black: rgb(12= 7, 127, 127); --ansi-bright-red: rgb(255, 0, 0); --ansi-bright-green: rgb(0= , 208, 0); --ansi-bright-yellow: rgb(255, 255, 0); --ansi-bright-blue: rgb(= 92, 92, 255); --ansi-bright-magenta: rgb(255, 0, 255); --ansi-bright-cyan: = rgb(0, 255, 255); --ansi-bright-gray: rgb(255, 255, 255); --colab-input-bor= der-color: #a9a9a9; --colab-logo-dark: var(--google-orange-600); --colab-lo= go-light: var(--google-yellow-600); --colab-status-okay: #00c752; --colab-s= tatus-error: #e51c23; --colab-status-warning: #f09300; --colab-chrome-font-= family: "Roboto", "Noto", sans-serif; --colab-google-sans-font-family: "Goo= gle Sans", "Roboto", "Noto", sans-serif; --colab-chrome-font-size: 14px; --= colab-icon-hover-color: var(--colab-primary-text-color); --colab-fresh-exec= ution-count-color: var(--colab-primary-text-color); --colab-stale-execution= -count-color: var(--colab-input-placeholder-color); --primary-text-color: v= ar(--colab-primary-text-color); --light-theme-secondary-color: var(--colab-= secondary-text-color); --primary-background-color: var(--colab-primary-surf= ace-color); --paper-slider-active-color: var(--primary-color); --paper-slid= er-knob-color: var(--primary-color); --paper-tabs-selection-bar-color: #1a7= 3e8; --primary-color: var(--google-blue-500); --google-grey-800: #3c4043; -= -google-blue-900: #174ea6; --hairline-button-primary: var(--primary-color);= --hairline-button-secondary: var(--google-blue-900); --hairline-button-ove= rlay-hovered: #4285f40a; --hairline-button-disabled-label: #3C404361; --hai= rline-button-disabled-container: #3C40431f; --mdc-theme-primary: var(--prim= ary-color); } html[theme=3D"dark"] { --colab-anchor-color: var(--paper-blue-400); --code-= cell-background: #1e1e1e; --colab-border-color: var(--paper-grey-900); --co= lab-bold-border-color: #eee; --colab-divider-color: var(--paper-grey-700); = --colab-debugger-line-color: var(--paper-red-900); --colab-editor-focus-col= or: #282828; --colab-highlighted-surface-color: #525252; --colab-icon-color= : var(--paper-grey-100); --colab-input-placeholder-color: var(--paper-grey-= 500); --colab-primary-surface-color: #383838; --colab-primary-text-color: #= d5d5d5; --colab-secondary-text-color: #f7f7f7; --colab-tertiary-text-color:= var(--paper-grey-500); --colab-secondary-surface-color: #454545; --colab-s= crollbar-color: rgba(255, 255, 255, 0.2); --colab-gutter-icon-color: var(--= paper-grey-700); --colab-active-execution-icon-color: var(--colab-icon-colo= r); --colab-code-match-highlight: var(--paper-grey-800); --colab-code-match= -selected-highlight: var(--paper-blue-grey-800); --colab-codemirror-functio= n-color: #a883ff; --colab-error-icon-color: var(--paper-red-400); --colab-c= odemirror-active-line-background-color: #373831; --colab-title-color: #fff;= --colab-toolbar-button-color: var(--paper-grey-200); --colab-form-field-un= derline-color: var(--paper-grey-400); --colab-left-pane-icon-highlight-back= ground: #63472b; --colab-left-pane-section-highlight: #ffd836; --ansi-black= : rgb(127, 127, 127); --ansi-red: rgb(255, 122, 136); --ansi-green: rgb(87,= 187, 138); --ansi-yellow: rgb(255, 255, 102); --ansi-blue: rgb(130, 177, 2= 55); --ansi-magenta: rgb(205, 0, 205); --ansi-cyan: rgb(153, 187, 215); --a= nsi-gray: rgb(229, 229, 229); --ansi-bright-green: rgb(0, 255, 0); --error-= color: var(--paper-deep-orange-a100); --primary-color: var(--colab-anchor-c= olor); --hairline-button-primary: var(--primary-color); --hairline-button-s= econdary: var(--google-blue-300); --hairline-button-overlay-hovered: #42a5f= 50a; --hairline-button-disabled-label: #9e9e9e80; --hairline-button-disable= d-container: #9e9e9e80; } @media (prefers-color-scheme: dark) { html[theme=3D"adaptive"] { --colab-anchor-color: var(--paper-blue-400); -= -code-cell-background: #1e1e1e; --colab-border-color: var(--paper-grey-900)= ; --colab-bold-border-color: #eee; --colab-divider-color: var(--paper-grey-= 700); --colab-debugger-line-color: var(--paper-red-900); --colab-editor-foc= us-color: #282828; --colab-highlighted-surface-color: #525252; --colab-icon= -color: var(--paper-grey-100); --colab-input-placeholer-color: var(--paper-= grey-500); --colab-primary-surface-color: #383838; --colab-primary-text-col= or: #d5d5d5; --colab-secondary-text-color: #f7f7f7; --colab-tertiary-text-c= olor: var(--paper-grey-500); --colab-secondary-surface-color: #454545; --co= lab-scrollbar-color: rgba(255, 255, 255, 0.2); --colab-gutter-icon-color: v= ar(--paper-grey-700); --colab-execution-count: var(--colab-primary-text-col= or); --colab-active-execution-icon-color: var(--colab-icon-color); --colab-= code-match-highlight: var(--paper-grey-800); --colab-code-match-selected-hi= ghlight: var(--paper-blue-grey-800); --colab-codemirror-function-color: #a8= 83ff; --colab-error-icon-color: var(--paper-red-400); --colab-codemirror-ac= tive-line-background-color: #373831; --colab-title-color: #fff; --colab-too= lbar-button-color: var(--paper-grey-200); --colab-form-field-underline-colo= r: var(--paper-grey-400); --colab-left-pane-icon-highlight-background: #634= 72b; --colab-left-pane-section-highlight: #ffd836; --ansi-black: rgb(63, 63= , 63); --ansi-red: rgb(255, 122, 136); --ansi-green: rgb(87, 187, 138); --a= nsi-yellow: rgb(255, 255, 102); --ansi-blue: rgb(130, 177, 255); --ansi-mag= enta: rgb(205, 0, 205); --ansi-cyan: rgb(153, 187, 215); --ansi-gray: rgb(2= 29, 229, 229); --error-color: var(--paper-deep-orange-a100); --primary-colo= r: var(--colab-anchor-color); --hairline-button-primary: var(--primary-colo= r); --hairline-button-secondary: var(--google-blue-300); --hairline-button-= overlay-hovered: #42a5f50a; --hairline-button-disabled-label: #9e9e9e80; --= hairline-button-disabled-container: #9e9e9e80; } } html[editor=3D"high contrast dark"] { --code-cell-background: #000; --colab= -editor-focus-color: #f38518; --colab-editor-focus-border-thickness: 1px; } html[editor=3D"monokai"] { --code-cell-background: #272822; } html[editor=3D"synthwave84"] { --colab-primary-surface-color: #241b2f; --co= lab-secondary-surface-color: #49549539; --code-cell-background: #262335; --= colab-highlighted-surface-color: #372d4b; --colab-border-color: #34294fb3; = --colab-anchor-color: #f97e72; --ansi-red: #fe4450; --ansi-green: #72f1b8; = --ansi-yellow: #f97e72; --ansi-blue: #03edf9; --ansi-magenta: #ff7edb; --an= si-cyan: #03edf9; --ansi-bright-red: #fe4450; --ansi-bright-green: #72f1b8;= --ansi-bright-yellow: #fede5d; --ansi-bright-blue: #03edf9; --ansi-bright-= magenta: #ff7edb; --ansi-bright-cyan: #03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-45690f3f-6249-43a8-8620-8b19cadb8db8@mhtml.blink @charset "utf-8"; .MathJax_Hover_Frame { border-radius: 0.25em; box-shadow: rgb(136, 51, 170)= 0px 0px 15px; display: inline-block; position: absolute; border: 1px solid= rgb(170, 102, 221) !important; } .MathJax_Menu_Button .MathJax_Hover_Arrow { position: absolute; cursor: poi= nter; display: inline-block; border: 2px solid rgb(170, 170, 170); border-r= adius: 4px; font-family: "Courier New", Courier; font-size: 9px; color: rgb= (240, 240, 240); } .MathJax_Menu_Button .MathJax_Hover_Arrow span { display: block; background= -color: rgb(170, 170, 170); border: 1px solid; border-radius: 3px; line-hei= ght: 0; padding: 4px; } .MathJax_Hover_Arrow:hover { color: white !important; border: 2px solid rgb= (204, 204, 204) !important; } .MathJax_Hover_Arrow:hover span { background-color: rgb(204, 204, 204) !imp= ortant; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b47b9902-a73f-473d-b943-4d778fe3cbcd@mhtml.blink @charset "utf-8"; #MathJax_About { position: fixed; left: 50%; width: auto; text-align: cente= r; border: 3px outset; padding: 1em 2em; background-color: rgb(221, 221, 22= 1); color: black; cursor: default; font-family: message-box; font-size: 120= %; font-style: normal; text-indent: 0px; text-transform: none; line-height:= normal; letter-spacing: normal; word-spacing: normal; overflow-wrap: norma= l; white-space: nowrap; float: none; z-index: 201; border-radius: 15px; box= -shadow: rgb(128, 128, 128) 0px 10px 20px; } #MathJax_About.MathJax_MousePost { outline: none; } .MathJax_Menu { position: absolute; background-color: white; color: black; = width: auto; padding: 2px; border: 1px solid rgb(204, 204, 204); margin: 0p= x; cursor: default; font: 400 12px "Segoe UI"; text-align: left; text-inden= t: 0px; text-transform: none; letter-spacing: normal; word-spacing: normal;= overflow-wrap: normal; white-space: nowrap; float: none; z-index: 201; box= -shadow: rgb(128, 128, 128) 0px 10px 20px; } .MathJax_MenuItem { padding: 2px 2em; background: transparent; } .MathJax_MenuArrow { position: absolute; right: 0.5em; padding-top: 0.25em;= color: rgb(102, 102, 102); font-size: 0.75em; } .MathJax_MenuActive .MathJax_MenuArrow { color: white; } .MathJax_MenuArrow.RTL { left: 0.5em; right: auto; } .MathJax_MenuCheck { position: absolute; left: 0.7em; } .MathJax_MenuCheck.RTL { right: 0.7em; left: auto; } .MathJax_MenuRadioCheck { position: absolute; left: 1em; } .MathJax_MenuRadioCheck.RTL { right: 1em; left: auto; } .MathJax_MenuLabel { padding: 2px 2em 4px 1.33em; font-style: italic; } .MathJax_MenuRule { border-top: 1px solid rgb(204, 204, 204); margin: 4px 1= px 0px; } .MathJax_MenuDisabled { color: graytext; } .MathJax_MenuActive { background-color: highlight; color: highlighttext; } .MathJax_MenuDisabled:focus, .MathJax_MenuLabel:focus { background-color: r= gb(232, 232, 232); } .MathJax_ContextMenu:focus { outline: none; } .MathJax_ContextMenu .MathJax_MenuItem:focus { outline: none; } #MathJax_AboutClose { top: 0.2em; right: 0.2em; } .MathJax_Menu .MathJax_MenuClose { top: -10px; left: -10px; } .MathJax_MenuClose { position: absolute; cursor: pointer; display: inline-b= lock; border: 2px solid rgb(170, 170, 170); border-radius: 18px; font-famil= y: "Courier New", Courier; font-size: 24px; color: rgb(240, 240, 240); } .MathJax_MenuClose span { display: block; background-color: rgb(170, 170, 1= 70); border: 1.5px solid; border-radius: 18px; line-height: 0; padding: 8px= 0px 6px; } .MathJax_MenuClose:hover { color: white !important; border: 2px solid rgb(2= 04, 204, 204) !important; } .MathJax_MenuClose:hover span { background-color: rgb(204, 204, 204) !impor= tant; } .MathJax_MenuClose:hover:focus { outline: none; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-29679c95-e216-4297-8275-1be28e7ba084@mhtml.blink @charset "utf-8"; .MJX_Assistive_MathML { top: 0px; left: 0px; clip: rect(1px, 1px, 1px, 1px)= ; user-select: none; position: absolute !important; padding: 1px 0px 0px !i= mportant; border: 0px !important; height: 1px !important; width: 1px !impor= tant; overflow: hidden !important; display: block !important; } .MJX_Assistive_MathML.MJX_Assistive_MathML_Block { width: 100% !important; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-84239b6c-815d-42e7-b55a-50783b0467a9@mhtml.blink @charset "utf-8"; #MathJax_Zoom { position: absolute; background-color: rgb(240, 240, 240); o= verflow: auto; display: block; z-index: 301; padding: 0.5em; border: 1px so= lid black; margin: 0px; font-weight: normal; font-style: normal; text-align= : left; text-indent: 0px; text-transform: none; line-height: normal; letter= -spacing: normal; word-spacing: normal; overflow-wrap: normal; white-space:= nowrap; float: none; box-sizing: content-box; box-shadow: rgb(170, 170, 17= 0) 5px 5px 15px; } #MathJax_ZoomOverlay { position: absolute; left: 0px; top: 0px; z-index: 30= 0; display: inline-block; width: 100%; height: 100%; border: 0px; padding: = 0px; margin: 0px; background-color: white; opacity: 0; } #MathJax_ZoomFrame { position: relative; display: inline-block; height: 0px= ; width: 0px; } #MathJax_ZoomEventTrap { position: absolute; left: 0px; top: 0px; z-index: = 302; display: inline-block; border: 0px; padding: 0px; margin: 0px; backgro= und-color: white; opacity: 0; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-18e3414a-8b2e-4dd0-b6c5-9b365a4d1b55@mhtml.blink @charset "utf-8"; .MathJax_Preview { color: rgb(136, 136, 136); } #MathJax_Message { position: fixed; left: 1em; bottom: 1.5em; background-co= lor: rgb(230, 230, 230); border: 1px solid rgb(149, 149, 149); margin: 0px;= padding: 2px 8px; z-index: 102; color: black; font-size: 80%; width: auto;= white-space: nowrap; } #MathJax_MSIE_Frame { position: absolute; top: 0px; left: 0px; width: 0px; = z-index: 101; border: 0px; margin: 0px; padding: 0px; } .MathJax_Error { color: rgb(204, 0, 0); font-style: italic; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-929299a8-c741-4c55-98e5-cb8b77bf7b61@mhtml.blink @charset "utf-8"; .MJXp-script { font-size: 0.8em; } .MJXp-right { transform-origin: right center; } .MJXp-bold { font-weight: bold; } .MJXp-italic { font-style: italic; } .MJXp-scr { font-family: MathJax_Script, "Times New Roman", Times, STIXGene= ral, serif; } .MJXp-frak { font-family: MathJax_Fraktur, "Times New Roman", Times, STIXGe= neral, serif; } .MJXp-sf { font-family: MathJax_SansSerif, "Times New Roman", Times, STIXGe= neral, serif; } .MJXp-cal { font-family: MathJax_Caligraphic, "Times New Roman", Times, STI= XGeneral, serif; } .MJXp-mono { font-family: MathJax_Typewriter, "Times New Roman", Times, STI= XGeneral, serif; } .MJXp-largeop { font-size: 150%; } .MJXp-largeop.MJXp-int { vertical-align: -0.2em; } .MJXp-math { display: inline-block; line-height: 1.2; text-indent: 0px; fon= t-family: "Times New Roman", Times, STIXGeneral, serif; white-space: nowrap= ; border-collapse: collapse; } .MJXp-display { display: block; text-align: center; margin: 1em 0px; } .MJXp-math span { display: inline-block; } .MJXp-box { text-align: center; display: block !important; } .MJXp-box::after { content: " "; } .MJXp-rule { margin-top: 0.1em; display: block !important; } .MJXp-char { display: block !important; } .MJXp-mo { margin: 0px 0.15em; } .MJXp-mfrac { margin: 0px 0.125em; vertical-align: 0.25em; } .MJXp-denom { width: 100%; display: inline-table !important; } .MJXp-denom > * { display: table-row !important; } .MJXp-surd { vertical-align: top; } .MJXp-surd > * { display: block !important; } .MJXp-script-box > * { height: 50%; display: table !important; } .MJXp-script-box > * > * { vertical-align: top; display: table-cell !import= ant; } .MJXp-script-box > :last-child > * { vertical-align: bottom; } .MJXp-script-box > * > * > * { display: block !important; } .MJXp-mphantom { visibility: hidden; } .MJXp-munderover, .MJXp-munder { display: inline-table !important; } .MJXp-over { text-align: center; display: inline-block !important; } .MJXp-over > * { display: block !important; } .MJXp-munderover > *, .MJXp-munder > * { display: table-row !important; } .MJXp-mtable { vertical-align: 0.25em; margin: 0px 0.125em; } .MJXp-mtable > * { vertical-align: middle; display: inline-table !important= ; } .MJXp-mtr { display: table-row !important; } .MJXp-mtd { text-align: center; padding: 0.5em 0px 0px 0.5em; display: tabl= e-cell !important; } .MJXp-mtr > .MJXp-mtd:first-child { padding-left: 0px; } .MJXp-mtr:first-child > .MJXp-mtd { padding-top: 0px; } .MJXp-mlabeledtr { display: table-row !important; } .MJXp-mlabeledtr > .MJXp-mtd:first-child { padding-left: 0px; } .MJXp-mlabeledtr:first-child > .MJXp-mtd { padding-top: 0px; } .MJXp-merror { background-color: rgb(255, 255, 136); color: rgb(204, 0, 0);= border: 1px solid rgb(204, 0, 0); padding: 1px 3px; font-style: normal; fo= nt-size: 90%; } .MJXp-scale0 { transform: scaleX(0); } .MJXp-scale1 { transform: scaleX(0.1); } .MJXp-scale2 { transform: scaleX(0.2); } .MJXp-scale3 { transform: scaleX(0.3); } .MJXp-scale4 { transform: scaleX(0.4); } .MJXp-scale5 { transform: scaleX(0.5); } .MJXp-scale6 { transform: scaleX(0.6); } .MJXp-scale7 { transform: scaleX(0.7); } .MJXp-scale8 { transform: scaleX(0.8); } .MJXp-scale9 { transform: scaleX(0.9); } .MathJax_PHTML .noError { font-size: 90%; text-align: left; color: black; p= adding: 1px 3px; border: 1px solid; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-d716cd28-f57b-4fef-9d0f-f3782b7deeb4@mhtml.blink @charset "utf-8"; .MathJax_Display { text-align: center; margin: 0px; position: relative; tex= t-indent: 0px; max-width: none; max-height: none; min-width: 0px; min-heigh= t: 0px; width: 100%; display: block !important; } .MathJax .merror { background-color: rgb(255, 255, 136); color: rgb(204, 0,= 0); border: 1px solid rgb(204, 0, 0); padding: 1px 3px; font-style: normal= ; font-size: 90%; } .MathJax .MJX-monospace { font-family: monospace; } .MathJax .MJX-sans-serif { font-family: sans-serif; } #MathJax_Tooltip { background-color: infobackground; color: infotext; borde= r: 1px solid black; box-shadow: rgb(170, 170, 170) 2px 2px 5px; padding: 3p= x 4px; z-index: 401; position: absolute; left: 0px; top: 0px; width: auto; = height: auto; display: none; } .MathJax { display: inline; font-style: normal; font-weight: normal; line-h= eight: normal; font-size: 100%; text-indent: 0px; text-align: left; text-tr= ansform: none; letter-spacing: normal; word-spacing: normal; overflow-wrap:= normal; white-space: nowrap; float: none; direction: ltr; max-width: none;= max-height: none; min-width: 0px; min-height: 0px; border: 0px; padding: 0= px; margin: 0px; } .MathJax:focus, body :focus .MathJax { display: inline-table; } .MathJax.MathJax_FullWidth { text-align: center; display: table-cell !impor= tant; width: 10000em !important; } .MathJax img, .MathJax nobr, .MathJax a { border: 0px; padding: 0px; margin= : 0px; max-width: none; max-height: none; min-width: 0px; min-height: 0px; = vertical-align: 0px; line-height: normal; text-decoration: none; } img.MathJax_strut { border: 0px !important; padding: 0px !important; margin= : 0px !important; vertical-align: 0px !important; } .MathJax span { display: inline; position: static; border: 0px; padding: 0p= x; margin: 0px; vertical-align: 0px; line-height: normal; text-decoration: = none; box-sizing: content-box; } .MathJax nobr { white-space: nowrap !important; } .MathJax img { display: inline !important; float: none !important; } .MathJax * { transition: none 0s ease 0s; } .MathJax_Processing { visibility: hidden; position: fixed; width: 0px; heig= ht: 0px; overflow: hidden; } .MathJax_Processed { display: none !important; } .MathJax_test { font-style: normal; font-weight: normal; font-size: 100%; t= ext-indent: 0px; text-transform: none; letter-spacing: normal; word-spacing= : normal; overflow: hidden; height: 1px; } .MathJax_test.mjx-test-display { display: table !important; } .MathJax_test.mjx-test-inline { margin-right: -1px; display: inline !import= ant; } .MathJax_test.mjx-test-default { clear: both; display: block !important; } .MathJax_ex_box { position: absolute; overflow: hidden; min-height: 0px; ma= x-height: none; padding: 0px; border: 0px; margin: 0px; width: 1px; height:= 60ex; display: inline-block !important; } .MathJax_em_box { position: absolute; overflow: hidden; min-height: 0px; ma= x-height: none; padding: 0px; border: 0px; margin: 0px; width: 1px; height:= 60em; display: inline-block !important; } .mjx-test-inline .MathJax_left_box { display: inline-block; width: 0px; flo= at: left; } .mjx-test-inline .MathJax_right_box { display: inline-block; width: 0px; fl= oat: right; } .mjx-test-display .MathJax_right_box { min-width: 0px; max-width: none; pad= ding: 0px; border: 0px; margin: 0px; display: table-cell !important; width:= 10000em !important; } .MathJax .MathJax_HitBox { cursor: text; background: white; opacity: 0; } .MathJax .MathJax_HitBox * { filter: none; opacity: 1; background: transpar= ent; } #MathJax_Tooltip * { filter: none; opacity: 1; background: transparent; } @font-face { font-family: MathJax_Main; src: url("https://colab.research.go= ogle.com/static/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff?V= =3D2.7.5") format("woff"), url("https://colab.research.google.com/static/ma= thjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Regular.otf?V=3D2.7.5") format("o= pentype"); } @font-face { font-family: MathJax_Main-bold; src: url("https://colab.resear= ch.google.com/static/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff= ?V=3D2.7.5") format("woff"), url("https://colab.research.google.com/static/= mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Bold.otf?V=3D2.7.5") format("op= entype"); } @font-face { font-family: MathJax_Main-italic; src: url("https://colab.rese= arch.google.com/static/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.= woff?V=3D2.7.5") format("woff"), url("https://colab.research.google.com/sta= tic/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Main-Italic.otf?V=3D2.7.5") form= at("opentype"); } @font-face { font-family: MathJax_Math-italic; src: url("https://colab.rese= arch.google.com/static/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.= woff?V=3D2.7.5") format("woff"), url("https://colab.research.google.com/sta= tic/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Math-Italic.otf?V=3D2.7.5") form= at("opentype"); } @font-face { font-family: MathJax_Caligraphic; src: url("https://colab.rese= arch.google.com/static/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-= Regular.woff?V=3D2.7.5") format("woff"), url("https://colab.research.google= .com/static/mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Caligraphic-Regular.otf?= V=3D2.7.5") format("opentype"); } @font-face { font-family: MathJax_Size1; src: url("https://colab.research.g= oogle.com/static/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff= ?V=3D2.7.5") format("woff"), url("https://colab.research.google.com/static/= mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size1-Regular.otf?V=3D2.7.5") format= ("opentype"); } @font-face { font-family: MathJax_Size2; src: url("https://colab.research.g= oogle.com/static/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff= ?V=3D2.7.5") format("woff"), url("https://colab.research.google.com/static/= mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size2-Regular.otf?V=3D2.7.5") format= ("opentype"); } @font-face { font-family: MathJax_Size3; src: url("https://colab.research.g= oogle.com/static/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff= ?V=3D2.7.5") format("woff"), url("https://colab.research.google.com/static/= mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size3-Regular.otf?V=3D2.7.5") format= ("opentype"); } @font-face { font-family: MathJax_Size4; src: url("https://colab.research.g= oogle.com/static/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff= ?V=3D2.7.5") format("woff"), url("https://colab.research.google.com/static/= mathjax/fonts/HTML-CSS/TeX/otf/MathJax_Size4-Regular.otf?V=3D2.7.5") format= ("opentype"); } .MathJax .noError { font-size: 90%; text-align: left; color: black; padding= : 1px 3px; border: 1px solid; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-616b91c7-367a-497c-86cd-cd3bfe6e8fa8@mhtml.blink @charset "utf-8"; .monaco-editor .minimap-slider, .monaco-editor .minimap-slider .minimap-sli= der-horizontal { background: rgba(100, 100, 100, 0.2); } .monaco-editor .minimap-slider:hover, .monaco-editor .minimap-slider:hover = .minimap-slider-horizontal { background: rgba(100, 100, 100, 0.35); } .monaco-editor .minimap-slider.active, .monaco-editor .minimap-slider.activ= e .minimap-slider-horizontal { background: rgba(0, 0, 0, 0.3); } .monaco-editor .minimap-shadow-visible { box-shadow: rgb(221, 221, 221) -6p= x 0px 6px -6px inset; } .monaco-editor .scroll-decoration { box-shadow: rgb(221, 221, 221) 0px 6px = 6px -6px inset; } .monaco-editor .focused .selected-text { background-color: rgb(173, 214, 25= 5); } .monaco-editor .selected-text { background-color: rgb(229, 235, 241); } .monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-in= put { background-color: rgb(247, 247, 247); } .monaco-editor, .monaco-editor .inputarea.ime-input { color: rgb(0, 0, 0); = } .monaco-editor .margin { background-color: rgb(247, 247, 247); } .monaco-editor .rangeHighlight { background-color: rgba(253, 255, 0, 0.2); = } .monaco-editor .symbolHighlight { background-color: rgba(234, 92, 0, 0.33);= } .vs-whitespace { color: rgba(51, 51, 51, 0.2) !important; } .monaco-editor .view-overlays .current-line { border: 2px solid rgb(238, 23= 8, 238); } .monaco-editor .margin-view-overlays .current-line-margin { border: 2px sol= id rgb(238, 238, 238); } .monaco-editor .lines-content .cigr { box-shadow: rgb(211, 211, 211) 1px 0p= x 0px 0px inset; } .monaco-editor .lines-content .cigra { box-shadow: rgb(147, 147, 147) 1px 0= px 0px 0px inset; } .monaco-editor .line-numbers { color: rgb(153, 153, 153); } .monaco-editor .current-line ~ .line-numbers { color: rgb(11, 33, 111); } .monaco-editor .view-ruler { box-shadow: rgb(211, 211, 211) 1px 0px 0px 0px= inset; } .monaco-editor .cursor { background-color: rgb(0, 0, 0); border-color: rgb(= 0, 0, 0); color: rgb(255, 255, 255); } .monaco-editor.vs .valueSetReplacement { outline: rgb(185, 185, 185) solid = 2px; } .monaco-editor .squiggly-error { background: url("data:image/svg+xml,%3Csvg= %20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%20= 3'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'= %3E%3Cg%20fill%3D'%23e51400'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201= .1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4= %2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%= 3C%2Fg%3E%3C%2Fsvg%3E") left bottom repeat-x; } .monaco-editor .squiggly-warning { background: url("data:image/svg+xml,%3Cs= vg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%= 203'%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'= 6'%3E%3Cg%20fill%3D'%23e9a700'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%2= 01.1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205= .4%2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3= E%3C%2Fg%3E%3C%2Fsvg%3E") left bottom repeat-x; } .monaco-editor .squiggly-info { background: url("data:image/svg+xml,%3Csvg%= 20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%206%203= '%20enable-background%3D'new%200%200%206%203'%20height%3D'3'%20width%3D'6'%= 3E%3Cg%20fill%3D'%2375beff'%3E%3Cpolygon%20points%3D'5.5%2C0%202.5%2C3%201.= 1%2C3%204.1%2C0'%2F%3E%3Cpolygon%20points%3D'4%2C0%206%2C2%206%2C0.6%205.4%= 2C0'%2F%3E%3Cpolygon%20points%3D'0%2C2%201%2C3%202.4%2C3%200%2C0.6'%2F%3E%3= C%2Fg%3E%3C%2Fsvg%3E") left bottom repeat-x; } .monaco-editor .squiggly-hint { background: url("data:image/svg+xml,%3Csvg%= 20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%223%22%20w= idth%3D%2212%22%3E%3Cg%20fill%3D%22%236c6c6c%22%3E%3Ccircle%20cx%3D%221%22%= 20cy%3D%221%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%221%22%2= 0r%3D%221%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%221%22%20r%3D%221%22%2F%= 3E%3C%2Fg%3E%3C%2Fsvg%3E") left bottom no-repeat; } .monaco-editor.showUnused .squiggly-inline-unnecessary { opacity: 0.467; } .monaco-editor .squiggly-inline-deprecated { text-decoration: line-through = rgb(0, 0, 0); } .monaco-diff-editor .diff-review-line-number { color: rgb(153, 153, 153); } .monaco-diff-editor .diff-review-shadow { box-shadow: rgb(221, 221, 221) 0p= x -6px 6px -6px inset; } .monaco-editor .line-insert, .monaco-editor .char-insert { background-color= : rgba(155, 185, 85, 0.2); } .monaco-diff-editor .line-insert, .monaco-diff-editor .char-insert { backgr= ound-color: rgba(155, 185, 85, 0.2); } .monaco-editor .inline-added-margin-view-zone { background-color: rgba(155,= 185, 85, 0.2); } .monaco-editor .line-delete, .monaco-editor .char-delete { background-color= : rgba(255, 0, 0, 0.2); } .monaco-diff-editor .line-delete, .monaco-diff-editor .char-delete { backgr= ound-color: rgba(255, 0, 0, 0.2); } .monaco-editor .inline-deleted-margin-view-zone { background-color: rgba(25= 5, 0, 0, 0.2); } .monaco-diff-editor.side-by-side .editor.modified { box-shadow: rgb(221, 22= 1, 221) -6px 0px 5px -5px; } .monaco-editor .bracket-match { background-color: rgba(0, 100, 0, 0.1); } .monaco-editor .bracket-match { border: 1px solid rgb(185, 185, 185); } .monaco-editor .contentWidgets .codicon-lightbulb { color: rgb(221, 177, 0)= ; } .monaco-editor .contentWidgets .codicon-lightbulb-autofix { color: rgb(0, 1= 22, 204); } .monaco-editor .codelens-decoration { color: rgb(153, 153, 153); } .monaco-editor .codelens-decoration .codicon { color: rgb(153, 153, 153); } .monaco-editor .codelens-decoration > a:hover { color: rgb(0, 0, 255) !impo= rtant; } .monaco-editor .codelens-decoration > a:hover .codicon { color: rgb(0, 0, 2= 55) !important; } .codicon-symbol-array { color: rgb(97, 97, 97) !important; } .codicon-symbol-boolean { color: rgb(97, 97, 97) !important; } .codicon-symbol-class { color: rgb(214, 126, 0) !important; } .codicon-symbol-method { color: rgb(101, 45, 144) !important; } .codicon-symbol-color { color: rgb(97, 97, 97) !important; } .codicon-symbol-constant { color: rgb(97, 97, 97) !important; } .codicon-symbol-constructor { color: rgb(101, 45, 144) !important; } .codicon-symbol-value, .codicon-symbol-enum { color: rgb(214, 126, 0) !impo= rtant; } .codicon-symbol-enum-member { color: rgb(0, 122, 204) !important; } .codicon-symbol-event { color: rgb(214, 126, 0) !important; } .codicon-symbol-field { color: rgb(0, 122, 204) !important; } .codicon-symbol-file { color: rgb(97, 97, 97) !important; } .codicon-symbol-folder { color: rgb(97, 97, 97) !important; } .codicon-symbol-function { color: rgb(101, 45, 144) !important; } .codicon-symbol-interface { color: rgb(0, 122, 204) !important; } .codicon-symbol-key { color: rgb(97, 97, 97) !important; } .codicon-symbol-keyword { color: rgb(97, 97, 97) !important; } .codicon-symbol-module { color: rgb(97, 97, 97) !important; } .codicon-symbol-namespace { color: rgb(97, 97, 97) !important; } .codicon-symbol-null { color: rgb(97, 97, 97) !important; } .codicon-symbol-number { color: rgb(97, 97, 97) !important; } .codicon-symbol-object { color: rgb(97, 97, 97) !important; } .codicon-symbol-operator { color: rgb(97, 97, 97) !important; } .codicon-symbol-package { color: rgb(97, 97, 97) !important; } .codicon-symbol-property { color: rgb(97, 97, 97) !important; } .codicon-symbol-reference { color: rgb(97, 97, 97) !important; } .codicon-symbol-snippet { color: rgb(97, 97, 97) !important; } .codicon-symbol-string { color: rgb(97, 97, 97) !important; } .codicon-symbol-struct { color: rgb(97, 97, 97) !important; } .codicon-symbol-text { color: rgb(97, 97, 97) !important; } .codicon-symbol-type-parameter { color: rgb(97, 97, 97) !important; } .codicon-symbol-unit { color: rgb(97, 97, 97) !important; } .codicon-symbol-variable { color: rgb(0, 122, 204) !important; } .monaco-editor .findOptionsWidget { background-color: rgb(243, 243, 243); } .monaco-editor .findOptionsWidget { color: rgb(97, 97, 97); } .monaco-editor .findOptionsWidget { box-shadow: rgb(168, 168, 168) 0px 2px = 8px; } .monaco-editor .findMatch { background-color: rgba(234, 92, 0, 0.33); } .monaco-editor .currentFindMatch { background-color: rgb(168, 172, 148); } .monaco-editor .findScope { background-color: rgba(180, 180, 180, 0.3); } .monaco-editor .find-widget { background-color: rgb(243, 243, 243); } .monaco-editor .find-widget { box-shadow: rgb(168, 168, 168) 0px 2px 8px; } .monaco-editor .find-widget { color: rgb(97, 97, 97); } .monaco-editor .find-widget.no-results .matchesCount { color: rgb(161, 38, = 13); } .monaco-editor .find-widget .monaco-sash { background-color: rgb(200, 200, = 200); margin-left: -4px; width: 3px !important; } .monaco-editor .find-widget .monaco-inputbox.synthetic-focus { outline-colo= r: rgba(0, 122, 204, 0.4); } .monaco-editor .folded-background { background-color: rgba(173, 214, 255, 0= .3); } .monaco-editor .detected-link-active { color: rgb(0, 0, 255) !important; } .monaco-editor .monaco-editor-overlaymessage .anchor { border-top-color: rg= b(0, 122, 204); } .monaco-editor .monaco-editor-overlaymessage .message { border: 1px solid r= gb(0, 122, 204); } .monaco-editor .monaco-editor-overlaymessage .message { background-color: r= gb(214, 236, 242); } .monaco-editor .parameter-hints-widget { border: 1px solid rgb(200, 200, 20= 0); } .monaco-editor .parameter-hints-widget.multiple .body { border-left: 1px so= lid rgba(200, 200, 200, 0.5); } .monaco-editor .parameter-hints-widget .signature.has-docs { border-bottom:= 1px solid rgba(200, 200, 200, 0.5); } .monaco-editor .parameter-hints-widget { background-color: rgb(243, 243, 24= 3); } .monaco-editor .parameter-hints-widget a { color: rgb(0, 106, 177); } .monaco-editor .parameter-hints-widget { color: rgb(97, 97, 97); } .monaco-editor .parameter-hints-widget code { background-color: rgba(220, 2= 20, 220, 0.4); } .monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-highli= ghted-label .highlight { color: rgb(0, 102, 191); } .monaco-editor .suggest-widget { color: rgb(0, 0, 0); } .monaco-editor .suggest-widget a { color: rgb(0, 106, 177); } .monaco-editor .suggest-widget code { background-color: rgba(220, 220, 220,= 0.4); } .monaco-editor .focused .selectionHighlight { background-color: rgba(173, 2= 14, 255, 0.3); } .monaco-editor .selectionHighlight { background-color: rgba(173, 214, 255, = 0.15); } .monaco-editor .wordHighlight { background-color: rgba(87, 87, 87, 0.25); } .monaco-editor .wordHighlightStrong { background-color: rgba(14, 99, 156, 0= .25); } .monaco-editor .accessibilityHelpWidget { background-color: rgb(243, 243, 2= 43); } .monaco-editor .accessibilityHelpWidget { color: rgb(97, 97, 97); } .monaco-editor .accessibilityHelpWidget { box-shadow: rgb(168, 168, 168) 0p= x 2px 8px; } .monaco-editor .tokens-inspect-widget { border: 1px solid rgb(200, 200, 200= ); } .monaco-editor .tokens-inspect-widget .tokens-inspect-separator { backgroun= d-color: rgb(200, 200, 200); } .monaco-editor .tokens-inspect-widget { background-color: rgb(243, 243, 243= ); } .monaco-editor .tokens-inspect-widget { color: rgb(97, 97, 97); } .monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight = { background-color: rgba(234, 92, 0, 0.3); } .monaco-editor .reference-zone-widget .preview .reference-decoration { back= ground-color: rgba(245, 216, 2, 0.87); } .monaco-editor .reference-zone-widget .ref-tree { background-color: rgb(243= , 243, 243); } .monaco-editor .reference-zone-widget .ref-tree { color: rgb(100, 100, 101)= ; } .monaco-editor .reference-zone-widget .ref-tree .reference-file { color: rg= b(30, 30, 30); } .monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-= list-rows > .monaco-list-row.selected:not(.highlighted) { background-color:= rgba(51, 153, 255, 0.2); } .monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-= list-rows > .monaco-list-row.selected:not(.highlighted) { color: rgb(108, 1= 08, 108) !important; } .monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-edito= r-background, .monaco-editor .reference-zone-widget .preview .monaco-editor= .inputarea.ime-input { background-color: rgb(242, 248, 252); } .monaco-editor .reference-zone-widget .preview .monaco-editor .margin { bac= kground-color: rgb(242, 248, 252); } .monaco-editor .goto-definition-link { color: rgb(0, 0, 255) !important; } .monaco-editor .zone-widget .codicon-error, .markers-panel .marker-icon.cod= icon-error, .extensions-viewlet > .extensions .codicon-error, .monaco-dialo= g-box .dialog-message-row .codicon-error { color: rgb(229, 20, 0); } .monaco-editor .zone-widget .codicon-warning, .markers-panel .marker-icon.c= odicon-warning, .extensions-viewlet > .extensions .codicon-warning, .extens= ion-editor .codicon-warning, .monaco-dialog-box .dialog-message-row .codico= n-warning { color: rgb(233, 167, 0); } .monaco-editor .zone-widget .codicon-info, .markers-panel .marker-icon.codi= con-info, .extensions-viewlet > .extensions .codicon-info, .extension-edito= r .codicon-info, .monaco-dialog-box .dialog-message-row .codicon-info { col= or: rgb(117, 190, 255); } .monaco-editor .marker-widget a { color: rgb(0, 106, 177); } .monaco-editor .marker-widget a.code-link span:hover { color: rgb(0, 106, 1= 77); } .monaco-editor-hover .hover-contents a.code-link span:hover { color: rgb(0,= 106, 177); } .monaco-editor .hoverHighlight { background-color: rgba(173, 214, 255, 0.15= ); } .monaco-editor .monaco-editor-hover { background-color: rgb(243, 243, 243);= } .monaco-editor .monaco-editor-hover { border: 1px solid rgb(200, 200, 200);= } .monaco-editor .monaco-editor-hover .hover-row:not(:first-child):not(:empty= ) { border-top: 1px solid rgba(200, 200, 200, 0.5); } .monaco-editor .monaco-editor-hover hr { border-top: 1px solid rgba(200, 20= 0, 200, 0.5); } .monaco-editor .monaco-editor-hover hr { border-bottom: 0px solid rgba(200,= 200, 200, 0.5); } .monaco-editor .monaco-editor-hover a { color: rgb(0, 106, 177); } .monaco-editor .monaco-editor-hover { color: rgb(97, 97, 97); } .monaco-editor .monaco-editor-hover .hover-row .actions { background-color:= rgb(231, 231, 231); } .monaco-editor .monaco-editor-hover code { background-color: rgba(220, 220,= 220, 0.4); } .monaco-editor .snippet-placeholder { background-color: rgba(10, 50, 100, 0= .2); outline-color: transparent; } .monaco-editor .finish-snippet-placeholder { background-color: transparent;= outline-color: rgba(10, 50, 100, 0.5); } .mtk1 { color: rgb(0, 0, 0); } .mtk2 { color: rgb(255, 255, 254); } .mtk3 { color: rgb(128, 128, 128); } .mtk4 { color: rgb(255, 0, 0); } .mtk5 { color: rgb(4, 81, 165); } .mtk6 { color: rgb(0, 0, 255); } .mtk7 { color: rgb(9, 134, 88); } .mtk8 { color: rgb(0, 128, 0); } .mtk9 { color: rgb(221, 0, 0); } .mtk10 { color: rgb(129, 31, 63); } .mtk11 { color: rgb(9, 136, 90); } .mtk12 { color: rgb(56, 56, 56); } .mtk13 { color: rgb(38, 127, 153); } .mtk14 { color: rgb(121, 94, 38); } .mtk15 { color: rgb(0, 16, 128); } .mtk16 { color: rgb(205, 49, 49); } .mtk17 { color: rgb(134, 59, 0); } .mtk18 { color: rgb(175, 0, 219); } .mtk19 { color: rgb(209, 105, 105); } .mtk20 { color: rgb(128, 0, 0); } .mtk21 { color: rgb(224, 0, 0); } .mtk22 { color: rgb(48, 48, 192); } .mtk23 { color: rgb(102, 102, 102); } .mtk24 { color: rgb(119, 136, 153); } .mtk25 { color: rgb(255, 0, 255); } .mtk26 { color: rgb(163, 21, 21); } .mtk27 { color: rgb(79, 118, 172); } .mtk28 { color: rgb(0, 128, 128); } .mtk29 { color: rgb(0, 17, 136); } .mtk30 { color: rgb(72, 100, 170); } .mtki { font-style: italic; } .mtkb { font-weight: bold; } .mtku { text-decoration: underline; text-underline-position: under; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-d53a45a4-3545-4124-9ddb-928d7f80034c@mhtml.blink @charset "utf-8"; .monaco-editor .codelens-decoration.ee1f61 { height: 21px; line-height: 19p= x; font-size: 13px; padding-right: 6px; } .monaco-editor .codelens-decoration.ee1f61 > a > .codicon { line-height: 19= px; font-size: 13px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-85bbfd0a-7a24-4c2d-bc7e-1290ee1bd5e1@mhtml.blink @charset "utf-8"; .monaco-editor .codelens-decoration.ee1f62 { height: 21px; line-height: 19p= x; font-size: 13px; padding-right: 6px; } .monaco-editor .codelens-decoration.ee1f62 > a > .codicon { line-height: 19= px; font-size: 13px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-79467661-3154-4e23-8ec9-aac02085b2c2@mhtml.blink @charset "utf-8"; .monaco-editor .codelens-decoration.ee1f63 { height: 21px; line-height: 19p= x; font-size: 13px; padding-right: 6px; } .monaco-editor .codelens-decoration.ee1f63 > a > .codicon { line-height: 19= px; font-size: 13px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ab89ccc6-4c1e-45ba-92a5-54363133173a@mhtml.blink @charset "utf-8"; .monaco-editor .codelens-decoration.ee1f64 { height: 21px; line-height: 19p= x; font-size: 13px; padding-right: 6px; } .monaco-editor .codelens-decoration.ee1f64 > a > .codicon { line-height: 19= px; font-size: 13px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-32e229fa-74e8-483a-b9b1-c366919f5f62@mhtml.blink @charset "utf-8"; .monaco-editor .codelens-decoration.ee1f65 { height: 21px; line-height: 19p= x; font-size: 13px; padding-right: 6px; } .monaco-editor .codelens-decoration.ee1f65 > a > .codicon { line-height: 19= px; font-size: 13px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3ae9c2cc-1013-45e8-a9ea-7468703585b3@mhtml.blink @charset "utf-8"; .monaco-editor .codelens-decoration.ee1f66 { height: 21px; line-height: 19p= x; font-size: 13px; padding-right: 6px; } .monaco-editor .codelens-decoration.ee1f66 > a > .codicon { line-height: 19= px; font-size: 13px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3c50db8a-8ead-4c59-8e9f-6e8d47ce7c28@mhtml.blink @charset "utf-8"; .monaco-editor .codelens-decoration.ee1f67 { height: 21px; line-height: 19p= x; font-size: 13px; padding-right: 6px; } .monaco-editor .codelens-decoration.ee1f67 > a > .codicon { line-height: 19= px; font-size: 13px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-392530e0-1b39-4757-a355-0a229483ed42@mhtml.blink @charset "utf-8"; .monaco-editor .codelens-decoration.ee1f68 { height: 21px; line-height: 19p= x; font-size: 13px; padding-right: 6px; } .monaco-editor .codelens-decoration.ee1f68 > a > .codicon { line-height: 19= px; font-size: 13px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-881e8b11-c59b-4220-95fb-2a2edd4d1a16@mhtml.blink @charset "utf-8"; .monaco-editor .codelens-decoration.ee1f69 { height: 21px; line-height: 19p= x; font-size: 13px; padding-right: 6px; } .monaco-editor .codelens-decoration.ee1f69 > a > .codicon { line-height: 19= px; font-size: 13px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-029738f3-1365-4085-982b-d9ad3a3c4d04@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ce9bece7-2359-4313-be0b-f840cf656ee8@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-cdd66d97-0d86-4cb6-a1d1-7ca999d92c3d@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e5eae289-9873-4cd7-9617-a61769924c33@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ac33fec5-b33a-4051-818f-af668d940017@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b5ae5f17-320e-4009-8e55-e37175897513@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-190c587d-8408-4b68-bc3b-75adb6c757aa@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f3f9bf0d-e3e2-47fa-a6bf-5831a1f01e91@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-efdc9328-fd09-4859-be98-1a4cfcaedb7c@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ae6445fb-ec9d-45e9-8f5c-0d1f7921b0fd@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-2e727286-ef87-470a-9a0d-0e541bc024ec@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-6775e551-1672-4803-a196-9b912e073387@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a034ffd4-56e6-42a3-ae50-eb35af52623b@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-822a2fc9-29e9-4fe7-acc7-2642b475b92c@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-bd2d5806-d86a-466b-9cb9-b3903f4c9da4@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-038a0f71-49a8-41c7-bfae-ab4b397fa886@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7ff0ec57-a183-42a2-ae4e-627a141259d7@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-308994ef-5a9e-4eff-9ae2-33c4614384f2@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-690460fa-5833-433a-a9ff-205a7110b796@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7d5a3172-146f-4050-ab44-3c2aa5392175@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-db08e8cd-39f2-4e7f-b8e7-686ee11d6eed@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e3936556-8fa7-4b2a-8838-defc3ff8fc9e@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e343ab90-c9af-431b-8f72-5a2a8b79aee1@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-5039189c-0b53-4675-8c9e-ad02c453d5d5@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b66eb2f8-c711-4e60-aefe-93b551861297@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ac991f96-f7fb-408d-adb6-a4e0c15b955e@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c3efbba2-1a54-431a-b4d2-30c33a9eefbd@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-90365d59-ea7f-4408-a633-3d103dfecb88@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ee6fc313-7f27-4e53-aa08-f89b8ed97fa7@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-39d7763f-2dc3-450f-80a6-291b6e47b870@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-def5705c-719c-4381-ae20-0e3c927b4a6b@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-66f047dd-c58b-438a-8e5b-0c3b141ed3b4@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7884b1e2-539f-4055-9445-9b168ff9dfa0@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-36ba3469-8294-4769-a8be-0b311ef33609@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-088fb01c-1e3a-4ab4-9566-35f736bb80d1@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-46d6740f-cffb-4228-907e-4858474bbcb1@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-62fdb1e2-d73d-4a27-9e78-7e3f9daccb2d@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-6100fa73-3064-4906-85ab-6e18394a7b57@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-14cc76b2-8dfa-4bf4-8be8-26a244a42cdc@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-cbfc25f6-c0f2-4aab-a3dc-b744e9c8efb1@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ad7034d7-d34c-42be-8cb0-b354d9359529@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-82c1e883-6958-4e72-ae77-2e32f5ea8e53@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-77b1e02c-e77f-47f0-a034-c9b12617e767@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-01747fbc-5df1-4783-8894-8bc2c3459d72@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7c7f0786-aa5a-458f-bdee-9c638fc9131d@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f33012de-4df8-4657-b3e2-8c75efaf0325@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c6be9e2b-c965-49fe-8669-a94b7bfcc722@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-07be514a-a7c4-45c0-90b6-15ad1e07a492@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f8b5c943-9f62-42ad-80ad-4e3204f54c4e@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-5ca59376-5f73-4f26-ba90-b31dc95aae93@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-00956858-a109-4715-9c1c-60af2c4a6931@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-8f18c73a-6bee-4ec9-a3f4-ac340b14974d@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-8f950031-a1a0-415b-b4c8-04cafbc079ed@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-82a472db-18b5-49d4-8532-1e129a73f2c2@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-53670421-c6eb-473e-8137-be40f5fb4e16@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-27f655c9-4c14-4ab2-8873-0f8a13c98c49@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-28d676aa-1980-49be-89f9-e742a43ff863@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-de077a56-3d63-447b-a9a7-28b8bac11c51@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-05c11488-613c-4064-a4de-6fcb2ca12b0d@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-5f888d14-693a-461f-80a6-405418faafd4@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3ef7f088-0d91-462e-b607-dbbdec810b16@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-45178d3c-fb51-4ac5-a0b4-a82bea4d6d0b@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-775f0da3-de1a-4236-ab95-60444e3fa2a8@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7ef2d4b8-842a-4c94-9f3f-6cf46cabf82b@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a13cb092-fed3-40a5-9c6d-dd5fc9ed1cc2@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-eb04efa3-9143-41f7-a7ba-22dfd4d289cd@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-2cd70474-0eb0-4222-bc9d-29866a8a8370@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4fec65a5-4fc0-4e68-835f-693a35dc9353@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-febb3cd0-1ffa-49a6-9e02-c0fa3055abde@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e380b716-7abb-4157-8b6f-9d10b3e8bf00@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-17e3235b-7d30-4382-8bf6-03f26799d396@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-43bf9ec3-39d8-4096-bb1f-47b3286cbf12@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-6c6880cb-115f-4498-aaf6-37d60fe82ddc@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4fd72dbe-ec41-4e53-991d-9420c1a58997@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-898d9b06-3b3d-439b-b883-a498f258f7f9@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c7edb2db-649f-442c-91f6-7b54b2b97b48@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c7b2e78f-a177-4fc1-af72-c416ece92147@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-bb823557-8a31-44cf-ad30-52cd2263bfe5@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ecfcc0a6-aa37-4de7-bee8-c50e4a3ca003@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e34e0e61-c7e9-4047-8e67-dd688d080544@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3447d18a-7f77-474f-b3ae-bb0b46df79e2@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-46e34a68-d048-4389-bdbf-412ac841a4fd@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-71184e1a-9642-4cd1-b874-2bcd7ccb1f66@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-38b2c2b0-8e22-4b05-99ec-1aae33618965@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3ffcb8d3-8194-4404-8cc7-4338430a22de@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-bd4382ff-4147-40d9-b9ee-82a22adf3ff0@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-5a3e9f0c-6a0d-4fbb-a7b7-1cb0294b0d67@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-d6db64fc-c65a-4585-8149-a1513a43fb49@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-06fce96f-db08-4d0e-b10f-cdbb8cb354a8@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e861d1f4-68ce-45ef-9195-0f081241000e@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-d2ee272f-c66e-472b-8933-2ae97846beb5@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7042faa2-ef28-4c82-a3bb-8e259b2c7844@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f9aaf439-e687-4984-922b-ca1ac8e6f276@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-476b38b2-c302-4db4-acf1-b85c194c3aed@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-853a8a67-ad7b-4c99-9cb2-149cf3dacb7f@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-77d03f4d-65f2-4277-b77c-97f0a72df0c2@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-55fa9ceb-8e82-4aac-a616-68bbde06b86b@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3a4222b1-de92-4182-82ab-38ab8e6b5d4e@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a8ca973b-a7f8-450e-ab9e-e15157d946d1@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-14113714-54aa-4ff1-9bf8-bf5854a0d47a@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-1a51812a-0de0-467d-b5b1-8b8be1a8e630@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-11c57aa4-9dd9-4d58-a8e9-33e8d4346028@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c5a075e8-d359-4d3e-9c70-1618e45b77ed@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4277e833-e69a-48b5-91fe-59882f91a564@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-991bafe2-1bf8-4dfe-90a8-c3b86b19aafb@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e7803131-134e-4655-9fcb-62e3e7fb9265@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4dabe084-ee7a-46cd-b6ac-3cd9d8657ad9@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-d4f7e951-0e7f-404c-81f7-34f422732f33@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-356e1c33-6ba9-4ef4-85cb-4bc4618c2799@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-89b02931-a835-4225-a48a-b540cd7584fc@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-77cbf6c5-6f19-4e16-a66d-33329a7e48f3@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b4a7c693-5221-45e5-b40e-2589a9548ee5@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ff4c9610-2426-4d95-9021-f148628b6c2a@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4fc15c46-a107-49d6-8ea3-affffc106ed8@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-bdef25a8-adaf-40bf-910d-31f269a49b7b@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-31ba6a3c-200f-478b-96c5-6ce889695013@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-9b40e99a-518d-4a18-b9b7-333529e7be0c@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-45d25d20-ff3a-47ee-871d-38310257d8c4@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e8a16d71-1c3e-45ab-b751-62c3c2852cf1@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b6c99a6c-d35c-44d3-928c-b823d9fa45ed@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e16234ef-47e6-42f9-9031-e7a1eeded1d6@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-76cabf0e-1a89-4204-b0ba-40acba4e7537@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-310c07d3-90a4-45da-9111-b1a0772c0328@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ce52be25-7f4c-43a8-b863-652f8114a9e0@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c866cf8b-e4b6-4662-b272-7764f9e8f419@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-eee6494f-2a6d-4d56-931b-299e9f54e68e@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e1c2b3e5-cf68-4d91-9114-67657a2f3c62@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-5f5b82a3-2a07-47e3-aef6-1809ec2f364a@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-fb3fcec4-6717-45cf-8060-147f22304803@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-87ab4bde-fbce-4068-8d4b-42b811be6004@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-aac2b3e5-7af1-4326-9201-1799a5332fe0@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ff73f9d6-d194-4648-9b94-996fb1223c79@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-86bfed78-dbc0-4cf6-8e3c-1ee4324962bc@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-19fef70a-64be-4571-84e3-e748210efcf9@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-bb9c311c-fd6f-407c-b35e-de1b649fd1b6@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-2f768927-e473-400a-8933-bdcace9ba689@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-36bffa3e-0535-4777-b823-3c29fbe7f1f9@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3f82ab85-5506-43a9-9493-37e03e949420@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a6e9252e-a1b0-434e-acda-fd9a24cb8336@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-83fde3a9-c4cb-46c7-86b0-e0354b0a469c@mhtml.blink @charset "utf-8"; =0A ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e1343045-2c98-4624-a92a-415cbdcaed91@mhtml.blink @charset "utf-8"; .monaco-list.list_id_2:focus .monaco-list-row.focused { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_2:focus .monaco-list-row.focused:hover { background-co= lor: rgb(214, 235, 255); } .monaco-list.list_id_2:focus .monaco-list-row.selected { background-color: = rgb(0, 105, 209); } .monaco-list.list_id_2:focus .monaco-list-row.selected:hover { background-c= olor: rgb(0, 105, 209); } .monaco-list.list_id_2:focus .monaco-list-row.selected { color: rgb(255, 25= 5, 255); } .monaco-drag-image, .monaco-list.list_id_2:focus .monaco-list-row.selected.= focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_2:focus .monaco-list-row.selected.= focused { color: rgb(255, 255, 255); } .monaco-list.list_id_2 .monaco-list-row.focused { background-color: rgb(214= , 235, 255); } .monaco-list.list_id_2 .monaco-list-row.focused:hover { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_2 .monaco-list-row.selected { background-color: rgb(22= 8, 230, 241); } .monaco-list.list_id_2 .monaco-list-row.selected:hover { background-color: = rgb(228, 230, 241); } .monaco-list.list_id_2:not(.drop-target) .monaco-list-row:hover:not(.select= ed):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_2.drop-target, .monaco-list.list_id_2 .monaco-list-row= s.drop-target, .monaco-list.list_id_2 .monaco-list-row.drop-target { backgr= ound-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-21eebf42-0f9f-4297-a38c-bd0d6437e650@mhtml.blink @charset "utf-8"; .monaco-list.list_id_3:focus .monaco-list-row.focused { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_3:focus .monaco-list-row.focused:hover { background-co= lor: rgb(214, 235, 255); } .monaco-list.list_id_3:focus .monaco-list-row.selected { background-color: = rgb(0, 105, 209); } .monaco-list.list_id_3:focus .monaco-list-row.selected:hover { background-c= olor: rgb(0, 105, 209); } .monaco-list.list_id_3:focus .monaco-list-row.selected { color: rgb(255, 25= 5, 255); } .monaco-drag-image, .monaco-list.list_id_3:focus .monaco-list-row.selected.= focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_3:focus .monaco-list-row.selected.= focused { color: rgb(255, 255, 255); } .monaco-list.list_id_3 .monaco-list-row.focused { background-color: rgb(214= , 235, 255); } .monaco-list.list_id_3 .monaco-list-row.focused:hover { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_3 .monaco-list-row.selected { background-color: rgb(22= 8, 230, 241); } .monaco-list.list_id_3 .monaco-list-row.selected:hover { background-color: = rgb(228, 230, 241); } .monaco-list.list_id_3:not(.drop-target) .monaco-list-row:hover:not(.select= ed):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_3.drop-target, .monaco-list.list_id_3 .monaco-list-row= s.drop-target, .monaco-list.list_id_3 .monaco-list-row.drop-target { backgr= ound-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ac286f46-2662-4d2c-b5a8-354acd05f8bc@mhtml.blink @charset "utf-8"; .monaco-list.list_id_4:focus .monaco-list-row.focused { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_4:focus .monaco-list-row.focused:hover { background-co= lor: rgb(214, 235, 255); } .monaco-list.list_id_4:focus .monaco-list-row.selected { background-color: = rgb(0, 105, 209); } .monaco-list.list_id_4:focus .monaco-list-row.selected:hover { background-c= olor: rgb(0, 105, 209); } .monaco-list.list_id_4:focus .monaco-list-row.selected { color: rgb(255, 25= 5, 255); } .monaco-drag-image, .monaco-list.list_id_4:focus .monaco-list-row.selected.= focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_4:focus .monaco-list-row.selected.= focused { color: rgb(255, 255, 255); } .monaco-list.list_id_4 .monaco-list-row.focused { background-color: rgb(214= , 235, 255); } .monaco-list.list_id_4 .monaco-list-row.focused:hover { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_4 .monaco-list-row.selected { background-color: rgb(22= 8, 230, 241); } .monaco-list.list_id_4 .monaco-list-row.selected:hover { background-color: = rgb(228, 230, 241); } .monaco-list.list_id_4:not(.drop-target) .monaco-list-row:hover:not(.select= ed):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_4.drop-target, .monaco-list.list_id_4 .monaco-list-row= s.drop-target, .monaco-list.list_id_4 .monaco-list-row.drop-target { backgr= ound-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-89eb3a29-9a7b-475f-bb0e-58719c2084d3@mhtml.blink @charset "utf-8"; .monaco-list.list_id_5:focus .monaco-list-row.focused { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_5:focus .monaco-list-row.focused:hover { background-co= lor: rgb(214, 235, 255); } .monaco-list.list_id_5:focus .monaco-list-row.selected { background-color: = rgb(0, 105, 209); } .monaco-list.list_id_5:focus .monaco-list-row.selected:hover { background-c= olor: rgb(0, 105, 209); } .monaco-list.list_id_5:focus .monaco-list-row.selected { color: rgb(255, 25= 5, 255); } .monaco-drag-image, .monaco-list.list_id_5:focus .monaco-list-row.selected.= focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_5:focus .monaco-list-row.selected.= focused { color: rgb(255, 255, 255); } .monaco-list.list_id_5 .monaco-list-row.focused { background-color: rgb(214= , 235, 255); } .monaco-list.list_id_5 .monaco-list-row.focused:hover { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_5 .monaco-list-row.selected { background-color: rgb(22= 8, 230, 241); } .monaco-list.list_id_5 .monaco-list-row.selected:hover { background-color: = rgb(228, 230, 241); } .monaco-list.list_id_5:not(.drop-target) .monaco-list-row:hover:not(.select= ed):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_5.drop-target, .monaco-list.list_id_5 .monaco-list-row= s.drop-target, .monaco-list.list_id_5 .monaco-list-row.drop-target { backgr= ound-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b38e456b-3ee0-47cf-ad2e-3f018fb73446@mhtml.blink @charset "utf-8"; .monaco-list.list_id_6:focus .monaco-list-row.focused { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_6:focus .monaco-list-row.focused:hover { background-co= lor: rgb(214, 235, 255); } .monaco-list.list_id_6:focus .monaco-list-row.selected { background-color: = rgb(0, 105, 209); } .monaco-list.list_id_6:focus .monaco-list-row.selected:hover { background-c= olor: rgb(0, 105, 209); } .monaco-list.list_id_6:focus .monaco-list-row.selected { color: rgb(255, 25= 5, 255); } .monaco-drag-image, .monaco-list.list_id_6:focus .monaco-list-row.selected.= focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_6:focus .monaco-list-row.selected.= focused { color: rgb(255, 255, 255); } .monaco-list.list_id_6 .monaco-list-row.focused { background-color: rgb(214= , 235, 255); } .monaco-list.list_id_6 .monaco-list-row.focused:hover { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_6 .monaco-list-row.selected { background-color: rgb(22= 8, 230, 241); } .monaco-list.list_id_6 .monaco-list-row.selected:hover { background-color: = rgb(228, 230, 241); } .monaco-list.list_id_6:not(.drop-target) .monaco-list-row:hover:not(.select= ed):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_6.drop-target, .monaco-list.list_id_6 .monaco-list-row= s.drop-target, .monaco-list.list_id_6 .monaco-list-row.drop-target { backgr= ound-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-183e3a26-bc45-4bdf-83b6-3e7ac10788c8@mhtml.blink @charset "utf-8"; .monaco-list.list_id_7:focus .monaco-list-row.focused { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_7:focus .monaco-list-row.focused:hover { background-co= lor: rgb(214, 235, 255); } .monaco-list.list_id_7:focus .monaco-list-row.selected { background-color: = rgb(0, 105, 209); } .monaco-list.list_id_7:focus .monaco-list-row.selected:hover { background-c= olor: rgb(0, 105, 209); } .monaco-list.list_id_7:focus .monaco-list-row.selected { color: rgb(255, 25= 5, 255); } .monaco-drag-image, .monaco-list.list_id_7:focus .monaco-list-row.selected.= focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_7:focus .monaco-list-row.selected.= focused { color: rgb(255, 255, 255); } .monaco-list.list_id_7 .monaco-list-row.focused { background-color: rgb(214= , 235, 255); } .monaco-list.list_id_7 .monaco-list-row.focused:hover { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_7 .monaco-list-row.selected { background-color: rgb(22= 8, 230, 241); } .monaco-list.list_id_7 .monaco-list-row.selected:hover { background-color: = rgb(228, 230, 241); } .monaco-list.list_id_7:not(.drop-target) .monaco-list-row:hover:not(.select= ed):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_7.drop-target, .monaco-list.list_id_7 .monaco-list-row= s.drop-target, .monaco-list.list_id_7 .monaco-list-row.drop-target { backgr= ound-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-93587cad-07d4-4bdb-9b53-dd539eae714f@mhtml.blink @charset "utf-8"; .monaco-list.list_id_8:focus .monaco-list-row.focused { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_8:focus .monaco-list-row.focused:hover { background-co= lor: rgb(214, 235, 255); } .monaco-list.list_id_8:focus .monaco-list-row.selected { background-color: = rgb(0, 105, 209); } .monaco-list.list_id_8:focus .monaco-list-row.selected:hover { background-c= olor: rgb(0, 105, 209); } .monaco-list.list_id_8:focus .monaco-list-row.selected { color: rgb(255, 25= 5, 255); } .monaco-drag-image, .monaco-list.list_id_8:focus .monaco-list-row.selected.= focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_8:focus .monaco-list-row.selected.= focused { color: rgb(255, 255, 255); } .monaco-list.list_id_8 .monaco-list-row.focused { background-color: rgb(214= , 235, 255); } .monaco-list.list_id_8 .monaco-list-row.focused:hover { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_8 .monaco-list-row.selected { background-color: rgb(22= 8, 230, 241); } .monaco-list.list_id_8 .monaco-list-row.selected:hover { background-color: = rgb(228, 230, 241); } .monaco-list.list_id_8:not(.drop-target) .monaco-list-row:hover:not(.select= ed):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_8.drop-target, .monaco-list.list_id_8 .monaco-list-row= s.drop-target, .monaco-list.list_id_8 .monaco-list-row.drop-target { backgr= ound-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-9e294d36-1b5c-4c5a-add2-41abaa93f16c@mhtml.blink @charset "utf-8"; .monaco-list.list_id_9:focus .monaco-list-row.focused { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_9:focus .monaco-list-row.focused:hover { background-co= lor: rgb(214, 235, 255); } .monaco-list.list_id_9:focus .monaco-list-row.selected { background-color: = rgb(0, 105, 209); } .monaco-list.list_id_9:focus .monaco-list-row.selected:hover { background-c= olor: rgb(0, 105, 209); } .monaco-list.list_id_9:focus .monaco-list-row.selected { color: rgb(255, 25= 5, 255); } .monaco-drag-image, .monaco-list.list_id_9:focus .monaco-list-row.selected.= focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_9:focus .monaco-list-row.selected.= focused { color: rgb(255, 255, 255); } .monaco-list.list_id_9 .monaco-list-row.focused { background-color: rgb(214= , 235, 255); } .monaco-list.list_id_9 .monaco-list-row.focused:hover { background-color: r= gb(214, 235, 255); } .monaco-list.list_id_9 .monaco-list-row.selected { background-color: rgb(22= 8, 230, 241); } .monaco-list.list_id_9 .monaco-list-row.selected:hover { background-color: = rgb(228, 230, 241); } .monaco-list.list_id_9:not(.drop-target) .monaco-list-row:hover:not(.select= ed):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_9.drop-target, .monaco-list.list_id_9 .monaco-list-row= s.drop-target, .monaco-list.list_id_9 .monaco-list-row.drop-target { backgr= ound-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4d410ff5-a1af-4187-ba36-92e1877f9606@mhtml.blink @charset "utf-8"; .monaco-list.list_id_10:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_10:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_10:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_10:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_10:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_10:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_10:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_10 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_10 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_10 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_10 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_10:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_10.drop-target, .monaco-list.list_id_10 .monaco-list-r= ows.drop-target, .monaco-list.list_id_10 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-0bf62757-c414-4c25-8b39-9051013b76af@mhtml.blink @charset "utf-8"; .monaco-list.list_id_11:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_11:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_11:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_11:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_11:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_11:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_11:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_11 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_11 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_11 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_11 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_11:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_11.drop-target, .monaco-list.list_id_11 .monaco-list-r= ows.drop-target, .monaco-list.list_id_11 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f12ce7b8-0ac0-448d-b57d-0648c7a8a38c@mhtml.blink @charset "utf-8"; .monaco-list.list_id_12:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_12:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_12:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_12:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_12:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_12:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_12:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_12 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_12 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_12 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_12 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_12:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_12.drop-target, .monaco-list.list_id_12 .monaco-list-r= ows.drop-target, .monaco-list.list_id_12 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-46bf8a4e-91c4-415e-bf24-25e8af90f0e6@mhtml.blink @charset "utf-8"; .monaco-list.list_id_13:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_13:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_13:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_13:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_13:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_13:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_13:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_13 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_13 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_13 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_13 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_13:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_13.drop-target, .monaco-list.list_id_13 .monaco-list-r= ows.drop-target, .monaco-list.list_id_13 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3db92d0a-990d-4db6-8a78-4ad02d40ed4e@mhtml.blink @charset "utf-8"; .monaco-list.list_id_14:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_14:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_14:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_14:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_14:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_14:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_14:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_14 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_14 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_14 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_14 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_14:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_14.drop-target, .monaco-list.list_id_14 .monaco-list-r= ows.drop-target, .monaco-list.list_id_14 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f0733570-ad8d-45cf-a48f-2d35ea731204@mhtml.blink @charset "utf-8"; .monaco-list.list_id_15:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_15:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_15:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_15:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_15:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_15:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_15:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_15 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_15 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_15 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_15 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_15:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_15.drop-target, .monaco-list.list_id_15 .monaco-list-r= ows.drop-target, .monaco-list.list_id_15 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a8259332-96d3-4277-a16d-880c6a9ebff2@mhtml.blink @charset "utf-8"; .monaco-list.list_id_16:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_16:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_16:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_16:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_16:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_16:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_16:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_16 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_16 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_16 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_16 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_16:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_16.drop-target, .monaco-list.list_id_16 .monaco-list-r= ows.drop-target, .monaco-list.list_id_16 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-6e6c7722-82b4-451a-9af3-eb4204e46041@mhtml.blink @charset "utf-8"; .monaco-list.list_id_17:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_17:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_17:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_17:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_17:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_17:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_17:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_17 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_17 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_17 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_17 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_17:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_17.drop-target, .monaco-list.list_id_17 .monaco-list-r= ows.drop-target, .monaco-list.list_id_17 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-8ea2b0ae-69f6-46e8-b538-067a8fc40a17@mhtml.blink @charset "utf-8"; .monaco-list.list_id_18:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_18:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_18:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_18:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_18:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_18:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_18:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_18 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_18 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_18 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_18 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_18:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_18.drop-target, .monaco-list.list_id_18 .monaco-list-r= ows.drop-target, .monaco-list.list_id_18 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-0b03a4b4-5bc9-495e-b533-f755a28363d3@mhtml.blink @charset "utf-8"; .monaco-list.list_id_19:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_19:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_19:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_19:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_19:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_19:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_19:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_19 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_19 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_19 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_19 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_19:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_19.drop-target, .monaco-list.list_id_19 .monaco-list-r= ows.drop-target, .monaco-list.list_id_19 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a72d66ac-a891-4698-9ff0-358f0d7548b1@mhtml.blink @charset "utf-8"; .monaco-list.list_id_20:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_20:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_20:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_20:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_20:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_20:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_20:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_20 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_20 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_20 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_20 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_20:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_20.drop-target, .monaco-list.list_id_20 .monaco-list-r= ows.drop-target, .monaco-list.list_id_20 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4154ea48-c0db-4b1c-a072-0fd669f6003b@mhtml.blink @charset "utf-8"; .monaco-list.list_id_21:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_21:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_21:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_21:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_21:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_21:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_21:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_21 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_21 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_21 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_21 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_21:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_21.drop-target, .monaco-list.list_id_21 .monaco-list-r= ows.drop-target, .monaco-list.list_id_21 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-dbeba981-d552-4112-856f-8fadb469b441@mhtml.blink @charset "utf-8"; .monaco-list.list_id_22:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_22:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_22:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_22:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_22:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_22:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_22:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_22 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_22 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_22 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_22 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_22:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_22.drop-target, .monaco-list.list_id_22 .monaco-list-r= ows.drop-target, .monaco-list.list_id_22 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-cde7c6e9-b294-4d9d-bbc7-be6a507a09c7@mhtml.blink @charset "utf-8"; .monaco-list.list_id_23:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_23:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_23:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_23:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_23:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_23:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_23:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_23 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_23 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_23 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_23 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_23:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_23.drop-target, .monaco-list.list_id_23 .monaco-list-r= ows.drop-target, .monaco-list.list_id_23 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-5cb97967-9e48-48fb-8a5c-acd6b3706f0e@mhtml.blink @charset "utf-8"; .monaco-list.list_id_24:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_24:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_24:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_24:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_24:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_24:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_24:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_24 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_24 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_24 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_24 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_24:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_24.drop-target, .monaco-list.list_id_24 .monaco-list-r= ows.drop-target, .monaco-list.list_id_24 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-48334728-0765-4ece-b410-d36bff91bec6@mhtml.blink @charset "utf-8"; .monaco-list.list_id_25:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_25:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_25:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_25:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_25:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_25:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_25:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_25 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_25 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_25 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_25 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_25:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_25.drop-target, .monaco-list.list_id_25 .monaco-list-r= ows.drop-target, .monaco-list.list_id_25 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-58ce8b10-c20c-4746-9c2b-8050d9547ba3@mhtml.blink @charset "utf-8"; .monaco-list.list_id_26:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_26:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_26:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_26:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_26:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_26:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_26:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_26 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_26 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_26 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_26 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_26:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_26.drop-target, .monaco-list.list_id_26 .monaco-list-r= ows.drop-target, .monaco-list.list_id_26 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-8c24b330-c19d-4267-8e0b-31d08272c3f9@mhtml.blink @charset "utf-8"; .monaco-list.list_id_27:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_27:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_27:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_27:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_27:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_27:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_27:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_27 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_27 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_27 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_27 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_27:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_27.drop-target, .monaco-list.list_id_27 .monaco-list-r= ows.drop-target, .monaco-list.list_id_27 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ca4ef395-e9bf-44ff-9502-d0cbcd02e01b@mhtml.blink @charset "utf-8"; .monaco-list.list_id_28:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_28:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_28:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_28:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_28:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_28:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_28:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_28 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_28 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_28 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_28 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_28:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_28.drop-target, .monaco-list.list_id_28 .monaco-list-r= ows.drop-target, .monaco-list.list_id_28 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-276db1b9-b68a-4ded-8720-87a1c29f1e2e@mhtml.blink @charset "utf-8"; .monaco-list.list_id_29:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_29:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_29:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_29:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_29:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_29:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_29:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_29 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_29 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_29 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_29 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_29:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_29.drop-target, .monaco-list.list_id_29 .monaco-list-r= ows.drop-target, .monaco-list.list_id_29 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c485fdcc-8c08-4fd0-8997-a9a802b0af6a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_30:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_30:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_30:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_30:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_30:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_30:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_30:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_30 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_30 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_30 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_30 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_30:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_30.drop-target, .monaco-list.list_id_30 .monaco-list-r= ows.drop-target, .monaco-list.list_id_30 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-86f52da6-8701-4a06-8fb3-971c53672e09@mhtml.blink @charset "utf-8"; .monaco-list.list_id_31:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_31:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_31:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_31:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_31:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_31:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_31:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_31 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_31 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_31 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_31 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_31:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_31.drop-target, .monaco-list.list_id_31 .monaco-list-r= ows.drop-target, .monaco-list.list_id_31 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-d7ea1751-8a9d-4344-a1b8-af4bc7f16336@mhtml.blink @charset "utf-8"; .monaco-list.list_id_32:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_32:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_32:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_32:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_32:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_32:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_32:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_32 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_32 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_32 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_32 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_32:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_32.drop-target, .monaco-list.list_id_32 .monaco-list-r= ows.drop-target, .monaco-list.list_id_32 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a8f00472-e561-4f4f-99fe-63cf5f37c144@mhtml.blink @charset "utf-8"; .monaco-list.list_id_33:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_33:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_33:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_33:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_33:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_33:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_33:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_33 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_33 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_33 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_33 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_33:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_33.drop-target, .monaco-list.list_id_33 .monaco-list-r= ows.drop-target, .monaco-list.list_id_33 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7516e2b9-220e-46a2-9df1-bff6d0dd57c9@mhtml.blink @charset "utf-8"; .monaco-list.list_id_34:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_34:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_34:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_34:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_34:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_34:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_34:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_34 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_34 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_34 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_34 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_34:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_34.drop-target, .monaco-list.list_id_34 .monaco-list-r= ows.drop-target, .monaco-list.list_id_34 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b09f2d13-6f9c-4380-978b-a9a49c8c7969@mhtml.blink @charset "utf-8"; .monaco-list.list_id_35:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_35:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_35:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_35:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_35:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_35:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_35:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_35 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_35 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_35 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_35 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_35:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_35.drop-target, .monaco-list.list_id_35 .monaco-list-r= ows.drop-target, .monaco-list.list_id_35 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b4d0df8c-ecfe-4719-8770-71f8b6df956b@mhtml.blink @charset "utf-8"; .monaco-list.list_id_36:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_36:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_36:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_36:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_36:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_36:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_36:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_36 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_36 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_36 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_36 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_36:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_36.drop-target, .monaco-list.list_id_36 .monaco-list-r= ows.drop-target, .monaco-list.list_id_36 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-60c86619-a457-445b-91f8-faf105aaa622@mhtml.blink @charset "utf-8"; .monaco-list.list_id_37:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_37:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_37:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_37:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_37:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_37:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_37:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_37 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_37 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_37 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_37 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_37:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_37.drop-target, .monaco-list.list_id_37 .monaco-list-r= ows.drop-target, .monaco-list.list_id_37 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-76dc13eb-4eb0-4d45-bfac-f9f0a6c0fb66@mhtml.blink @charset "utf-8"; .monaco-list.list_id_38:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_38:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_38:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_38:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_38:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_38:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_38:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_38 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_38 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_38 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_38 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_38:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_38.drop-target, .monaco-list.list_id_38 .monaco-list-r= ows.drop-target, .monaco-list.list_id_38 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-691696ec-b67a-4f34-919e-c9132b43d8ad@mhtml.blink @charset "utf-8"; .monaco-list.list_id_39:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_39:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_39:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_39:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_39:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_39:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_39:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_39 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_39 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_39 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_39 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_39:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_39.drop-target, .monaco-list.list_id_39 .monaco-list-r= ows.drop-target, .monaco-list.list_id_39 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-1dc70f11-40b2-4b72-8def-fb4b4ce73da0@mhtml.blink @charset "utf-8"; .monaco-list.list_id_40:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_40:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_40:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_40:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_40:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_40:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_40:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_40 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_40 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_40 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_40 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_40:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_40.drop-target, .monaco-list.list_id_40 .monaco-list-r= ows.drop-target, .monaco-list.list_id_40 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c685c07f-33df-438a-aa26-784c32d8e71b@mhtml.blink @charset "utf-8"; .monaco-list.list_id_41:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_41:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_41:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_41:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_41:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_41:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_41:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_41 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_41 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_41 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_41 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_41:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_41.drop-target, .monaco-list.list_id_41 .monaco-list-r= ows.drop-target, .monaco-list.list_id_41 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-2052de35-d64b-4047-93e6-07368f5eb7b4@mhtml.blink @charset "utf-8"; .monaco-list.list_id_42:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_42:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_42:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_42:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_42:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_42:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_42:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_42 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_42 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_42 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_42 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_42:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_42.drop-target, .monaco-list.list_id_42 .monaco-list-r= ows.drop-target, .monaco-list.list_id_42 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-1043b609-36fd-4d7d-9a62-568abc718331@mhtml.blink @charset "utf-8"; .monaco-list.list_id_43:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_43:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_43:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_43:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_43:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_43:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_43:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_43 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_43 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_43 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_43 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_43:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_43.drop-target, .monaco-list.list_id_43 .monaco-list-r= ows.drop-target, .monaco-list.list_id_43 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-8b5ef578-8b8b-4fec-9e29-199bef436731@mhtml.blink @charset "utf-8"; .monaco-list.list_id_44:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_44:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_44:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_44:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_44:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_44:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_44:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_44 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_44 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_44 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_44 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_44:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_44.drop-target, .monaco-list.list_id_44 .monaco-list-r= ows.drop-target, .monaco-list.list_id_44 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-911878e9-6453-492d-be52-573b2994b94a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_45:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_45:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_45:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_45:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_45:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_45:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_45:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_45 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_45 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_45 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_45 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_45:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_45.drop-target, .monaco-list.list_id_45 .monaco-list-r= ows.drop-target, .monaco-list.list_id_45 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7cb9d34f-4df5-483d-a750-34f52fda8a99@mhtml.blink @charset "utf-8"; .monaco-list.list_id_46:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_46:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_46:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_46:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_46:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_46:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_46:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_46 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_46 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_46 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_46 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_46:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_46.drop-target, .monaco-list.list_id_46 .monaco-list-r= ows.drop-target, .monaco-list.list_id_46 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a54eeb5c-b4be-46f5-8e0a-9e619103efa7@mhtml.blink @charset "utf-8"; .monaco-list.list_id_47:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_47:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_47:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_47:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_47:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_47:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_47:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_47 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_47 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_47 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_47 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_47:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_47.drop-target, .monaco-list.list_id_47 .monaco-list-r= ows.drop-target, .monaco-list.list_id_47 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e29932b3-050a-4c7e-a8e3-cde6aea02522@mhtml.blink @charset "utf-8"; .monaco-list.list_id_48:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_48:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_48:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_48:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_48:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_48:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_48:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_48 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_48 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_48 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_48 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_48:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_48.drop-target, .monaco-list.list_id_48 .monaco-list-r= ows.drop-target, .monaco-list.list_id_48 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-9d06d03a-28ca-4eb6-a563-8e2338c1d8f2@mhtml.blink @charset "utf-8"; .monaco-list.list_id_49:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_49:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_49:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_49:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_49:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_49:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_49:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_49 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_49 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_49 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_49 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_49:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_49.drop-target, .monaco-list.list_id_49 .monaco-list-r= ows.drop-target, .monaco-list.list_id_49 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4c396f15-b030-49bb-9584-31fb5eb025b6@mhtml.blink @charset "utf-8"; .monaco-list.list_id_50:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_50:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_50:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_50:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_50:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_50:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_50:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_50 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_50 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_50 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_50 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_50:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_50.drop-target, .monaco-list.list_id_50 .monaco-list-r= ows.drop-target, .monaco-list.list_id_50 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-0a5f592a-f13b-43b1-b2ae-3fd6132d190e@mhtml.blink @charset "utf-8"; .monaco-list.list_id_51:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_51:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_51:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_51:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_51:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_51:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_51:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_51 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_51 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_51 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_51 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_51:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_51.drop-target, .monaco-list.list_id_51 .monaco-list-r= ows.drop-target, .monaco-list.list_id_51 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ce610eb6-24e1-494c-be69-a94e3fef2c7f@mhtml.blink @charset "utf-8"; .monaco-list.list_id_52:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_52:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_52:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_52:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_52:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_52:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_52:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_52 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_52 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_52 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_52 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_52:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_52.drop-target, .monaco-list.list_id_52 .monaco-list-r= ows.drop-target, .monaco-list.list_id_52 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-0253de6c-f835-4489-b57c-9d5290003d52@mhtml.blink @charset "utf-8"; .monaco-list.list_id_53:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_53:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_53:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_53:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_53:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_53:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_53:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_53 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_53 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_53 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_53 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_53:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_53.drop-target, .monaco-list.list_id_53 .monaco-list-r= ows.drop-target, .monaco-list.list_id_53 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-0fbe23b8-19c5-43e4-86e4-4dadea428546@mhtml.blink @charset "utf-8"; .monaco-list.list_id_54:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_54:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_54:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_54:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_54:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_54:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_54:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_54 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_54 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_54 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_54 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_54:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_54.drop-target, .monaco-list.list_id_54 .monaco-list-r= ows.drop-target, .monaco-list.list_id_54 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-2aecd2f3-eef2-4935-bf23-87f01600479f@mhtml.blink @charset "utf-8"; .monaco-list.list_id_55:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_55:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_55:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_55:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_55:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_55:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_55:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_55 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_55 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_55 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_55 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_55:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_55.drop-target, .monaco-list.list_id_55 .monaco-list-r= ows.drop-target, .monaco-list.list_id_55 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f86480b7-6f39-43a5-adec-e4f1fe29ba3d@mhtml.blink @charset "utf-8"; .monaco-list.list_id_56:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_56:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_56:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_56:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_56:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_56:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_56:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_56 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_56 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_56 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_56 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_56:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_56.drop-target, .monaco-list.list_id_56 .monaco-list-r= ows.drop-target, .monaco-list.list_id_56 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-2f33a136-7264-4de0-8b36-5aca1f7cb8ce@mhtml.blink @charset "utf-8"; .monaco-list.list_id_57:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_57:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_57:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_57:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_57:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_57:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_57:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_57 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_57 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_57 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_57 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_57:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_57.drop-target, .monaco-list.list_id_57 .monaco-list-r= ows.drop-target, .monaco-list.list_id_57 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-1fe86557-3f46-47e8-aeeb-a68db4658ca7@mhtml.blink @charset "utf-8"; .monaco-list.list_id_58:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_58:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_58:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_58:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_58:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_58:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_58:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_58 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_58 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_58 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_58 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_58:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_58.drop-target, .monaco-list.list_id_58 .monaco-list-r= ows.drop-target, .monaco-list.list_id_58 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-06cb5329-04f0-4d95-9c19-9038f2b88263@mhtml.blink @charset "utf-8"; .monaco-list.list_id_59:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_59:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_59:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_59:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_59:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_59:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_59:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_59 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_59 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_59 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_59 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_59:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_59.drop-target, .monaco-list.list_id_59 .monaco-list-r= ows.drop-target, .monaco-list.list_id_59 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f6e6b3f3-8a71-49cf-a2fb-870b77466323@mhtml.blink @charset "utf-8"; .monaco-list.list_id_60:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_60:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_60:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_60:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_60:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_60:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_60:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_60 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_60 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_60 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_60 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_60:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_60.drop-target, .monaco-list.list_id_60 .monaco-list-r= ows.drop-target, .monaco-list.list_id_60 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-1d282fbc-6eef-406d-a753-33c48ba193aa@mhtml.blink @charset "utf-8"; .monaco-list.list_id_61:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_61:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_61:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_61:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_61:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_61:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_61:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_61 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_61 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_61 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_61 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_61:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_61.drop-target, .monaco-list.list_id_61 .monaco-list-r= ows.drop-target, .monaco-list.list_id_61 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-6762793e-385d-4f75-9c0b-33513637c18a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_62:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_62:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_62:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_62:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_62:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_62:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_62:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_62 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_62 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_62 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_62 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_62:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_62.drop-target, .monaco-list.list_id_62 .monaco-list-r= ows.drop-target, .monaco-list.list_id_62 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-afbcd4cb-944c-4d0c-b399-3e97f6f8fe6a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_63:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_63:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_63:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_63:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_63:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_63:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_63:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_63 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_63 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_63 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_63 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_63:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_63.drop-target, .monaco-list.list_id_63 .monaco-list-r= ows.drop-target, .monaco-list.list_id_63 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e26d5eae-626c-4def-a131-dddfd9b8c912@mhtml.blink @charset "utf-8"; .monaco-list.list_id_64:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_64:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_64:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_64:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_64:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_64:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_64:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_64 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_64 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_64 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_64 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_64:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_64.drop-target, .monaco-list.list_id_64 .monaco-list-r= ows.drop-target, .monaco-list.list_id_64 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-bb3c7e6f-e40e-4ece-8eba-8dd5023c795a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_65:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_65:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_65:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_65:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_65:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_65:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_65:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_65 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_65 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_65 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_65 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_65:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_65.drop-target, .monaco-list.list_id_65 .monaco-list-r= ows.drop-target, .monaco-list.list_id_65 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c1cf9c05-ce11-4aae-b334-4acbcdd76822@mhtml.blink @charset "utf-8"; .monaco-list.list_id_66:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_66:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_66:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_66:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_66:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_66:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_66:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_66 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_66 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_66 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_66 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_66:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_66.drop-target, .monaco-list.list_id_66 .monaco-list-r= ows.drop-target, .monaco-list.list_id_66 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e76deee2-0835-4ef6-9af5-5bc01be8765d@mhtml.blink @charset "utf-8"; .monaco-list.list_id_67:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_67:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_67:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_67:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_67:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_67:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_67:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_67 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_67 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_67 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_67 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_67:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_67.drop-target, .monaco-list.list_id_67 .monaco-list-r= ows.drop-target, .monaco-list.list_id_67 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a08d6cf9-2a9f-4b25-8e0e-93b470f8a7d6@mhtml.blink @charset "utf-8"; .monaco-list.list_id_69:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_69:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_69:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_69:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_69:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_69:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_69:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_69 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_69 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_69 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_69 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_69:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_69.drop-target, .monaco-list.list_id_69 .monaco-list-r= ows.drop-target, .monaco-list.list_id_69 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-48f30793-123a-404e-8a6b-c7fccd114b2e@mhtml.blink @charset "utf-8"; .monaco-list.list_id_70:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_70:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_70:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_70:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_70:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_70:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_70:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_70 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_70 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_70 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_70 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_70:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_70.drop-target, .monaco-list.list_id_70 .monaco-list-r= ows.drop-target, .monaco-list.list_id_70 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-59f462bb-739a-4fbd-80a0-aa63b547ad88@mhtml.blink @charset "utf-8"; .monaco-list.list_id_71:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_71:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_71:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_71:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_71:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_71:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_71:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_71 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_71 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_71 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_71 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_71:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_71.drop-target, .monaco-list.list_id_71 .monaco-list-r= ows.drop-target, .monaco-list.list_id_71 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a3004f9d-b285-4dd9-adef-2a85d9008a9f@mhtml.blink @charset "utf-8"; .monaco-list.list_id_72:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_72:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_72:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_72:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_72:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_72:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_72:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_72 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_72 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_72 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_72 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_72:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_72.drop-target, .monaco-list.list_id_72 .monaco-list-r= ows.drop-target, .monaco-list.list_id_72 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-1ca2289d-c33d-4f87-83e3-cee39c5f201a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_73:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_73:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_73:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_73:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_73:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_73:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_73:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_73 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_73 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_73 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_73 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_73:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_73.drop-target, .monaco-list.list_id_73 .monaco-list-r= ows.drop-target, .monaco-list.list_id_73 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-44e577a1-9cba-4958-a21b-8fe7942ccf9a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_74:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_74:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_74:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_74:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_74:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_74:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_74:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_74 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_74 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_74 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_74 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_74:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_74.drop-target, .monaco-list.list_id_74 .monaco-list-r= ows.drop-target, .monaco-list.list_id_74 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ba25262b-b4c8-4365-95ee-c356c577d861@mhtml.blink @charset "utf-8"; .monaco-list.list_id_75:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_75:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_75:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_75:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_75:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_75:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_75:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_75 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_75 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_75 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_75 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_75:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_75.drop-target, .monaco-list.list_id_75 .monaco-list-r= ows.drop-target, .monaco-list.list_id_75 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-255172f1-7723-42fe-9b98-220b5de09080@mhtml.blink @charset "utf-8"; .monaco-list.list_id_76:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_76:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_76:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_76:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_76:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_76:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_76:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_76 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_76 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_76 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_76 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_76:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_76.drop-target, .monaco-list.list_id_76 .monaco-list-r= ows.drop-target, .monaco-list.list_id_76 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-70a19313-8be0-426d-9f6b-0010c98895a9@mhtml.blink @charset "utf-8"; .monaco-list.list_id_77:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_77:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_77:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_77:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_77:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_77:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_77:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_77 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_77 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_77 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_77 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_77:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_77.drop-target, .monaco-list.list_id_77 .monaco-list-r= ows.drop-target, .monaco-list.list_id_77 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-99890490-833e-4dfc-9578-4d7ea703f811@mhtml.blink @charset "utf-8"; .monaco-list.list_id_78:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_78:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_78:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_78:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_78:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_78:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_78:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_78 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_78 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_78 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_78 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_78:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_78.drop-target, .monaco-list.list_id_78 .monaco-list-r= ows.drop-target, .monaco-list.list_id_78 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b9fd80f4-8328-48b1-b4dc-1310a64ead5f@mhtml.blink @charset "utf-8"; .monaco-list.list_id_79:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_79:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_79:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_79:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_79:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_79:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_79:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_79 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_79 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_79 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_79 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_79:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_79.drop-target, .monaco-list.list_id_79 .monaco-list-r= ows.drop-target, .monaco-list.list_id_79 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-cd8d4be4-35ec-4e34-b874-8a80a40297c1@mhtml.blink @charset "utf-8"; .monaco-list.list_id_80:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_80:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_80:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_80:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_80:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_80:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_80:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_80 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_80 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_80 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_80 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_80:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_80.drop-target, .monaco-list.list_id_80 .monaco-list-r= ows.drop-target, .monaco-list.list_id_80 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-dfacc950-f3da-4026-8675-a3fd6589928e@mhtml.blink @charset "utf-8"; .monaco-list.list_id_81:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_81:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_81:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_81:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_81:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_81:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_81:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_81 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_81 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_81 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_81 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_81:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_81.drop-target, .monaco-list.list_id_81 .monaco-list-r= ows.drop-target, .monaco-list.list_id_81 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c84e0584-fca3-4445-a5b9-1dbdd01e81f1@mhtml.blink @charset "utf-8"; .monaco-list.list_id_82:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_82:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_82:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_82:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_82:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_82:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_82:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_82 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_82 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_82 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_82 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_82:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_82.drop-target, .monaco-list.list_id_82 .monaco-list-r= ows.drop-target, .monaco-list.list_id_82 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f2ff97b1-94f3-4d17-b08e-033b546f578a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_83:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_83:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_83:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_83:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_83:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_83:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_83:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_83 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_83 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_83 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_83 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_83:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_83.drop-target, .monaco-list.list_id_83 .monaco-list-r= ows.drop-target, .monaco-list.list_id_83 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e6083ecc-bd08-4521-914c-d9e74e48c2f3@mhtml.blink @charset "utf-8"; .monaco-list.list_id_84:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_84:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_84:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_84:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_84:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_84:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_84:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_84 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_84 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_84 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_84 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_84:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_84.drop-target, .monaco-list.list_id_84 .monaco-list-r= ows.drop-target, .monaco-list.list_id_84 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-6461badf-4410-40db-80ef-225e83115260@mhtml.blink @charset "utf-8"; .monaco-list.list_id_85:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_85:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_85:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_85:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_85:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_85:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_85:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_85 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_85 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_85 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_85 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_85:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_85.drop-target, .monaco-list.list_id_85 .monaco-list-r= ows.drop-target, .monaco-list.list_id_85 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-80c3875c-2efd-4903-8995-165c012b9f0b@mhtml.blink @charset "utf-8"; .monaco-list.list_id_88:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_88:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_88:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_88:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_88:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_88:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_88:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_88 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_88 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_88 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_88 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_88:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_88.drop-target, .monaco-list.list_id_88 .monaco-list-r= ows.drop-target, .monaco-list.list_id_88 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7de64b93-d20b-41a3-8320-3c2826f01817@mhtml.blink @charset "utf-8"; .monaco-list.list_id_89:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_89:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_89:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_89:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_89:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_89:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_89:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_89 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_89 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_89 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_89 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_89:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_89.drop-target, .monaco-list.list_id_89 .monaco-list-r= ows.drop-target, .monaco-list.list_id_89 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-988bee5b-0307-4d28-88db-1b4c1ef9126d@mhtml.blink @charset "utf-8"; .monaco-list.list_id_90:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_90:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_90:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_90:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_90:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_90:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_90:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_90 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_90 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_90 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_90 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_90:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_90.drop-target, .monaco-list.list_id_90 .monaco-list-r= ows.drop-target, .monaco-list.list_id_90 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e1dc36cd-35bf-40b8-bd21-7d24d826bd2f@mhtml.blink @charset "utf-8"; .monaco-list.list_id_92:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_92:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_92:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_92:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_92:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_92:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_92:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_92 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_92 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_92 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_92 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_92:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_92.drop-target, .monaco-list.list_id_92 .monaco-list-r= ows.drop-target, .monaco-list.list_id_92 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-d7e3aef6-5cb6-4bbb-ae3a-22f0f594ee5a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_93:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_93:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_93:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_93:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_93:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_93:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_93:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_93 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_93 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_93 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_93 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_93:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_93.drop-target, .monaco-list.list_id_93 .monaco-list-r= ows.drop-target, .monaco-list.list_id_93 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-112a5d64-8882-493d-b907-3706cc9a5ce9@mhtml.blink @charset "utf-8"; .monaco-list.list_id_94:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_94:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_94:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_94:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_94:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_94:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_94:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_94 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_94 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_94 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_94 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_94:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_94.drop-target, .monaco-list.list_id_94 .monaco-list-r= ows.drop-target, .monaco-list.list_id_94 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-bd445f97-70cb-4b3a-9ab6-ed70ffa7a02b@mhtml.blink @charset "utf-8"; .monaco-list.list_id_95:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_95:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_95:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_95:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_95:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_95:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_95:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_95 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_95 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_95 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_95 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_95:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_95.drop-target, .monaco-list.list_id_95 .monaco-list-r= ows.drop-target, .monaco-list.list_id_95 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-1d381519-0446-4f72-923e-e603cedde68a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_96:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_96:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_96:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_96:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_96:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_96:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_96:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_96 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_96 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_96 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_96 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_96:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_96.drop-target, .monaco-list.list_id_96 .monaco-list-r= ows.drop-target, .monaco-list.list_id_96 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-45f8d64d-eb10-46b1-98f6-f89eafab62dc@mhtml.blink @charset "utf-8"; .monaco-list.list_id_97:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_97:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_97:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_97:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_97:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_97:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_97:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_97 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_97 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_97 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_97 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_97:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_97.drop-target, .monaco-list.list_id_97 .monaco-list-r= ows.drop-target, .monaco-list.list_id_97 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ebffb270-b1d4-4741-a99c-af8912630b05@mhtml.blink @charset "utf-8"; .monaco-list.list_id_98:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_98:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_98:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_98:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_98:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_98:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_98:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_98 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_98 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_98 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_98 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_98:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_98.drop-target, .monaco-list.list_id_98 .monaco-list-r= ows.drop-target, .monaco-list.list_id_98 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-04b6cd8b-7f03-4f58-8817-98054974d550@mhtml.blink @charset "utf-8"; .monaco-list.list_id_99:focus .monaco-list-row.focused { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_99:focus .monaco-list-row.focused:hover { background-c= olor: rgb(214, 235, 255); } .monaco-list.list_id_99:focus .monaco-list-row.selected { background-color:= rgb(0, 105, 209); } .monaco-list.list_id_99:focus .monaco-list-row.selected:hover { background-= color: rgb(0, 105, 209); } .monaco-list.list_id_99:focus .monaco-list-row.selected { color: rgb(255, 2= 55, 255); } .monaco-drag-image, .monaco-list.list_id_99:focus .monaco-list-row.selected= .focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_99:focus .monaco-list-row.selected= .focused { color: rgb(255, 255, 255); } .monaco-list.list_id_99 .monaco-list-row.focused { background-color: rgb(21= 4, 235, 255); } .monaco-list.list_id_99 .monaco-list-row.focused:hover { background-color: = rgb(214, 235, 255); } .monaco-list.list_id_99 .monaco-list-row.selected { background-color: rgb(2= 28, 230, 241); } .monaco-list.list_id_99 .monaco-list-row.selected:hover { background-color:= rgb(228, 230, 241); } .monaco-list.list_id_99:not(.drop-target) .monaco-list-row:hover:not(.selec= ted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_99.drop-target, .monaco-list.list_id_99 .monaco-list-r= ows.drop-target, .monaco-list.list_id_99 .monaco-list-row.drop-target { bac= kground-color: rgb(214, 235, 255) !important; color: inherit !important; } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c50e57d4-7947-44f6-8b51-33d1a3996c37@mhtml.blink @charset "utf-8"; .monaco-list.list_id_100:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_100:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_100:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_100:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_100:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_100:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_100:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_100 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_100 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_100 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_100 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_100:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_100.drop-target, .monaco-list.list_id_100 .monaco-list= -rows.drop-target, .monaco-list.list_id_100 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-fefe09f0-80b3-4d8c-a1a0-7e3a5920f846@mhtml.blink @charset "utf-8"; .monaco-list.list_id_101:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_101:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_101:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_101:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_101:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_101:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_101:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_101 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_101 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_101 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_101 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_101:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_101.drop-target, .monaco-list.list_id_101 .monaco-list= -rows.drop-target, .monaco-list.list_id_101 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-d927dec1-cc83-4693-8e28-4ff28d96cfc1@mhtml.blink @charset "utf-8"; .monaco-list.list_id_102:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_102:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_102:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_102:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_102:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_102:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_102:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_102 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_102 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_102 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_102 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_102:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_102.drop-target, .monaco-list.list_id_102 .monaco-list= -rows.drop-target, .monaco-list.list_id_102 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-99236a53-d762-4626-9cad-8cd0062d2c35@mhtml.blink @charset "utf-8"; .monaco-list.list_id_103:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_103:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_103:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_103:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_103:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_103:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_103:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_103 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_103 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_103 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_103 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_103:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_103.drop-target, .monaco-list.list_id_103 .monaco-list= -rows.drop-target, .monaco-list.list_id_103 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7814dd71-34ce-4de7-9713-1dcd766677ce@mhtml.blink @charset "utf-8"; .monaco-list.list_id_104:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_104:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_104:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_104:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_104:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_104:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_104:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_104 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_104 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_104 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_104 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_104:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_104.drop-target, .monaco-list.list_id_104 .monaco-list= -rows.drop-target, .monaco-list.list_id_104 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e097d111-9365-4821-b0df-ae60012cec23@mhtml.blink @charset "utf-8"; .monaco-list.list_id_106:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_106:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_106:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_106:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_106:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_106:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_106:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_106 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_106 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_106 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_106 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_106:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_106.drop-target, .monaco-list.list_id_106 .monaco-list= -rows.drop-target, .monaco-list.list_id_106 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-8abf6fe9-56bf-44fd-bd96-6aa7a1a79fbe@mhtml.blink @charset "utf-8"; .monaco-list.list_id_107:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_107:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_107:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_107:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_107:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_107:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_107:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_107 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_107 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_107 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_107 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_107:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_107.drop-target, .monaco-list.list_id_107 .monaco-list= -rows.drop-target, .monaco-list.list_id_107 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-9792af7e-8e37-4bfd-9212-bf04bdceb2e4@mhtml.blink @charset "utf-8"; .monaco-list.list_id_108:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_108:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_108:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_108:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_108:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_108:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_108:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_108 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_108 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_108 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_108 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_108:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_108.drop-target, .monaco-list.list_id_108 .monaco-list= -rows.drop-target, .monaco-list.list_id_108 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-69a98a71-3c0d-4dec-831f-32d939bd501c@mhtml.blink @charset "utf-8"; .monaco-list.list_id_109:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_109:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_109:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_109:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_109:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_109:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_109:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_109 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_109 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_109 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_109 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_109:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_109.drop-target, .monaco-list.list_id_109 .monaco-list= -rows.drop-target, .monaco-list.list_id_109 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-9ae657b4-ddb9-46e7-b9e1-5a97934ae8d0@mhtml.blink @charset "utf-8"; .monaco-list.list_id_110:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_110:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_110:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_110:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_110:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_110:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_110:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_110 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_110 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_110 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_110 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_110:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_110.drop-target, .monaco-list.list_id_110 .monaco-list= -rows.drop-target, .monaco-list.list_id_110 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f0b5ace3-3fa1-4883-982a-ed366d3200fd@mhtml.blink @charset "utf-8"; .monaco-list.list_id_111:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_111:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_111:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_111:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_111:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_111:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_111:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_111 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_111 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_111 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_111 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_111:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_111.drop-target, .monaco-list.list_id_111 .monaco-list= -rows.drop-target, .monaco-list.list_id_111 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e7ad818c-dc83-4ab6-90b8-c985bd25e56f@mhtml.blink @charset "utf-8"; .monaco-list.list_id_112:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_112:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_112:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_112:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_112:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_112:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_112:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_112 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_112 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_112 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_112 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_112:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_112.drop-target, .monaco-list.list_id_112 .monaco-list= -rows.drop-target, .monaco-list.list_id_112 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a4c53fe0-5cae-45be-bfac-d4d9ef83d9da@mhtml.blink @charset "utf-8"; .monaco-list.list_id_113:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_113:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_113:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_113:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_113:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_113:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_113:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_113 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_113 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_113 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_113 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_113:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_113.drop-target, .monaco-list.list_id_113 .monaco-list= -rows.drop-target, .monaco-list.list_id_113 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-cbd40005-1662-4245-8216-1ca05b341e82@mhtml.blink @charset "utf-8"; .monaco-list.list_id_114:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_114:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_114:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_114:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_114:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_114:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_114:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_114 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_114 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_114 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_114 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_114:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_114.drop-target, .monaco-list.list_id_114 .monaco-list= -rows.drop-target, .monaco-list.list_id_114 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3c470cee-b8d6-4700-98bd-906efb4a7935@mhtml.blink @charset "utf-8"; .monaco-list.list_id_115:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_115:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_115:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_115:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_115:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_115:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_115:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_115 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_115 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_115 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_115 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_115:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_115.drop-target, .monaco-list.list_id_115 .monaco-list= -rows.drop-target, .monaco-list.list_id_115 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-72182de6-2d3f-4018-b1c9-8566479881ef@mhtml.blink @charset "utf-8"; .monaco-list.list_id_116:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_116:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_116:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_116:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_116:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_116:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_116:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_116 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_116 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_116 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_116 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_116:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_116.drop-target, .monaco-list.list_id_116 .monaco-list= -rows.drop-target, .monaco-list.list_id_116 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-6129073d-bb73-439e-a74a-53430b67ec3e@mhtml.blink @charset "utf-8"; .monaco-list.list_id_117:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_117:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_117:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_117:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_117:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_117:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_117:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_117 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_117 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_117 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_117 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_117:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_117.drop-target, .monaco-list.list_id_117 .monaco-list= -rows.drop-target, .monaco-list.list_id_117 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-264369d0-5608-4811-82c6-1278f20940f3@mhtml.blink @charset "utf-8"; .monaco-list.list_id_118:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_118:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_118:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_118:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_118:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_118:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_118:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_118 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_118 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_118 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_118 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_118:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_118.drop-target, .monaco-list.list_id_118 .monaco-list= -rows.drop-target, .monaco-list.list_id_118 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a2e2aabb-04d4-4902-a904-03eca51d62c3@mhtml.blink @charset "utf-8"; .monaco-list.list_id_119:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_119:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_119:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_119:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_119:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_119:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_119:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_119 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_119 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_119 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_119 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_119:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_119.drop-target, .monaco-list.list_id_119 .monaco-list= -rows.drop-target, .monaco-list.list_id_119 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-5dec93a8-879c-49e6-ab25-186a85fd567e@mhtml.blink @charset "utf-8"; .monaco-list.list_id_120:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_120:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_120:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_120:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_120:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_120:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_120:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_120 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_120 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_120 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_120 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_120:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_120.drop-target, .monaco-list.list_id_120 .monaco-list= -rows.drop-target, .monaco-list.list_id_120 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-94aebda5-a082-4e0e-9924-f155752b642a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_121:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_121:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_121:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_121:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_121:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_121:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_121:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_121 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_121 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_121 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_121 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_121:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_121.drop-target, .monaco-list.list_id_121 .monaco-list= -rows.drop-target, .monaco-list.list_id_121 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-fdd0782a-0223-4e5d-982e-2096f438e1e3@mhtml.blink @charset "utf-8"; .monaco-list.list_id_122:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_122:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_122:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_122:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_122:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_122:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_122:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_122 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_122 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_122 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_122 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_122:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_122.drop-target, .monaco-list.list_id_122 .monaco-list= -rows.drop-target, .monaco-list.list_id_122 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ad5bc2d0-593b-4c2e-9b62-744dac950254@mhtml.blink @charset "utf-8"; .monaco-list.list_id_123:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_123:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_123:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_123:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_123:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_123:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_123:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_123 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_123 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_123 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_123 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_123:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_123.drop-target, .monaco-list.list_id_123 .monaco-list= -rows.drop-target, .monaco-list.list_id_123 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-30bcb50c-10a2-4bbb-a453-0635bf474b20@mhtml.blink @charset "utf-8"; .monaco-list.list_id_124:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_124:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_124:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_124:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_124:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_124:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_124:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_124 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_124 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_124 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_124 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_124:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_124.drop-target, .monaco-list.list_id_124 .monaco-list= -rows.drop-target, .monaco-list.list_id_124 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-76d09bdd-3fa1-4d47-9f6f-f274cdeaaa3c@mhtml.blink @charset "utf-8"; .monaco-list.list_id_125:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_125:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_125:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_125:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_125:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_125:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_125:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_125 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_125 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_125 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_125 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_125:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_125.drop-target, .monaco-list.list_id_125 .monaco-list= -rows.drop-target, .monaco-list.list_id_125 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-498824b9-3cb0-4137-94c8-ab5ffe645243@mhtml.blink @charset "utf-8"; .monaco-list.list_id_126:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_126:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_126:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_126:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_126:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_126:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_126:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_126 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_126 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_126 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_126 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_126:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_126.drop-target, .monaco-list.list_id_126 .monaco-list= -rows.drop-target, .monaco-list.list_id_126 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-0cd4e1ad-f055-46ec-82e0-e52a1d0fdc4a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_127:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_127:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_127:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_127:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_127:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_127:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_127:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_127 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_127 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_127 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_127 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_127:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_127.drop-target, .monaco-list.list_id_127 .monaco-list= -rows.drop-target, .monaco-list.list_id_127 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-50836b44-65e0-44e4-b517-e68a8f3c68cb@mhtml.blink @charset "utf-8"; .monaco-list.list_id_128:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_128:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_128:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_128:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_128:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_128:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_128:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_128 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_128 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_128 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_128 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_128:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_128.drop-target, .monaco-list.list_id_128 .monaco-list= -rows.drop-target, .monaco-list.list_id_128 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-2e91cf41-a49c-428c-ab9b-f0a1c47a8017@mhtml.blink @charset "utf-8"; .monaco-list.list_id_129:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_129:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_129:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_129:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_129:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_129:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_129:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_129 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_129 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_129 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_129 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_129:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_129.drop-target, .monaco-list.list_id_129 .monaco-list= -rows.drop-target, .monaco-list.list_id_129 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-9a249cc0-9b4a-4036-a886-ed65562a061f@mhtml.blink @charset "utf-8"; .monaco-list.list_id_130:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_130:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_130:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_130:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_130:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_130:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_130:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_130 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_130 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_130 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_130 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_130:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_130.drop-target, .monaco-list.list_id_130 .monaco-list= -rows.drop-target, .monaco-list.list_id_130 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-78aa01c3-9b80-4699-9320-db96e322568f@mhtml.blink @charset "utf-8"; .monaco-list.list_id_131:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_131:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_131:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_131:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_131:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_131:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_131:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_131 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_131 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_131 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_131 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_131:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_131.drop-target, .monaco-list.list_id_131 .monaco-list= -rows.drop-target, .monaco-list.list_id_131 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3a25875c-fff0-4d8b-a83f-50d64a2c4b2a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_132:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_132:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_132:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_132:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_132:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_132:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_132:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_132 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_132 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_132 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_132 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_132:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_132.drop-target, .monaco-list.list_id_132 .monaco-list= -rows.drop-target, .monaco-list.list_id_132 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-23d3f597-5314-4cf5-ade7-855856ca0c93@mhtml.blink @charset "utf-8"; .monaco-list.list_id_149:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_149:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_149:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_149:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_149:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_149:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_149:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_149 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_149 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_149 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_149 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_149:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_149.drop-target, .monaco-list.list_id_149 .monaco-list= -rows.drop-target, .monaco-list.list_id_149 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a509a97e-b0dc-4f4d-a406-08c6f329b6d8@mhtml.blink @charset "utf-8"; .monaco-list.list_id_133:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_133:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_133:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_133:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_133:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_133:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_133:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_133 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_133 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_133 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_133 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_133:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_133.drop-target, .monaco-list.list_id_133 .monaco-list= -rows.drop-target, .monaco-list.list_id_133 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-db648283-9772-46f6-af78-855f48b9b266@mhtml.blink @charset "utf-8"; .monaco-list.list_id_134:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_134:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_134:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_134:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_134:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_134:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_134:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_134 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_134 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_134 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_134 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_134:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_134.drop-target, .monaco-list.list_id_134 .monaco-list= -rows.drop-target, .monaco-list.list_id_134 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-57c5781e-eb64-4035-a28d-d52981ade5f6@mhtml.blink @charset "utf-8"; .monaco-list.list_id_135:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_135:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_135:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_135:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_135:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_135:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_135:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_135 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_135 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_135 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_135 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_135:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_135.drop-target, .monaco-list.list_id_135 .monaco-list= -rows.drop-target, .monaco-list.list_id_135 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-69c1bd8f-c6b6-4645-90a7-3e2c6a54d802@mhtml.blink @charset "utf-8"; .monaco-list.list_id_148:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_148:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_148:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_148:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_148:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_148:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_148:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_148 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_148 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_148 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_148 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_148:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_148.drop-target, .monaco-list.list_id_148 .monaco-list= -rows.drop-target, .monaco-list.list_id_148 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-bd8be2ab-4004-4769-b8a8-031adb5e3c31@mhtml.blink @charset "utf-8"; .monaco-list.list_id_136:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_136:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_136:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_136:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_136:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_136:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_136:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_136 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_136 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_136 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_136 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_136:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_136.drop-target, .monaco-list.list_id_136 .monaco-list= -rows.drop-target, .monaco-list.list_id_136 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-89dccdc1-5e5b-414b-b336-77f58d55a316@mhtml.blink @charset "utf-8"; .monaco-list.list_id_137:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_137:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_137:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_137:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_137:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_137:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_137:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_137 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_137 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_137 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_137 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_137:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_137.drop-target, .monaco-list.list_id_137 .monaco-list= -rows.drop-target, .monaco-list.list_id_137 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e8ab2ef3-70af-4863-b32a-f60242713f2a@mhtml.blink @charset "utf-8"; .monaco-list.list_id_146:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_146:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_146:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_146:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_146:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_146:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_146:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_146 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_146 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_146 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_146 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_146:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_146.drop-target, .monaco-list.list_id_146 .monaco-list= -rows.drop-target, .monaco-list.list_id_146 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-98cdf8f9-37d8-4b22-8582-d2ad7ed26280@mhtml.blink @charset "utf-8"; .monaco-list.list_id_147:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_147:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_147:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_147:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_147:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_147:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_147:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_147 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_147 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_147 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_147 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_147:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_147.drop-target, .monaco-list.list_id_147 .monaco-list= -rows.drop-target, .monaco-list.list_id_147 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4e325eaf-34fe-4f91-a61b-1dc68e2d4149@mhtml.blink @charset "utf-8"; .monaco-list.list_id_138:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_138:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_138:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_138:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_138:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_138:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_138:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_138 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_138 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_138 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_138 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_138:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_138.drop-target, .monaco-list.list_id_138 .monaco-list= -rows.drop-target, .monaco-list.list_id_138 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c77468e9-bd91-4cec-9dfc-fa20ebd1f359@mhtml.blink @charset "utf-8"; .monaco-list.list_id_145:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_145:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_145:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_145:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_145:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_145:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_145:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_145 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_145 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_145 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_145 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_145:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_145.drop-target, .monaco-list.list_id_145 .monaco-list= -rows.drop-target, .monaco-list.list_id_145 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-235294d5-9276-4615-824e-8d01e27230ed@mhtml.blink @charset "utf-8"; .monaco-list.list_id_139:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_139:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_139:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_139:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_139:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_139:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_139:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_139 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_139 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_139 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_139 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_139:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_139.drop-target, .monaco-list.list_id_139 .monaco-list= -rows.drop-target, .monaco-list.list_id_139 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b48c4cb6-4daf-4fe2-8462-138f77ae5b43@mhtml.blink @charset "utf-8"; .monaco-list.list_id_144:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_144:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_144:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_144:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_144:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_144:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_144:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_144 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_144 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_144 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_144 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_144:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_144.drop-target, .monaco-list.list_id_144 .monaco-list= -rows.drop-target, .monaco-list.list_id_144 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3809ea93-0d2a-4e9e-adbb-0b09f6bb9d63@mhtml.blink @charset "utf-8"; .monaco-list.list_id_140:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_140:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_140:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_140:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_140:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_140:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_140:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_140 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_140 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_140 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_140 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_140:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_140.drop-target, .monaco-list.list_id_140 .monaco-list= -rows.drop-target, .monaco-list.list_id_140 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-6508c8dc-ce35-46d0-a5ca-fbc32d8d02cb@mhtml.blink @charset "utf-8"; .monaco-list.list_id_143:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_143:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_143:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_143:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_143:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_143:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_143:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_143 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_143 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_143 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_143 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_143:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_143.drop-target, .monaco-list.list_id_143 .monaco-list= -rows.drop-target, .monaco-list.list_id_143 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-6c179536-4a1b-410b-852c-8139575d0681@mhtml.blink @charset "utf-8"; .monaco-list.list_id_141:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_141:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_141:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_141:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_141:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_141:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_141:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_141 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_141 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_141 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_141 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_141:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_141.drop-target, .monaco-list.list_id_141 .monaco-list= -rows.drop-target, .monaco-list.list_id_141 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-73bebd77-f8f7-4ba9-92be-a46c0bc7e4ca@mhtml.blink @charset "utf-8"; .monaco-list.list_id_142:focus .monaco-list-row.focused { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_142:focus .monaco-list-row.focused:hover { background-= color: rgb(214, 235, 255); } .monaco-list.list_id_142:focus .monaco-list-row.selected { background-color= : rgb(0, 105, 209); } .monaco-list.list_id_142:focus .monaco-list-row.selected:hover { background= -color: rgb(0, 105, 209); } .monaco-list.list_id_142:focus .monaco-list-row.selected { color: rgb(255, = 255, 255); } .monaco-drag-image, .monaco-list.list_id_142:focus .monaco-list-row.selecte= d.focused { background-color: rgb(0, 116, 232); } .monaco-drag-image, .monaco-list.list_id_142:focus .monaco-list-row.selecte= d.focused { color: rgb(255, 255, 255); } .monaco-list.list_id_142 .monaco-list-row.focused { background-color: rgb(2= 14, 235, 255); } .monaco-list.list_id_142 .monaco-list-row.focused:hover { background-color:= rgb(214, 235, 255); } .monaco-list.list_id_142 .monaco-list-row.selected { background-color: rgb(= 228, 230, 241); } .monaco-list.list_id_142 .monaco-list-row.selected:hover { background-color= : rgb(228, 230, 241); } .monaco-list.list_id_142:not(.drop-target) .monaco-list-row:hover:not(.sele= cted):not(.focused) { background-color: rgb(240, 240, 240); } .monaco-list.list_id_142.drop-target, .monaco-list.list_id_142 .monaco-list= -rows.drop-target, .monaco-list.list_id_142 .monaco-list-row.drop-target { = background-color: rgb(214, 235, 255) !important; color: inherit !important;= } .monaco-list-type-filter { background-color: rgb(239, 193, 173); } .monaco-list-type-filter { border: 1px solid rgba(0, 0, 0, 0); } .monaco-list-type-filter.no-matches { border: 1px solid rgb(190, 17, 0); } .monaco-list-type-filter { box-shadow: rgb(168, 168, 168) 1px 1px 1px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: https://fonts.googleapis.com/css?family=Google+Sans:300,400,500,600,700|Roboto @charset "utf-8"; @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 4= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UaGrENHsxJlGDuGo1= OIlL3Kwp5MKg.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, = U+4B0-4B1, U+2116; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 4= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UaGrENHsxJlGDuGo1= OIlL3Nwp5MKg.woff2") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 4= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UaGrENHsxJlGDuGo1= OIlL3Bwp5MKg.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, = U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 4= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UaGrENHsxJlGDuGo1= OIlL3Awp5MKg.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E= 00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF= ; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 4= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UaGrENHsxJlGDuGo1= OIlL3Owp4.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153,= U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+219= 1, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 5= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UabrENHsxJlGDuGo1= OIlLU94Yt3CwZ-Pw.woff2") format("woff2"); unicode-range: U+400-45F, U+490-4= 91, U+4B0-4B1, U+2116; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 5= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UabrENHsxJlGDuGo1= OIlLU94YtwCwZ-Pw.woff2") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 5= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UabrENHsxJlGDuGo1= OIlLU94Yt8CwZ-Pw.woff2") format("woff2"); unicode-range: U+102-103, U+110-1= 11, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 5= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UabrENHsxJlGDuGo1= OIlLU94Yt9CwZ-Pw.woff2") format("woff2"); unicode-range: U+100-24F, U+259, = U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-= A7FF; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 5= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UabrENHsxJlGDuGo1= OIlLU94YtzCwY.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-= 153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U= +2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 7= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UabrENHsxJlGDuGo1= OIlLV154t3CwZ-Pw.woff2") format("woff2"); unicode-range: U+400-45F, U+490-4= 91, U+4B0-4B1, U+2116; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 7= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UabrENHsxJlGDuGo1= OIlLV154twCwZ-Pw.woff2") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 7= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UabrENHsxJlGDuGo1= OIlLV154t8CwZ-Pw.woff2") format("woff2"); unicode-range: U+102-103, U+110-1= 11, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 7= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UabrENHsxJlGDuGo1= OIlLV154t9CwZ-Pw.woff2") format("woff2"); unicode-range: U+100-24F, U+259, = U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-= A7FF; } @font-face { font-family: "Google Sans"; font-style: normal; font-weight: 7= 00; src: url("https://fonts.gstatic.com/s/googlesans/v27/4UabrENHsxJlGDuGo1= OIlLV154tzCwY.woff2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-= 153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U= +2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xKOzY.woff2= ") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2= DFF, U+A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxKOzY.woff2= ") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116;= } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxKOzY.woff2= ") format("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxKOzY.woff2= ") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxKOzY.woff2= ") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-1= 69, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxKOzY.woff2= ") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U= +20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2") = format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6,= U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,= U+2215, U+FEFF, U+FFFD; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: https://fonts.googleapis.com/css?family=Material+Icons&display=block @charset "utf-8"; @font-face { font-family: "Material Icons"; font-style: normal; font-weight= : 400; font-display: block; src: url("https://fonts.gstatic.com/s/materiali= cons/v85/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2") format("woff2"); } .material-icons { font-family: "Material Icons"; font-weight: normal; font-= style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; tex= t-transform: none; display: inline-block; white-space: nowrap; overflow-wra= p: normal; direction: ltr; -webkit-font-smoothing: antialiased; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: https://colab.research.google.com/v2/external/bundle.css?vrz=colab-20210507-060057-RC00_372525719 @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } .picker-frame { width: 100%; height: 100%; border: 0px; overflow: hidden; } .picker.modal-dialog-bg { position: absolute; top: 0px; left: 0px; backgrou= nd-color: rgb(255, 255, 255); } .picker.modal-dialog { position: absolute; top: 0px; left: 0px; background-= color: rgb(255, 255, 255); border: 1px solid rgb(172, 172, 172); width: aut= o; padding: 0px; z-index: 1001; overflow: auto; box-shadow: rgba(0, 0, 0, 0= .2) 0px 4px 16px; transition: top 0.5s ease-in-out 0s; } .picker-min { position: absolute; z-index: 1002; } .picker.modal-dialog-content { font-size: 0px; padding: 0px; } .picker.modal-dialog-title { height: 0px; margin: 0px; } .picker.modal-dialog-title-text { display: none; } .picker.modal-dialog-buttons { display: none; } .apps-share-sprite { background-image: url("//ssl.gstatic.com/docs/document= s/share/images/sprite-22.svg"); } .goog-inline-block { position: relative; display: inline-block; } * html .goog-inline-block { display: inline; } :first-child + html .goog-inline-block { display: inline; } .goog-modalpopup, .modal-dialog { box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16= px; background: padding-box rgb(255, 255, 255); border: 1px solid rgba(0, 0= , 0, 0.333); outline: 0px; position: absolute; } .goog-modalpopup-bg, .modal-dialog-bg { background: rgb(255, 255, 255); lef= t: 0px; position: absolute; top: 0px; } div.goog-modalpopup-bg, div.modal-dialog-bg { opacity: 0.75; } .modal-dialog { color: rgb(0, 0, 0); padding: 30px 42px; } .modal-dialog-title { background-color: rgb(255, 255, 255); color: rgb(0, 0= , 0); cursor: default; font-size: 16px; font-weight: normal; line-height: 2= 4px; margin: 0px 0px 16px; } .modal-dialog-title-close { height: 11px; opacity: 0.7; padding: 17px; posi= tion: absolute; right: 0px; top: 0px; width: 11px; } .modal-dialog-title-close::after { content: ""; background: url("//ssl.gsta= tic.com/ui/v1/dialog/close-x.png"); position: absolute; height: 11px; width= : 11px; right: 17px; } .modal-dialog-title-close:hover { opacity: 1; } .modal-dialog-content { background-color: rgb(255, 255, 255); line-height: = 1.4em; overflow-wrap: break-word; } .modal-dialog-buttons { margin-top: 16px; } .modal-dialog-buttons button { border-radius: 2px; background-color: rgb(24= 5, 245, 245); background-image: -webkit-linear-gradient(top, rgb(245, 245, = 245), rgb(241, 241, 241)); border: 1px solid rgba(0, 0, 0, 0.1); color: rgb= (68, 68, 68); cursor: default; font-family: inherit; font-size: 11px; font-= weight: bold; height: 29px; line-height: 27px; margin: 0px 16px 0px 0px; mi= n-width: 72px; outline: 0px; padding: 0px 8px; } .modal-dialog-buttons button:hover, .modal-dialog-buttons button:active { b= ox-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px; background-color: rgb(248, 248, = 248); background-image: -webkit-linear-gradient(top, rgb(248, 248, 248), rg= b(241, 241, 241)); border: 1px solid rgb(198, 198, 198); color: rgb(51, 51,= 51); } .modal-dialog-buttons button:active { box-shadow: rgba(0, 0, 0, 0.1) 0px 1p= x 2px inset; } .modal-dialog-buttons button:focus { border: 1px solid rgb(77, 144, 254); } .modal-dialog-buttons button[disabled] { box-shadow: none; background: none= rgb(255, 255, 255); border: 1px solid rgba(0, 0, 0, 0.05); color: rgb(184,= 184, 184); } .modal-dialog-buttons .goog-buttonset-action { background-color: rgb(77, 14= 4, 254); background-image: -webkit-linear-gradient(top, rgb(77, 144, 254), = rgb(71, 135, 237)); border: 1px solid rgb(48, 121, 237); color: rgb(255, 25= 5, 255); } .modal-dialog-buttons .goog-buttonset-action:hover, .modal-dialog-buttons .= goog-buttonset-action:active { background-color: rgb(53, 122, 232); backgro= und-image: -webkit-linear-gradient(top, rgb(77, 144, 254), rgb(53, 122, 232= )); border: 1px solid rgb(47, 91, 183); color: rgb(255, 255, 255); } .modal-dialog-buttons .goog-buttonset-action:active { box-shadow: rgba(0, 0= , 0, 0.3) 0px 1px 2px inset; } .modal-dialog-buttons .goog-buttonset-action:focus { box-shadow: rgb(255, 2= 55, 255) 0px 0px 0px 1px inset; border: 1px solid rgba(0, 0, 0, 0); outline= : rgba(0, 0, 0, 0) 0px; } .modal-dialog-buttons .goog-buttonset-action[disabled] { box-shadow: none; = background: rgb(77, 144, 254); color: rgb(255, 255, 255); opacity: 0.5; } .jfk-alert, .jfk-confirm, .jfk-prompt { width: 512px; } .share-client-dialog { max-height: 100%; overflow: auto; box-sizing: border= -box; width: auto !important; } * html .share-client-dialog { max-height: none !important; overflow: visibl= e !important; } :first-child + html .share-client-dialog { max-height: none !important; ove= rflow: visible !important; } .share-client-dialog .modal-dialog-content { padding: 0px; } .share-client-dialog .modal-dialog-title { padding: 0px; } .share-client-dialog .share-client-dialog-hidden-title { height: 0px; margi= n: 0px; padding: 0px; } .share-client-dialog .modal-dialog-title { font-family: arial, sans-serif; = font-weight: normal; } .share-client-content-iframe { display: flex; height: 100%; width: 100%; bo= rder: none; } .share-client-dialog .modal-dialog-buttons { display: none; } .share-client-error-dialog { font-family: arial, sans-serif; font-size: 12p= x; width: 400px; } .share-client-loading-contents { height: 99px; text-align: center; width: 4= 54px; } .share-client-spinner { background-image: url("//ssl.gstatic.com/docs/docum= ents/share/images/spinner-1.gif"); display: inline-block; margin-top: 41px;= width: 16px; height: 16px; } .inline-share-ui-status { font-size: 12pt; font-weight: bold; height: 19px;= padding: 5px 10px; background-color: rgb(241, 244, 255); } .inline-share-ui-overlay { position: absolute; z-index: 150; background-col= or: rgb(255, 255, 255); opacity: 0; } .share-client-panel-dialog-share { height: 100%; width: 100%; } .share-client-panel-dialog-overlay { position: absolute; z-index: 150; } .share-client-offscreen { position: absolute !important; left: -10000px !im= portant; top: -10000px !important; } .share-client-loading-dialog { font-family: arial, sans-serif; } .share-client-debug { display: none; position: absolute; bottom: 0px; right= : 0px; color: rgb(119, 119, 119); font-size: 10px; } .team-drive-share-client-dialog { border: none; border-radius: 2px; box-sha= dow: rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46p= x 8px, rgba(0, 0, 0, 0.2) 0px 11px 15px -7px; padding: 0px; } .full-screen-share-client-dialog { height: 100vh; overflow: hidden; backgro= und-color: transparent !important; border: none !important; padding: 0px !i= mportant; width: 100vw !important; } .full-screen-share-client-dialog .modal-dialog-content { background: transp= arent; height: 100%; width: 100%; } .modal-dialog.share-client-dialog.team-drive-share-client-dialog { padding:= 0px; } .full-screen-share-client-dialog .modal-dialog-title, .team-drive-share-cli= ent-dialog .modal-dialog-title { display: none; } .goog-menu { background: rgb(255, 255, 255); border-color: rgb(204, 204, 20= 4) rgb(102, 102, 102) rgb(102, 102, 102) rgb(204, 204, 204); border-style: = solid; border-width: 1px; cursor: default; font: 13px Arial, sans-serif; ma= rgin: 0px; outline: none; padding: 4px 0px; position: absolute; z-index: 20= 000; } .goog-menubar { cursor: default; outline: none; position: relative; white-s= pace: nowrap; background: rgb(255, 255, 255); } .goog-menubar .goog-menu-button { padding: 1px; margin: 0px; outline: none;= background: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255); } .goog-menubar .goog-menu-button-dropdown { display: none; } .goog-menubar .goog-menu-button-outer-box { border: none; } .goog-menubar .goog-menu-button-inner-box { border: none; } .goog-menubar .goog-menu-button-hover { background: rgb(238, 238, 238); bor= der: 1px solid rgb(238, 238, 238); } .goog-menubar .goog-menu-button-open { background: rgb(255, 255, 255); bord= er-left: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204= , 204); } .goog-menubar .goog-menu-button-disabled { color: rgb(204, 204, 204); } .goog-menu-button { background: url("//ssl.gstatic.com/editor/button-bg.png= ") left top repeat-x rgb(221, 221, 221); border: 0px; color: rgb(0, 0, 0); = cursor: pointer; list-style: none; margin: 2px; outline: none; padding: 0px= ; text-decoration: none; vertical-align: middle; } .goog-menu-button-outer-box, .goog-menu-button-inner-box { border-style: so= lid; border-color: rgb(170, 170, 170); vertical-align: top; } .goog-menu-button-outer-box { margin: 0px; border-width: 1px 0px; padding: = 0px; } .goog-menu-button-inner-box { margin: 0px -1px; border-width: 0px 1px; padd= ing: 3px 4px; } * html .goog-menu-button-inner-box { left: -1px; } * html .goog-menu-button-rtl .goog-menu-button-outer-box { left: -1px; righ= t: auto; } * html .goog-menu-button-rtl .goog-menu-button-inner-box { right: auto; } :first-child + html .goog-menu-button-inner-box { left: -1px; } :first-child + html .goog-menu-button-rtl .goog-menu-button-inner-box { lef= t: 1px; right: auto; } .goog-menu-button-disabled { opacity: 0.3; background-image: none !importan= t; } .goog-menu-button-disabled .goog-menu-button-outer-box, .goog-menu-button-d= isabled .goog-menu-button-inner-box, .goog-menu-button-disabled .goog-menu-= button-caption, .goog-menu-button-disabled .goog-menu-button-dropdown { col= or: rgb(51, 51, 51) !important; border-color: rgb(153, 153, 153) !important= ; } * html .goog-menu-button-disabled { margin: 2px 1px !important; padding: 0p= x 1px !important; } :first-child + html .goog-menu-button-disabled { margin: 2px 1px !important= ; padding: 0px 1px !important; } .goog-menu-button-hover .goog-menu-button-outer-box, .goog-menu-button-hove= r .goog-menu-button-inner-box { border-color: rgb(153, 204, 255) rgb(102, 1= 53, 238) rgb(102, 153, 238) rgb(119, 170, 255) !important; } .goog-menu-button-active, .goog-menu-button-open { background-color: rgb(18= 7, 187, 187); background-position: left bottom; } .goog-menu-button-focused .goog-menu-button-outer-box, .goog-menu-button-fo= cused .goog-menu-button-inner-box { border-color: orange; } .goog-menu-button-caption { padding: 0px 4px 0px 0px; vertical-align: top; = } .goog-menu-button-dropdown { height: 15px; width: 7px; background: url("//s= sl.gstatic.com/editor/editortoolbar.png") -388px 0px no-repeat; vertical-al= ign: top; } .goog-menu-button-collapse-right, .goog-menu-button-collapse-right .goog-me= nu-button-outer-box, .goog-menu-button-collapse-right .goog-menu-button-inn= er-box { margin-right: 0px; } .goog-menu-button-collapse-left, .goog-menu-button-collapse-left .goog-menu= -button-outer-box, .goog-menu-button-collapse-left .goog-menu-button-inner-= box { margin-left: 0px; } .goog-menu-button-collapse-left .goog-menu-button-inner-box { border-left: = 1px solid rgb(255, 255, 255); } .goog-menu-button-collapse-left.goog-menu-button-checked .goog-menu-button-= inner-box { border-left: 1px solid rgb(221, 221, 221); } .goog-menuitem { color: rgb(0, 0, 0); font: 13px Arial, sans-serif; list-st= yle: none; margin: 0px; padding: 4px 7em 4px 28px; white-space: nowrap; } .goog-menuitem.goog-menuitem-rtl { padding-left: 7em; padding-right: 28px; = } .goog-menu-nocheckbox .goog-menuitem, .goog-menu-noicon .goog-menuitem { pa= dding-left: 12px; } .goog-menu-noaccel .goog-menuitem { padding-right: 20px; } .goog-menuitem-content { color: rgb(0, 0, 0); font: 13px Arial, sans-serif;= } .goog-menuitem-disabled .goog-menuitem-accel, .goog-menuitem-disabled .goog= -menuitem-content { color: rgb(204, 204, 204) !important; } .goog-menuitem-disabled .goog-menuitem-icon { opacity: 0.3; } .goog-menuitem-highlight, .goog-menuitem-hover { background-color: rgb(214,= 233, 248); border-color: rgb(214, 233, 248); border-style: dotted; border-= width: 1px 0px; padding-bottom: 3px; padding-top: 3px; } .goog-menuitem-checkbox, .goog-menuitem-icon { background-repeat: no-repeat= ; height: 16px; left: 6px; position: absolute; right: auto; vertical-align:= middle; width: 16px; } .goog-menuitem-rtl .goog-menuitem-checkbox, .goog-menuitem-rtl .goog-menuit= em-icon { left: auto; right: 6px; } .goog-option-selected .goog-menuitem-checkbox, .goog-option-selected .goog-= menuitem-icon { background: url("//ssl.gstatic.com/editor/editortoolbar.png= ") -512px 0px no-repeat; } .goog-menuitem-accel { color: rgb(153, 153, 153); direction: ltr; left: aut= o; padding: 0px 6px; position: absolute; right: 0px; text-align: right; } .goog-menuitem-rtl .goog-menuitem-accel { left: 0px; right: auto; text-alig= n: left; } .goog-menuitem-mnemonic-hint { text-decoration: underline; } .goog-menuitem-mnemonic-separator { color: rgb(153, 153, 153); font-size: 1= 2px; padding-left: 4px; } .goog-menuseparator { border-top: 1px solid rgb(204, 204, 204); margin: 4px= 0px; padding: 0px; } .goog-submenu-arrow { color: rgb(0, 0, 0); left: auto; padding-right: 6px; = position: absolute; right: 0px; text-align: right; } .goog-menuitem-rtl .goog-submenu-arrow { text-align: left; left: 0px; right= : auto; padding-left: 6px; } .goog-menuitem-disabled .goog-submenu-arrow { color: rgb(204, 204, 204); } .goog-toolbar { background: url("//ssl.gstatic.com/editor/toolbar-bg.png") = left bottom repeat-x rgb(250, 250, 250); border-bottom: 1px solid rgb(213, = 213, 213); cursor: default; font: 12px Arial, sans-serif; margin: 0px; outl= ine: none; padding: 2px; position: relative; zoom: 1; } .goog-toolbar-button { margin: 0px 2px; border: 0px; padding: 0px; font-fam= ily: Arial, sans-serif; color: rgb(51, 51, 51); text-decoration: none; list= -style: none; vertical-align: middle; cursor: default; outline: none; } .goog-toolbar-button-outer-box, .goog-toolbar-button-inner-box { border: 0p= x; vertical-align: top; } .goog-toolbar-button-outer-box { margin: 0px; padding: 1px 0px; } .goog-toolbar-button-inner-box { margin: 0px -1px; padding: 3px 4px; } * html .goog-toolbar-button-inner-box { left: -1px; } * html .goog-toolbar-button-rtl .goog-toolbar-button-outer-box { left: -1px= ; } * html .goog-toolbar-button-rtl .goog-toolbar-button-inner-box { right: aut= o; } :first-child + html .goog-toolbar-button-inner-box { left: -1px; } :first-child + html .goog-toolbar-button-rtl .goog-toolbar-button-inner-box= { left: 1px; right: auto; } .goog-toolbar-button-disabled { opacity: 0.3; } .goog-toolbar-button-disabled .goog-toolbar-button-outer-box, .goog-toolbar= -button-disabled .goog-toolbar-button-inner-box { color: rgb(51, 51, 51) !i= mportant; border-color: rgb(153, 153, 153) !important; } * html .goog-toolbar-button-disabled { background-color: rgb(240, 240, 240)= ; margin: 0px 1px; padding: 0px 1px; } :first-child + html .goog-toolbar-button-disabled { background-color: rgb(2= 40, 240, 240); margin: 0px 1px; padding: 0px 1px; } .goog-toolbar-button-hover .goog-toolbar-button-outer-box, .goog-toolbar-bu= tton-active .goog-toolbar-button-outer-box, .goog-toolbar-button-checked .g= oog-toolbar-button-outer-box, .goog-toolbar-button-selected .goog-toolbar-b= utton-outer-box { border-width: 1px 0px; border-style: solid; padding: 0px;= } .goog-toolbar-button-hover .goog-toolbar-button-inner-box, .goog-toolbar-bu= tton-active .goog-toolbar-button-inner-box, .goog-toolbar-button-checked .g= oog-toolbar-button-inner-box, .goog-toolbar-button-selected .goog-toolbar-b= utton-inner-box { border-width: 0px 1px; border-style: solid; padding: 3px;= } .goog-toolbar-button-hover .goog-toolbar-button-outer-box, .goog-toolbar-bu= tton-hover .goog-toolbar-button-inner-box { border-color: rgb(161, 186, 223= ) !important; } .goog-toolbar-button-active, .goog-toolbar-button-checked, .goog-toolbar-bu= tton-selected { background-color: rgb(221, 225, 235) !important; } .goog-toolbar-button-active .goog-toolbar-button-outer-box, .goog-toolbar-b= utton-active .goog-toolbar-button-inner-box, .goog-toolbar-button-checked .= goog-toolbar-button-outer-box, .goog-toolbar-button-checked .goog-toolbar-b= utton-inner-box, .goog-toolbar-button-selected .goog-toolbar-button-outer-b= ox, .goog-toolbar-button-selected .goog-toolbar-button-inner-box { border-c= olor: rgb(114, 155, 209); } .goog-toolbar-button-collapse-right, .goog-toolbar-button-collapse-right .g= oog-toolbar-button-outer-box, .goog-toolbar-button-collapse-right .goog-too= lbar-button-inner-box { margin-right: 0px; } .goog-toolbar-button-collapse-left, .goog-toolbar-button-collapse-left .goo= g-toolbar-button-outer-box, .goog-toolbar-button-collapse-left .goog-toolba= r-button-inner-box { margin-left: 0px; } * html .goog-toolbar-button-collapse-left .goog-toolbar-button-inner-box { = left: 0px; } :first-child + html .goog-toolbar-button-collapse-left .goog-toolbar-button= -inner-box { left: 0px; } .goog-toolbar-menu-button { margin: 0px 2px; border: 0px; padding: 0px; fon= t-family: Arial, sans-serif; color: rgb(51, 51, 51); text-decoration: none;= list-style: none; vertical-align: middle; cursor: default; outline: none; = } .goog-toolbar-menu-button-outer-box, .goog-toolbar-menu-button-inner-box { = border: 0px; vertical-align: top; } .goog-toolbar-menu-button-outer-box { margin: 0px; padding: 1px 0px; } .goog-toolbar-menu-button-inner-box { margin: 0px -1px; padding: 3px 4px; } * html .goog-toolbar-menu-button-inner-box { left: -1px; } * html .goog-toolbar-menu-button-rtl .goog-toolbar-menu-button-outer-box { = left: -1px; } * html .goog-toolbar-menu-button-rtl .goog-toolbar-menu-button-inner-box { = right: auto; } :first-child + html .goog-toolbar-menu-button-inner-box { left: -1px; } :first-child + html .goog-toolbar-menu-button-rtl .goog-toolbar-menu-button= -inner-box { left: 1px; right: auto; } .goog-toolbar-menu-button-disabled { opacity: 0.3; } .goog-toolbar-menu-button-disabled .goog-toolbar-menu-button-outer-box, .go= og-toolbar-menu-button-disabled .goog-toolbar-menu-button-inner-box { color= : rgb(51, 51, 51) !important; border-color: rgb(153, 153, 153) !important; = } * html .goog-toolbar-menu-button-disabled { background-color: rgb(240, 240,= 240); margin: 0px 1px; padding: 0px 1px; } :first-child + html .goog-toolbar-menu-button-disabled { background-color: = rgb(240, 240, 240); margin: 0px 1px; padding: 0px 1px; } .goog-toolbar-menu-button-hover .goog-toolbar-menu-button-outer-box, .goog-= toolbar-menu-button-active .goog-toolbar-menu-button-outer-box, .goog-toolb= ar-menu-button-open .goog-toolbar-menu-button-outer-box { border-width: 1px= 0px; border-style: solid; padding: 0px; } .goog-toolbar-menu-button-hover .goog-toolbar-menu-button-inner-box, .goog-= toolbar-menu-button-active .goog-toolbar-menu-button-inner-box, .goog-toolb= ar-menu-button-open .goog-toolbar-menu-button-inner-box { border-width: 0px= 1px; border-style: solid; padding: 3px; } .goog-toolbar-menu-button-hover .goog-toolbar-menu-button-outer-box, .goog-= toolbar-menu-button-hover .goog-toolbar-menu-button-inner-box { border-colo= r: rgb(161, 186, 223) !important; } .goog-toolbar-menu-button-active, .goog-toolbar-menu-button-open { backgrou= nd-color: rgb(221, 225, 235) !important; } .goog-toolbar-menu-button-active .goog-toolbar-menu-button-outer-box, .goog= -toolbar-menu-button-active .goog-toolbar-menu-button-inner-box, .goog-tool= bar-menu-button-open .goog-toolbar-menu-button-outer-box, .goog-toolbar-men= u-button-open .goog-toolbar-menu-button-inner-box { border-color: rgb(114, = 155, 209); } .goog-toolbar-menu-button-caption { padding: 0px 4px 0px 0px; vertical-alig= n: middle; } .goog-toolbar-menu-button-dropdown { width: 7px; background: url("//ssl.gst= atic.com/editor/editortoolbar.png") -388px 0px no-repeat; vertical-align: m= iddle; } .goog-toolbar-separator { margin: 0px 2px; border-left: 1px solid rgb(214, = 214, 214); border-right: 1px solid rgb(247, 247, 247); padding: 0px; width:= 0px; text-decoration: none; list-style: none; outline: none; vertical-alig= n: middle; line-height: normal; font-size: 120%; overflow: hidden; } .goog-toolbar-select .goog-toolbar-menu-button-outer-box { border-width: 1p= x 0px; border-style: solid; padding: 0px; } .goog-toolbar-select .goog-toolbar-menu-button-inner-box { border-width: 0p= x 1px; border-style: solid; padding: 3px; } .goog-toolbar-select .goog-toolbar-menu-button-outer-box, .goog-toolbar-sel= ect .goog-toolbar-menu-button-inner-box { border-color: rgb(191, 203, 223);= } .goog-combobox { background: url("//ssl.gstatic.com/closure/button-bg.gif")= left top repeat-x scroll rgb(221, 221, 221); border: 1px solid rgb(181, 18= 2, 181); font: small arial, sans-serif; } .goog-combobox input { background-color: rgb(255, 255, 255); border-width: = 0px 1px 0px 0px; border-top-style: initial; border-bottom-style: initial; b= order-left-style: initial; border-top-color: initial; border-bottom-color: = initial; border-left-color: initial; border-image: initial; border-right-st= yle: solid; border-right-color: rgb(181, 182, 181); color: rgb(0, 0, 0); fo= nt: small arial, sans-serif; margin: 0px; padding: 0px 0px 0px 2px; vertica= l-align: bottom; width: 200px; } .goog-combobox input.label-input-label { background-color: rgb(255, 255, 25= 5); color: rgb(170, 170, 170); } .goog-combobox .goog-menu { margin-top: -1px; width: 219px; z-index: 1000; = } .goog-combobox-button { cursor: pointer; display: inline-block; font-size: = 10px; text-align: center; width: 16px; } * html .goog-combobox-button { padding: 0px 3px; } .goog-tab { position: relative; padding: 4px 8px; color: rgb(0, 0, 204); te= xt-decoration: underline; cursor: default; } .goog-tab-bar-top .goog-tab { margin: 1px 4px 0px 0px; border-bottom: 0px; = float: left; } .goog-tab-bar-top::after, .goog-tab-bar-bottom::after { content: " "; displ= ay: block; height: 0px; clear: both; visibility: hidden; } .goog-tab-bar-bottom .goog-tab { margin: 0px 4px 1px 0px; border-top: 0px; = float: left; } .goog-tab-bar-start .goog-tab { margin: 0px 0px 4px 1px; border-right: 0px;= } .goog-tab-bar-end .goog-tab { margin: 0px 1px 4px 0px; border-left: 0px; } .goog-tab-hover { background: rgb(238, 238, 238); } .goog-tab-disabled { color: rgb(102, 102, 102); } .goog-tab-selected { color: rgb(0, 0, 0); background: rgb(255, 255, 255); t= ext-decoration: none; font-weight: bold; border: 1px solid rgb(107, 144, 21= 8); } .goog-tab-bar-top { padding-top: 5px !important; padding-left: 5px !importa= nt; border-bottom: 1px solid rgb(107, 144, 218) !important; } .goog-tab-bar-top .goog-tab-selected { top: 1px; margin-top: 0px; padding-b= ottom: 5px; } .goog-tab-bar-bottom .goog-tab-selected { top: -1px; margin-bottom: 0px; pa= dding-top: 5px; } .goog-tab-bar-start .goog-tab-selected { left: 1px; margin-left: 0px; paddi= ng-right: 9px; } .goog-tab-bar-end .goog-tab-selected { left: -1px; margin-right: 0px; paddi= ng-left: 9px; } .goog-tab-bar { margin: 0px; border: 0px; padding: 0px; list-style: none; c= ursor: default; outline: none; background: rgb(235, 239, 249); } .goog-tab-bar-clear { clear: both; height: 0px; overflow: hidden; } .goog-tab-bar-start { float: left; } .goog-tab-bar-end { float: right; } * html .goog-tab-bar-start { margin-right: -3px; } * html .goog-tab-bar-end { margin-left: -3px; } .goog-tree-root:focus { outline: none; } .goog-tree-row { white-space: nowrap; font: 400 16px / 16px Arial; height: = 16px; } .goog-tree-row span { overflow: hidden; text-overflow: ellipsis; } .goog-tree-children { background-repeat: repeat-y; font: 400 16px Arial; ba= ckground-image: url("//ssl.gstatic.com/closure/tree/I.png") !important; bac= kground-position-y: 1px !important; } .goog-tree-children-nolines { font: 400 16px Arial; } .goog-tree-icon { background-image: url("//ssl.gstatic.com/closure/tree/tre= e.png"); } .goog-tree-expand-icon { vertical-align: middle; height: 16px; width: 16px;= cursor: default; } .goog-tree-expand-icon-plus { width: 19px; background-position: 0px 0px; } .goog-tree-expand-icon-minus { width: 19px; background-position: -24px 0px;= } .goog-tree-expand-icon-tplus { width: 19px; background-position: -48px 0px;= } .goog-tree-expand-icon-tminus { width: 19px; background-position: -72px 0px= ; } .goog-tree-expand-icon-lplus { width: 19px; background-position: -96px 0px;= } .goog-tree-expand-icon-lminus { width: 19px; background-position: -120px 0p= x; } .goog-tree-expand-icon-t { width: 19px; background-position: -144px 0px; } .goog-tree-expand-icon-l { width: 19px; background-position: -168px 0px; } .goog-tree-expand-icon-blank { width: 19px; background-position: -168px -24= px; } .goog-tree-collapsed-folder-icon { vertical-align: middle; height: 16px; wi= dth: 16px; background-position: 0px -24px; } .goog-tree-expanded-folder-icon { vertical-align: middle; height: 16px; wid= th: 16px; background-position: -24px -24px; } .goog-tree-file-icon { vertical-align: middle; height: 16px; width: 16px; b= ackground-position: -48px -24px; } .goog-tree-item-label { margin-left: 3px; padding: 1px 2px; text-decoration= : none; color: windowtext; cursor: default; } .goog-tree-item-label:hover { text-decoration: underline; } .selected .goog-tree-item-label { background-color: buttonface; color: butt= ontext; } .focused .selected .goog-tree-item-label { background-color: highlight; col= or: highlighttext; } .goog-tree-hide-root { display: none; } .google-visualization-table { box-sizing: border-box; display: inline-block= ; vertical-align: bottom; } .google-visualization-table * { box-sizing: inherit; } .google-visualization-table > div:first-child { border: 0px solid rgb(238, = 238, 238); } .google-visualization-table > div:first-child.scrolling .google-visualizati= on-table-table th, .google-visualization-table > div:first-child.scrolling = .google-visualization-table-table .frozen-column { visibility: hidden; opac= ity: 0; color: transparent; } .google-visualization-table > div:first-child.doneScrolling .google-visuali= zation-table-table th { transition: opacity 0.25s ease-in 0.1s; } .google-visualization-table > div:first-child.doneScrolling .google-visuali= zation-table-table .frozen-column { transition: visibility 0s ease 0s, opac= ity 0.15s ease-in 0.15s; } .google-visualization-table-table { font-family: arial, helvetica; font-siz= e: 10pt; cursor: default; margin: 0px; background: white; border-spacing: 0= px; border-collapse: separate; } .google-visualization-table-table * { margin: 0px; } .google-visualization-table .gradient { background-image: linear-gradient(r= gba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 25= 5, 0.5) 60%, rgba(255, 255, 255, 0) 100%); } .google-visualization-table-tr-head { background-color: rgb(228, 233, 244);= font-weight: bold; text-align: center; } .google-visualization-table-sorthdr { cursor: pointer; } .google-visualization-table-sortind { color: rgb(204, 204, 204); padding-le= ft: 4px; } .unsorted .google-visualization-table-sortind { display: none; } .unsorted .google-visualization-table-sortind::after { content: "=E2=80=83"= ; } .sort-ascending .google-visualization-table-sortind::after { content: "=E2= =96=B2"; } .sort-descending .google-visualization-table-sortind::after { content: "=E2= =96=BC"; } .google-visualization-table-th { cursor: pointer; white-space: nowrap; } .google-visualization-table-td { overflow: hidden; } .google-visualization-table-th, .google-visualization-table-td { padding: 2= px 0.35em; background-color: inherit; background-clip: padding-box; } .google-visualization-table-table td, .google-visualization-table-table th = { border-style: solid; border-color: rgb(238, 238, 238); border-image: init= ial; border-width: 0px 1px 1px 0px; padding: 2px 0.35em; } .google-visualization-table-table th { position: relative; z-index: 10; } .google-visualization-table-table td.frozen-column { position: relative; z-= index: 5; } .google-visualization-table-table thead th.frozen-column { z-index: 15; } .google-visualization-table-table .last-frozen-column { border-right: 2px r= idge rgb(238, 238, 238); } .google-visualization-table-tr-even { background-color: rgb(255, 255, 255);= } .google-visualization-table-tr-odd { background-color: rgb(250, 250, 250); = } .google-visualization-table-tr-sel { background-color: rgb(214, 233, 248); = } .google-visualization-table-tr-over { background-color: rgb(231, 233, 249);= } .google-visualization-table-td.google-visualization-table-type-bool { text-= align: center; font-family: "Arial Unicode MS", Arial, Helvetica; } .google-visualization-table-td.google-visualization-table-type-date { text-= align: center; } .google-visualization-table-td.google-visualization-table-type-number { tex= t-align: right; white-space: nowrap; } .google-visualization-table-seq { text-align: right; color: rgb(102, 102, 1= 02); } .google-visualization-table-div-page { display: inline-block; width: 100%; = padding: 1px 0px 0px 1px; border: 0px; background-color: rgb(228, 233, 244)= ; font-family: Arial, sans-serif; } .google-visualization-table-div-page [role=3D"button"] { display: inline-bl= ock; cursor: pointer; margin-top: 2px; margin-bottom: 2px; font-family: "Ar= ial Unicode MS", Arial, Helvetica; font-size: 10px; line-height: 10px; } .google-visualization-table-div-page [role=3D"button"] .goog-custom-button-= inner-box { padding: 1px 1px 2px; } .google-visualization-table-page-prev, .google-visualization-table-page-nex= t { } .google-visualization-table-page-prev::before { content: "=E2=97=84"; } .google-visualization-table-page-next::before { content: "=E2=96=BA"; } .google-visualization-table-page-numbers { display: inline-block; zoom: 1; = margin: 0px; vertical-align: middle; } .ie8 .google-visualization-table-page-numbers { display: inline; } .google-visualization-table-page-number { display: inline-block; background= -color: rgb(228, 233, 244); border: 1px outset buttonshadow; border-radius:= 3px; color: black; font-size: 10px; min-width: 10px; margin: 2px; padding:= 0px 2px; text-align: center; text-decoration: none; vertical-align: middle= ; } .google-visualization-table-page-number.current { font-weight: bold; font-s= ize: 11px; background: rgb(254, 254, 254); border-style: inset; } .google-visualization-table-page-number:hover { background: rgb(254, 254, 2= 54); border-style: inset; } .google-visualization-table .transparent { background-image: none; backgrou= nd-color: transparent; border-color: transparent; } .google-visualization-table .transparentIE6 { background: none; } .google-visualization-table th .transparent, .google-visualization-table td= .transparent { color: transparent; opacity: 0; } .google-visualization-table .google-visualization-hidden { visibility: hidd= en; pointer-events: none; } .google-visualization-table-loadtest { padding-left: 6px; } .code pre.editor.monaco { margin-bottom: 8px; overflow: auto; white-space: = nowrap; } .cell.text pre.editor.monaco { margin: 8px 0px 8px 8px; } colab-cell-toolbar { background: var(--colab-primary-surface-color); border= -radius: 3px; box-shadow: var(--box-shadow-elevation-2dp); display: flex; p= osition: absolute; right: 8px; top: -14px; z-index: 21; } colab-cell-toolbar paper-icon-button { border: 1px solid transparent; borde= r-radius: 3px; height: 20px; margin: 1px; padding: 0px; width: 25px; } colab-cell-toolbar paper-icon-button[disabled] { color: var(--disabled-text= -color); opacity: 0.5; } colab-cell-toolbar paper-icon-button:hover { border-color: var(--paper-blue= -a100); } colab-cell-toolbar paper-icon-button:active { border-color: var(--colab-bor= der-color); color: var(--colab-icon-hover-color); } colab-date-input ::-webkit-datetime-edit-fields-wrapper, colab-date-picker = ::-webkit-datetime-edit { display: none; } colab-date-picker ::-webkit-calendar-picker-indicator { cursor: pointer; he= ight: 24px; width: 24px; } colab-date-picker paper-input[type=3D"number"] { text-align: center; width:= 35px; } colab-date-picker paper-input[type=3D"number"].datepicker-year { width: 55p= x; } colab-date-picker > div { font-size: 18px; margin: 0px 8px; } colab-date-picker .calendar-icon { position: relative; } colab-date-picker input[type=3D"date"] { border: none; height: 24px; left: = 0px; opacity: 0; position: absolute; top: 0px; width: 40px; margin-left: -1= 5px; } .readonly colab-date-picker .calendar-icon { display: none; } colab-date-picker input[type=3D"date"]::-webkit-datetime-edit, colab-date-p= icker input[type=3D"date"]::-webkit-datetime-edit-fields-wrapper, colab-dat= e-picker input[type=3D"date"]::-webkit-datetime-edit-text, colab-date-picke= r input[type=3D"date"]::-webkit-datetime-edit-month-field, colab-date-picke= r input[type=3D"date"]::-webkit-datetime-edit-day-field, colab-date-picker = input[type=3D"date"]::-webkit-datetime-edit-year-field, colab-date-picker i= nput[type=3D"date"]::-webkit-inner-spin-button { display: none; } colab-differ { display: flex; flex-direction: column; flex-grow: 1; } colab-differ .monaco-diff-editor { flex-grow: 1; } .differ { min-height: 300px; } colab-differ .diff-title, colab-differ .diff-annotation, colab-differ .diff= -output { color: var(--colab-primary-text-color); white-space: nowrap; } colab-differ .diff-title, colab-differ .diff-annotation { font-weight: bold= ; } .notebook-diff-dialog paper-dialog { display: flex; flex-flow: column; heig= ht: 94%; width: 98%; } .notebook-diff-titlebar { flex-shrink: 0; padding: 8px 8px 0px; } .notebook-diff-options { padding-left: 8px; } .notebook-diff-options paper-checkbox { margin-left: 16px; margin-right: 8p= x; } .notebook-diff-container { display: flex; flex-direction: column; flex-grow= : 1; justify-content: space-around; min-height: 0px; padding: 8px; } .notebook-diff-dialog paper-spinner-lite { display: none; } .notebook-diff-dialog .diff-loading paper-spinner-lite { display: block; ma= rgin: 0px auto; } .notebook-diff-dialog .content-area { min-height: 0px; max-width: 100%; } colab-executions { display: flex; flex-direction: column; height: 100%; } colab-executions colab-shaded-scroller { flex-grow: 1; overflow-y: scroll; = } colab-executions .cell-execution-indicator { display: block; } colab-executions .input { display: flex; margin-top: 4px; } colab-executions .gutter { align-items: center; position: relative; width: = 36px; } colab-executions .editor-host { background: var(--code-cell-background); fl= ex-grow: 1; padding-top: 10px; position: relative; } colab-executions .editor-host .monaco-editor { position: absolute; } colab-executions .execution-count { margin-top: 4px; text-align: center; } colab-executions .code-placeholder { color: var(--colab-tertiary-text-color= ); font-family: monospace; font-style: italic; left: 30px; pointer-events: = none; position: absolute; top: 10px; z-index: 1; } colab-executions .hidden { display: none; } colab-executions .executions-placeholder { color: var(--colab-secondary-tex= t-color); margin: 8px 4px; } colab-execution { display: block; } colab-execution .code iron-icon { cursor: pointer; height: 26px; transition= : transform 0.2s ease 0s; } colab-execution .code .gutter { display: flex; flex-direction: column; flex= -shrink: 0; } colab-execution .execution-count { color: var(--colab-secondary-text-color)= ; cursor: default; font-family: var(--colab-code-font-family); } colab-execution.collapsed .code iron-icon { transform: rotate(-90deg); } colab-execution .outputview, colab-execution colab-static-output-renderer {= margin-left: 36px; } colab-execution iframe { border: 0px; width: 100%; } colab-execution .code { display: flex; } colab-execution .source { background: var(--code-cell-background); flex-gro= w: 1; font-family: monospace; padding: 4px 0px 4px 6px; } colab-execution.collapsed .source-lines > * { display: none; } colab-execution.collapsed .source-lines > .preview { display: inline; } colab-execution .start-time { color: var(--colab-secondary-text-color); fon= t-size: 0.8em; margin: 8px 0px 0px 6px; } colab-execution.selected { background: var(--colab-highlighted-surface-colo= r); } colab-input-dropdown { position: relative; } colab-input-dropdown paper-menu-button.colab-input-dropdown-button { backgr= ound-color: var(--colab-primary-surface-color); bottom: 8px; padding: 0px; = position: absolute; right: 0px; } colab-input-dropdown paper-input.colab-input-dropdown-input { flex-grow: 1;= } colab-input-dropdown paper-icon-button.dropdown-trigger { height: 24px; pad= ding: 0px; width: 24px; } colab-interactive-table { display: block; position: relative; } colab-interactive-table.collapsed-layout { display: inline-block; } colab-interactive-table .google-visualization-table-table th { border-botto= m: 1px solid var(--colab-bold-border-color); border-right: 1px solid var(--= colab-border-color); } colab-interactive-table .google-visualization-table-table { border-bottom: = 1px solid var(--colab-bold-border-color); border-left: 1px solid var(--cola= b-border-color); } colab-interactive-table .google-visualization-table-table tbody { border-bo= ttom: 0px; } colab-interactive-table .google-visualization-table-table, colab-interactiv= e-table .google-visualization-table-table th, colab-interactive-table .goog= le-visualization-table .gradient, colab-interactive-table .google-visualiza= tion-table-tr-head { background: none; } colab-interactive-table .google-visualization-table-tr-odd { background-col= or: var(--colab-secondary-surface-color); } colab-interactive-table .google-visualization-table-tr-even { background-co= lor: var(--colab-primary-surface-color); } colab-interactive-table .google-visualization-table-tr-sel, colab-interacti= ve-table .google-visualization-table-tr-over { background-color: var(--cola= b-highlighted-surface-color); } colab-interactive-table .google-visualization-table-table td { border-color= : var(--colab-border-color); } colab-interactive-table .google-visualization-table-page-number { color: va= r(--colab-primary-text-color); } colab-interactive-table .google-visualization-table-div-page { background: = none; text-align: right; } colab-interactive-table .google-visualization-table-page-prev, colab-intera= ctive-table .google-visualization-table-page-next { display: none; } colab-interactive-table .google-visualization-table-page-number { border-ra= dius: 3px; border: 1px solid transparent; box-sizing: border-box; display: = inline-block; font-size: 11px; margin-left: 2px; min-width: 1.5em; padding:= 0.5em 1em; text-align: center; } colab-interactive-table .google-visualization-table-page-number.current { b= ackground-color: var(--colab-primary-surface-color); border: 1px solid rgb(= 151, 151, 151); } colab-interactive-table .google-visualization-table-page-number:hover { bac= kground-color: rgb(88, 88, 88); color: white; } colab-interactive-table .interactive-table-header { align-items: center; di= splay: flex; justify-content: flex-end; padding-right: 2px; } colab-interactive-table .display-count { margin-right: 8px; } colab-interactive-table .collapsible-controls > div { border: 1px solid rgb= (204, 204, 204); margin: 8px; padding: 8px; position: relative; } colab-interactive-table .collapsible-controls .close { cursor: pointer; fon= t-size: 16pt; position: absolute; right: 4px; top: 0px; } colab-interactive-table .column-filter { display: inline-block; margin: 0px= 32px 8px 0px; } colab-interactive-table .column-filter label { display: block; } colab-interactive-table .column-filter input[type=3D"text"][name=3D"from"],= colab-interactive-table .column-filter input[type=3D"text"][name=3D"to"] {= width: 70px; } colab-interactive-table .num-per-page { float: left; margin-top: 2px; } colab-interactive-table .goog-custom-button-outer-box { display: none; } colab-interactive-table .help-anchor svg { fill: var(--colab-icon-color); h= eight: 24px; margin-left: 8px; text-decoration: none; width: 24px; } colab-interactive-table td.index_column { font-weight: bold; white-space: n= owrap; } colab-left-pane .resizer-contents iron-icon:hover, colab-left-pane .resizer= -contents paper-icon-button:hover { color: var(--colab-icon-hover-color); } colab-left-pane .colab-left-pane-header paper-tabs { flex-grow: 1; font-fam= ily: var(--colab-google-sans-font-family); font-size: 15px; height: 38px; -= -paper-tabs-selection-bar-color:var(--paper-grey-900); } .colab-left-pane-header paper-tab { text-align: center; white-space: normal= ; } .colab-left-pane-close { color: var(--colab-icon-color); cursor: pointer; r= ight: 10px; top: 4px; } colab-left-pane { border-right: 1px solid var(--colab-border-color); displa= y: flex; flex-shrink: 0; margin-top: 0px; min-width: 0px; will-change: opac= ity; } colab-left-pane .resizer-contents { background: var(--colab-primary-surface= -color); overflow: hidden; padding-top: 8px; } colab-left-pane .colab-left-pane-header { position: relative; } colab-left-pane h2 { color: var(--paper-grey-900); font-weight: 400; letter= -spacing: -0.012em; line-height: 32px; } colab-left-pane .resizer-thumb { margin-left: -4px; z-index: 100; } colab-left-pane colab-resizer { flex-shrink: 1; min-width: 210px; max-width= : 800px; width: 355px; } colab-left-pane colab-resizer { width: 300px; } colab-left-pane .resizer-contents, colab-left-pane iron-pages { display: fl= ex; flex-flow: column; flex-grow: 1; overflow: hidden; } body.mobile .notebook-vertical .colab-left-pane-nib { display: none; } .colab-left-pane-close { padding: 0px; width: 24px; height: 24px; } .colab-left-pane-nib paper-item { border-left: 3px solid transparent; color= : transparent; flex-shrink: 0; margin: 6px; min-height: 0px; padding: 0px; = } .colab-left-pane-nib paper-item::before { opacity: 0; } .colab-left-pane-nib paper-icon-button { color: var(--colab-icon-color); pa= dding: 2px; height: 23px; width: 23px; } .colab-left-pane-nib paper-listbox paper-icon-button { height: 40px; } .colab-left-pane-nib paper-icon-button:hover { color: var(--colab-icon-hove= r-color); } .colab-left-pane-open .colab-left-pane-nib paper-item.iron-selected { borde= r-left-color: var(--colab-logo-dark); color: var(--colab-logo-dark); } .colab-left-pane-open .colab-left-pane-nib paper-item.iron-selected paper-i= con-button { color: var(--colab-logo-dark); } colab-left-pane paper-listbox { flex-grow: 1; padding-top: 3px; } .left-pane-content-title { flex: 1 1 0%; font-family: var(--colab-google-sa= ns-font-family); font-size: 16px; font-weight: 500; margin: 12px 8px 4px; } .colab-left-pane-nib { padding-bottom: 3px; } .status-placeholder .colab-left-pane-nib { padding-bottom: 28px; } .colab-open-dialog iron-pages { min-height: 440px; min-width: 800px; positi= on: relative; } .colab-open-dialog paper-tabs { background: var(--colab-logo-light); border= -top-left-radius: 3px; border-top-right-radius: 3px; border-top: 8px solid = var(--colab-logo-dark); box-shadow: var(--box-shadow-elevation-2dp); color:= var(--paper-grey-900); font-weight: 600; margin-top: 0px; text-transform: = capitalize; --paper-tabs-selection-bar-color:var(--paper-grey-900); font-si= ze: 15px !important; } .colab-open-dialog .open-github-notebook colab-notebook-list { --notebook-l= ist-table-height:232px; } .colab-open-dialog colab-github-repo-selector { margin-top: 8px; } .colab-open-dialog .open-piper-notebook { height: 420px; width: 800px; } .colab-open-dialog .open-piper-notebook .buttons { margin: 10px 0px; paddin= g-left: 8px; } .colab-open-dialog .open-piper-notebook-path, .colab-open-dialog .open-pipe= r-notebook colab-workspace-list { display: block; width: 650px; } .colab-open-dialog .buttons paper-menu-button { padding: 0px; } .colab-open-dialog paper-menu-button .new-notebook { color: var(--google-bl= ue-500); margin-top: -2px; } .upload-file-target { border: 2px dashed var(--paper-grey-400); position: a= bsolute; inset: 24px; text-align: center; } .upload-file-target[active] { border-color: var(--paper-grey-700); } .upload-file-target[disabled] { border: none; } .upload-file-target .uploading, .upload-file-target[disabled] input[type=3D= "file"] { display: none; } .upload-file-target[disabled] .uploading { display: inline-block; } .upload-file-target[disabled] .uploading paper-spinner-lite { margin-bottom= : 12px; } .upload-file-target::before { content: ""; display: inline-block; height: 1= 00%; vertical-align: middle; } #sharing-dialog paper-dialog { width: 800px; } colab-dialog .content-area > .share-dialog-warning { font-weight: bolder; } #sharing-dialog .dialog-title { color: var(--colab-primary-text-color); fon= t: 16px arial, sans-serif; } #sharing-dialog .copy-link { color: var(--colab-secondary-text-color); posi= tion: absolute; right: 0px; text-transform: initial; top: 0px; } #sharing-dialog iron-icon { border-radius: 50%; color: rgb(255, 255, 255); = background-color: rgb(85, 139, 47); padding: 1px; } #share-placeholder { min-height: 200px; overflow: auto; padding: 16px 22px;= } #sharing-dialog .share-warning { background-color: black; color: white; pad= ding: 8px 25px; position: relative; text-align: center; } body paper-toast.share-dialog-notification { background-color: rgb(255, 255= , 255); color: rgb(0, 0, 0); z-index: 1001; } body paper-toast.share-dialog-notification .close { color: rgb(33, 33, 33);= } body colab-tab-pane.layout.hidden { display: none; } colab-tab-layout-container { background-color: var(--colab-primary-surface-= color); min-height: 100px; } colab-tab-layout-container .notebook-tab { position: relative; } colab-tab-pane .tab-pane-header { border-bottom: 1px solid var(--colab-bord= er-color); } colab-tab-pane[align=3D"vertical"] .tab-pane-header { border-top: 1px solid= var(--colab-border-color); } colab-tab-pane[align=3D"horizontal"] .resizer-thumb { border-left: 1px soli= d var(--colab-border-color); } colab-tab-pane paper-tabs { height: 36px; } colab-tab-pane { background-color: var(--colab-primary-surface-color); } colab-tab-pane paper-menu-button { padding: 0px; } colab-tab-pane paper-menu-button paper-icon-button { height: 32px; padding:= 4px; width: 32px; } colab-tab-pane iron-pages { min-height: 0px; } colab-tab-pane:not(.focused) .tab-pane-header paper-tabs { --paper-tabs-sel= ection-bar-color:var(--colab-secondary-text-color); --colab-primary-text-co= lor:var(--colab-secondary-text-color); } colab-tab-pane .tab-pane-header paper-tab { color: var(--colab-secondary-te= xt-color); flex-grow: 0; padding-right: 6px; } colab-tab-pane .tab-pane-header paper-tab.iron-selected { color: var(--cola= b-primary-text-color); } colab-tab-pane .tab-pane-header paper-tab span { margin-right: 6px; } colab-tab-pane .tab-pane-header paper-tab paper-icon-button { height: 22px;= padding: 0px; width: 22px; } colab-tab-pane paper-icon-button { color: var(--colab-icon-color); } colab-tab-pane paper-icon-button:hover { color: var(--colab-icon-hover-colo= r); } colab-tab paper-progress { height: 2px; width: 100%; flex: 0 0 auto; margin= -bottom: 5px; --paper-progress-active-color:var(--paper-orange-400); } colab-tab paper-progress.hidden { display: none; } colab-tab-pane colab-tab > colab-shaded-scroller { min-height: 0px; overflo= w: auto; padding: 8px; } colab-tab-pane colab-resizer, colab-tab-pane colab-resizer > div, colab-tab= { flex-shrink: 1; min-height: 0px; } colab-tab-layout { display: block; } colab-tab-layout .tab-layout-header { background-color: var(--colab-seconda= ry-surface-color); padding: 0px 4px 0px 8px; } colab-tab-layout .tab-layout-header paper-tabs { height: 40px; } colab-tab-layout #tabsContainer.paper-tabs { height: unset; } colab-tab-layout, colab-tab-layout paper-tab.iron-selected { background-col= or: var(--colab-primary-surface-color); } colab-tab-layout #tabsContainer.paper-tabs #tabsContent.paper-tabs > :not(#= selectionBar) { height: 34px; } colab-tab-layout paper-tab { border: 1px solid transparent; margin-top: 4px= ; } colab-tab-layout paper-tab.iron-selected { border-left-color: var(--colab-b= order-color); border-top-color: var(--colab-border-color); border-right-col= or: var(--colab-border-color); } colab-tab-layout:not(.tabs-editing) .tabs-add-tab, colab-tab-layout:not(.ta= bs-editing) .tabs-delete-tab, colab-tab-layout:not(.tabs-editing) .tabs-ren= ame-tab { display: none; } .toc-cell { color: var(--colab-primary-text-color); display: block; margin:= 2px 0px; padding: 10px 8px; text-decoration: none; } colab-table-of-contents { overflow: hidden; } colab-table-of-contents colab-shaded-scroller { display: block; height: 100= %; overflow-y: auto; } .colab-toc-sections { padding: 8px 2px 0px 8px; } .toc-section .toc-section-cells { margin-left: 25px; } .toc-add-section { display: inline-block; margin-left: 12px; --iron-icon-ma= rgin:0 7px 0 0; } .toc-section.toc-cell-focused > .toc-cell, .toc-cell.toc-cell-focused { fon= t-weight: bold; } .toc-cell { border-left: 3px solid transparent; color: var(--colab-secondar= y-text-color); margin: 12px 0px; padding: 0px 6px 0px 10px; } .toc-section.toc-cell-focused > .toc-cell, .toc-cell.toc-cell-focused { bor= der-left-color: var(--colab-left-pane-section-highlight); color: var(--cola= b-primary-text-color); } #header-background, #header-content { display: flex; height: 100%; position= : absolute; width: 100%; } body.mobile #header-content { position: relative; } .top-floater { background: var(--colab-primary-surface-color); } #colab-menu-cover { background: var(--colab-primary-surface-color); height:= 3px; position: absolute; z-index: 100003; } .goog-submenu-arrow { color: var(--colab-icon-color); font-size: 70%; left:= auto; opacity: 0.5; padding-right: 0px; padding-top: 3px; position: absolu= te; right: 10px; text-align: right; transition: all 0.218s ease 0s; } .goog-menuitem { border-color: white; border-style: dotted; border-width: 1= px 0px; padding-bottom: 5px; padding-right: 9em; padding-top: 5px; } .goog-menuitem-highlight, .goog-menuitem-hover { background-color: var(--co= lab-highlighted-surface-color); border-color: var(--colab-highlighted-surfa= ce-color); border-style: dotted; border-width: 1px 0px; padding-bottom: 5px= ; padding-right: 9em; padding-top: 5px; } #top-menubar .goog-menu-button-caption { padding: 0px 2px; vertical-align: = top; } #top-menubar .goog-menu-button-caption, #top-menuvar .goog-menuitem-content= { color: var(--colab-primary-text-color); } #top-menubar .goog-menuitem { font: var(--colab-chrome-font-size) var(--col= ab-chrome-font-family); } #top-menubar { background-color: transparent; cursor: default; display: fle= x; font: var(--colab-chrome-font-size) var(--colab-chrome-font-family); out= line: none; white-space: nowrap; } .goog-menu { background: var(--colab-primary-surface-color); border-radius:= 0px; border: 1px solid var(--colab-border-color); box-shadow: rgba(0, 0, 0= , 0.2) 0px 2px 4px; cursor: default; font-size: 13px; margin: 0px; outline:= none; overflow-y: auto; padding: 6px 0px; position: absolute; transition: = opacity 0.218s ease 0s; } .goog-menuseparator { border-top: 1px solid rgb(235, 235, 235); margin: 6px= 0px; } .header-warning { background-color: black; color: white; padding: 8px 25px;= position: relative; text-align: center; } .header-warning a { color: rgb(238, 255, 65); } .private-outputs-warning.hidden { display: none; } #header-staging { color: var(--colab-tertiary-text-color); font: 13px var(-= -colab-chrome-font-family); left: 50%; margin-left: -100px; position: absol= ute; text-align: center; width: 200px; } #header-staging a { color: rgb(128, 191, 255); } body:not(.mobile) .top-floater #header { font: normal 13px var(--colab-chro= me-font-family); height: 64px; text-align: left; width: 100%; } #header { border-bottom: 1px solid var(--colab-border-color); position: rel= ative; } #header-logo { height: 64px; padding-left: 10px; text-align: center; width:= 50px; } #header-logo > img { padding-top: 10px; position: relative; vertical-align:= middle; width: 40px; } body:not(.mobile) #header-doc-toolbar { overflow: hidden; padding-left: 4px= ; padding-top: 8px; } #document-info { display: flex; height: 25px; margin-bottom: 2px; margin-le= ft: 4px; } .message-area { font: normal var(--colab-chrome-font-size) var(--colab-chro= me-font-family); padding-right: 38px; z-index: 300; } .header-warning .close, .message-area .close { color: var(--paper-grey-300)= ; height: 25px; padding: 2px; position: absolute; right: 0px; top: 0px; wid= th: 25px; } paper-toast.message-area .close { right: 8px; top: 11px; } paper-toast.message-area a.moreinfo { padding-left: 20px; } .notification { background-color: rgb(249, 237, 190); border: 1px solid lig= htgrey; margin-top: 20px; max-width: 200px; padding: 3px; position: relativ= e; top: 0px; } .doc-name { background: transparent; border: 1px solid transparent; color: = var(--colab-title-color); font: normal 18px var(--colab-google-sans-font-fa= mily); max-width: 100%; min-width: 65px; padding: 0px 4px 0px 3px; text-ove= rflow: ellipsis; white-space: pre; } .doc-name:hover { border: 1px solid var(--paper-grey-200); } #header-right { margin-right: 16px; } #header-right, #header-right > paper-button { align-items: center; display:= flex; } #header-right .portrait { border-radius: 100%; border: 2px solid; height: 2= 7px; width: 27px; } #header-right > paper-button { color: var(--colab-primary-text-color); marg= in-left: 8px; } #header-right > paper-button:hover, #header-right > paper-button.active { b= ox-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px, rgba(0, 0, 0, 0.1) 0px 2px = 10px 0px; text-decoration: none; } #header-right iron-icon { height: 20px; margin-right: 8px; width: 20px; } #header-doc-toolbar iron-icon { height: 20px; width: 20px; } #header-doc-toolbar iron-icon.file-location-icon { flex-shrink: 0; height: = 18px; margin-left: 7px; margin-top: 3px; width: 18px; } iron-icon#star-icon { color: rgb(170, 170, 170); flex-shrink: 0; margin-lef= t: 3px; margin-top: 2px; } iron-icon#star-icon[icon=3D"star"] { color: rgb(255, 215, 110); } .constrained-height { max-height: 400px; } .goog-menuitem-checkbox { visibility: hidden; } .goog-option-selected .goog-menuitem-checkbox, .goog-option-selected .goog-= icon { background: none; visibility: visible; } .goog-menuitem-checkbox iron-icon { height: 16px; width: 16px; } .goog-menubar .goog-menu-button-dropdown { background: none; } body.mobile .top-floater paper-menu-button paper-listbox { padding: 0px; } #top-menubar > div { background: transparent; border-color: transparent; } #top-menubar > div:hover { background: var(--colab-highlighted-surface-colo= r); } #top-menubar, .goog-menuitem { border-color: var(--colab-primary-surface-co= lor); } #top-menubar > div.goog-menu-button-open { background: var(--colab-primary-= surface-color); border: 1px solid var(--colab-border-color); box-shadow: rg= ba(0, 0, 0, 0.2) 0px 2px 4px; color: var(--colab-primary-text-color); z-ind= ex: 1003; } .goog-menuitem-content { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); } .goog-menuitem-disabled, .goog-menuitem-disabled .goog-menuitem-content { c= olor: var(--colab-primary-text-color); } .goog-menuitem-accel { color: var(--colab-secondary-text-color); } .goog-menuitem-disabled .goog-menuitem-content { opacity: 0.5; } body.mobile paper-menu-button #top-menubar { min-width: 200px; white-space:= normal; } body.mobile #top-menubar iron-collapse { margin-left: 16px; } body.mobile paper-item[toggles]:not([active]) iron-icon { display: none; } body.mobile #top-menubar paper-item[command].iron-selected { font-weight: n= ormal; } body.mobile #document-info { flex-grow: 1; margin-top: 6px; overflow: hidde= n; } body.mobile .mobile-header-menu.open, .mobile-header-menu-backdrop.open { z= -index: 987; } body.mobile .mobile-header-menu { padding: 0px 8px 0px 0px; } .mobile-header-menu-backdrop.open { inset: 0px; position: absolute; } #new-feature-opt-in, #settings-cog { color: var(--colab-toolbar-button-colo= r); min-width: 0px; } #new-feature-opt-in, #settings-cog { height: 20px; margin: 8px 10px 8px 8px= ; padding: 0px; width: 20px; } colab-callout[position-target-id=3D"new-feature-opt-in"] { padding: 16px 24= px 8px; } colab-callout p, colab-callout a, colab-callout a:visited, colab-callout h2= { color: var(--paper-white); } colab-callout h2 { text-align: center; } colab-callout paper-textarea { margin-bottom: 16px; --paper-input-container= -focus-color:var(--paper-white); } colab-callout paper-textarea ::placeholder { color: rgba(255, 255, 255, 0.7= ); } #preference-button-container { display: flex; } #configure-editor-preferences { background: var(--paper-blue-600); font-siz= e: var(--colab-chrome-font-size); margin: auto; padding-left: 20px; padding= -right: 20px; } colab-last-saved-indicator { color: var(--colab-tertiary-text-color); displ= ay: block; font-size: var(--colab-chrome-font-size); margin: auto 24px auto= 8px; overflow: hidden; text-overflow: ellipsis; } colab-last-saved-indicator[command] { cursor: pointer; text-decoration: und= erline; } colab-last-saved-indicator.error { color: var(--colab-error-icon-color); cu= rsor: default; text-decoration: none; } .history-view-dialog paper-dialog { border-radius: 0px; display: flex; flex= -flow: column; height: 100%; margin: 0px; padding: 0px; width: 100%; } colab-history-view { height: 100%; overflow: hidden; } colab-history-view h2 { border-bottom: 1px solid var(--colab-border-color);= font-weight: normal; height: 38px; padding: 12px 0px 12px 8px; } colab-history-view h2 paper-icon-button { margin-right: 10px; padding-top: = 4px; vertical-align: middle; } .history-view-container { height: 100%; } .history-view-container .history-view-columns { min-height: 200px; } .history-view-container .preview { margin: 24px 8px 8px; } .history-view-container .preview paper-spinner-lite { margin: auto; } .history-view-right-column { border-left: 1px solid var(--colab-border-colo= r); flex-grow: 0; flex-shrink: 0; width: 350px; } .history-view-right-column paper-checkbox { border-bottom: 1px solid var(--= colab-border-color); padding: 26px 8px 26px 18px; } paper-spinner-lite.hidden { display: none; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .colab-assist-pane-input { margin: 14px 28px 14px 12px; --paper-input-conta= iner-focus-color:transparent; } colab-assist-pane { overflow: hidden; } .colab-assist-pane-input[focused] { box-shadow: var(--box-shadow-elevation-= 2dp); } .colab-assist-pane-input [prefix] { margin-left: 12px; margin-right: 15px; = } .colab-assist-progress { height: 2px; margin-right: 28px; width: auto; visi= bility: hidden; } .colab-assist-progress.searching { visibility: visible; } .colab-assist-progress { --paper-progress-active-color:var(--paper-orange-4= 00); } .colab-assist-pane-results { flex: 0 0 auto; margin: 0px 24px 30px 12px; ma= x-height: 185px; overflow: auto; } colab-assist-pane-result { align-items: center; border-bottom: solid 1px va= r(--paper-grey-200); cursor: pointer; display: flex; padding: 6px 4px; } .colab-assist-pane-result-text { flex-grow: 1; overflow: hidden; text-overf= low: ellipsis; white-space: nowrap; } colab-assist-pane-result.selected { background: var(--colab-highlighted-sur= face-color); } .colab-assist-pane-details { overflow: auto; padding: 0px 24px 0px 12px; } .colab-assist-pane-doc-header { align-items: center; display: flex; } .colab-assist-pane-doc-insert { padding-left: 0px; padding-right: 0px; min-= width: 0px; color: var(--paper-blue-400); } .colab-assist-pane-doc-title { flex-grow: 1; font-size: var(--paper-font-su= bhead-font-size); font-weight: var(--paper-font-subhead-font-weight); line-= height: var(--paper-font-subhead-line-height); overflow: hidden; text-overf= low: ellipsis; white-space: nowrap; } .colab-assist-pane-documentation h2 { font-size: 15px; font-weight: var(--p= aper-font-subhead-font-weight); line-height: var(--paper-font-subhead-line-= height); } .colab-assist-pane-documentation h3 { font-size: var(--colab-chrome-font-si= ze); font-weight: var(--paper-font-body1-font-weight); line-height: var(--p= aper-font-body1-line-height); } .colab-assist-pane-documentation h4 { font-size: 13px; font-weight: var(--p= aper-font-body1-font-weight); line-height: var(--paper-font-body1-line-heig= ht); } .colab-assist-pane-documentation h5 { font-size: 11px; font-weight: var(--p= aper-font-body1-font-weight); line-height: var(--paper-font-body1-line-heig= ht); } .colab-assist-pane-no-selection .colab-assist-pane-code, .colab-assist-pane= -no-selection .colab-assist-pane-doc-insert, .colab-assist-pane-no-selectio= n .colab-assist-pane-view-source { display: none; } .colab-assist-pane-code .monaco { background: var(--code-cell-background); = margin-top: 24px; } .colab-assist-pane-code .monaco { margin-top: 12px; padding-top: 4px; } .colab-assist-pane-code .monaco .context-view.monaco-menu-container { displ= ay: none; } .command-palette { background: var(--colab-primary-surface-color); border-r= adius: 4px; color: var(--colab-secondary-text-color); display: flex; flex-f= low: column; margin-top: 8px; max-height: 400px; min-width: 500px; } .command-palette paper-input { border: 2px solid var(--google-blue-500); bo= rder-radius: 6px; margin: 8px 8px 16px; } .command-palette-results { overflow: auto; } .command-palette-result-item { cursor: pointer; padding: 2px 80px 2px 16px;= position: relative; } .command-palette-match { font-weight: bold; } .command-palette-result-item:hover { background: var(--colab-secondary-surf= ace-color); } .command-palette-result-item.selected { background: var(--colab-highlighted= -surface-color); } .command-palette-result-shortcut { color: var(--colab-secondary-text-color)= ; direction: ltr; left: auto; padding: 0px 16px 0px 6px; position: absolute= ; right: 0px; text-align: right; } .command-palette-backdrop.opened { opacity: 0; } .colab-assist-result-insert { flex-shrink: 0; } .cell { --colab-cell-gutter-width:40px; align-content: flex-start; display:= flex; flex-direction: column; position: relative; } html { --colab-run-button-transition-time:250ms; } .render-layers .monaco-editor-background { width: 100% !important; } .render-layers .editor.invisible { visibility: hidden; } .monaco-scrollable-element > .invisible { display: none; } .cell:focus { outline-style: none; } .imported .imported-from-banner { display: block; } .imported.forked .imported-from-banner { display: block; background: var(--= colab-highlighted-surface-color); } .imported-from-banner { display: none; padding: 8px; } .inputarea, .text-top-div { display: flex; flex-flow: row; } .views-hide-code .inputarea, .views-hide-code .output-info { display: none = !important; } .inputarea { min-height: 24px; background-color: var(--code-cell-background= ); } .code .inputarea.form { background-color: var(--colab-primary-surface-color= ); } .text .markdown { color: var(--colab-primary-text-color); flex: 1 1 0%; lin= e-height: 1.6; max-width: 1016px; min-height: 28px; padding-left: 8px; padd= ing-right: 4px; width: calc(100% - 42px); overflow-wrap: break-word; } .toc .markdown { padding-right: 100px; } .markdown img { max-width: 100%; max-height: 100%; } .markdown blockquote { border-left: 5px solid var(--colab-highlighted-surfa= ce-color); margin-left: 0px; padding: 0px 2em; } .dragitem { height: 20px; visibility: hidden; } pre { margin-bottom: 2px; margin-top: 2px; white-space: pre-wrap; } .completions { border-radius: 4px; border: 1px solid rgb(171, 171, 171); bo= x-shadow: rgb(173, 173, 173) 0px 6px 10px -1px; overflow: hidden; position:= absolute; z-index: 10; } .code * .output-info > .output-icon { display: inline-block; height: 26px; = top: 34px; width: 26px; } .code .output-icon { opacity: 0; transition: opacity var(--colab-run-button= -transition-time); } .code:hover .output-icon { display: inline-block; opacity: 1; } .notebook-vertical:not(.large-notebook) .cell.icon-scrolling .output-info >= .output-icon { position: sticky; } .notebook-vertical.large-notebook { --colab-run-button-position:static; } .code * .output-info > .output-icon-selected:only-child { border: none; } .output-info .output-icon { box-sizing: border-box; height: 32px; } .output-info .collaborator { border-radius: 100%; display: inline-block; he= ight: 20px; line-height: 20px; margin: 4px 3px 0px; overflow: hidden; paddi= ng-bottom: 0px; width: 20px; } .clear_outputs_enabled.output-icon:hover .collaborator { display: none; } .output-icon [command=3D"clear-focused-or-selected-outputs"] { color: var(-= -colab-active-execution-icon-color); cursor: pointer; display: none; margin= -left: 1px; } .clear_outputs_enabled.output-icon:hover [command=3D"clear-focused-or-selec= ted-outputs"] { display: inline-block; } .code .editor { background: var(--code-cell-background); margin: 8px 8px 8p= x 4px; position: relative; } .code .editor.monaco { margin: 10px 8px 0px 0px; } .debug-editor.flex, .editor.flex { min-width: 0px; } .text * .editor { display: none; } .text.edit * .editor { border-bottom: 1px dashed var(--paper-grey-600); dis= play: block; } .text.edit .editor-container { flex-direction: column; flex-grow: 1; overfl= ow: hidden; } .text.edit .editor-container.horizontal { display: flex; flex-direction: ro= w; } .text.edit .editor-root { flex-grow: 1; } .text.edit .editor-container.horizontal .editor-root { overflow-x: auto; } .text.edit .editor-container .text-top-div { flex: 1 1 0%; overflow-x: auto= ; } .text:not(.edit) .editor-container .text-top-div { width: 100%; } .text.edit .editor { border: none; } .text.edit .editor-container.horizontal .editor-root { flex-basis: 0px; } .text.edit .editor-container.horizontal .markdown { border-left: 1px dashed= var(--paper-grey-600); } .text.edit .editor-container:not(.horizontal) .editor { border-bottom: 1px = dashed var(--paper-grey-600); } .main-content { background: var(--colab-primary-surface-color); display: bl= ock; min-height: 38px; position: relative; } .main-content[elevation=3D"0"] { box-shadow: none; } .main-content[elevation=3D"2"] { box-shadow: rgba(0, 0, 0, 0.14) 0px 4px 5p= x 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px, rgba(0, 0, 0, 0.4) 0px 2px 4px= -1px; } .code * .main-content { border-radius: 2px; } .output-content { display: flex; font-family: var(--colab-code-font-family)= ; font-size: 10pt; margin-top: 1px; } .output-info { align-items: center; display: flex; flex-flow: column; flex-= shrink: 0; min-height: 24px; padding: 4px 0px 2px; position: relative; text= -align: start; width: var(--colab-cell-gutter-width); } .output-iframe-container { flex: 1 1 0%; margin-right: 1px; min-width: 0px;= } .output-iframe-sizer iframe, .mirror-cell iframe { border: 0px; display: bl= ock; width: 100%; } .mirror-cell colab-static-output-renderer { max-height: unset; } .editor { font-size: 13px; } .cell-spacer { display: inline-block; position: relative; width: 10px; } .add-cell { align-items: center; align-self: center; display: flex; flex-fl= ow: column; height: 16px; position: relative; width: 100%; } .add-cell > hr { border-right: 1px solid darkgrey; border-bottom: 1px solid= darkgrey; border-left: 1px solid darkgrey; border-top: 1px none; left: 20p= x; opacity: 0; position: absolute; right: 20px; top: 0px; transition: visib= ility 0s ease 250ms, opacity 200ms ease 0s; visibility: hidden; } .add-cell:hover > hr { opacity: 1; transition: visibility 100ms ease 0ms, o= pacity 200ms ease 0s; visibility: visible; } .add-cell-buttons { display: flex; font-family: var(--colab-chrome-font-fam= ily); margin-top: -4px; opacity: 0; transition: opacity 200ms ease 0ms; vis= ibility: hidden; z-index: 20; } .add-cell > .add-cell-buttons { transition: opacity 200ms ease 250ms, visib= ility 0s ease 250ms; } .add-cell:hover > .add-cell-buttons { opacity: 1; transition: opacity 200ms= ease 100ms; visibility: visible; } .cell > .add-cell { height: 12px; } .cell .add-cell-buttons { margin-top: -8px; } .cell .add-cell > hr { margin-top: 5px; } .notebook-content > .add-cell { margin-top: -1px; } .toc-refresh-button { position: absolute; right: 4px; top: 12px; } .toc > .main-content { min-height: 48px; padding: 4px 8px; } .text > .main-content { padding-bottom: 4px; } .section-header { align-items: center; background: var(--colab-secondary-su= rface-color); border: dashed 1px var(--colab-border-color); cursor: pointer= ; display: flex; margin-left: 4px; margin-right: 4px; } .section-header-container { flex-grow: 1; font-style: italic; padding: 7px = 7px 7px 12px; } .text.executable .section-header-container { padding-left: 0px; } .section-header:hover { background: var(--colab-highlighted-surface-color);= } .notebook-busy .section-header { cursor: progress; } .text colab-run-button { display: none; margin: -3px 0px -3px -5px; } .text.executable colab-run-button { display: block; } .toc * blockquote { margin: 0px 20px; } .toc * p { margin: 0px; } .cell.selected * .cell-mask { background: rgba(0, 156, 255, 0.35); height: = 100%; position: absolute; width: 100%; z-index: 10; } .panel-sizing .cell-mask { height: 100%; position: absolute; width: 100%; z= -index: 10; } .cell.toc * .cell-mask { left: 0px; top: 0px; } .codecell-input-output { position: relative; } .code.focused .cell-gutter { background: var(--colab-highlighted-surface-co= lor); } .cell-gutter { flex-flow: column; min-height: 39px; width: var(--colab-cell= -gutter-width); } .cell-execution-container { bottom: 0px; left: 0px; position: absolute; top= : 0px; width: var(--colab-cell-gutter-width); } .code-has-output .cell-execution-container { bottom: 30px; } .colab-tooltip { max-width: 700px; animation: 400ms ease 0s 1 normal none r= unning fadeIn; vertical-align: middle; background-color: var(--colab-second= ary-surface-color); border: var(--colab-border-color) 1px solid; outline: n= one; padding: 3px 3px 3px 7px; margin: 0px; font-family: var(--colab-code-f= ont-family); min-height: 50px; box-shadow: var(--box-shadow-elevation-3dp);= border-radius: 4px; position: absolute; z-index: 25; } .tooltiptext { background-color: var(--colab-secondary-surface-color); bord= er: 0px; border-radius: 0px; font-size: 13px; max-height: 500px; overflow: = auto; white-space: pre-wrap; } .colab-tooltip > .pretooltiparrow::before { background-color: var(--colab-s= econdary-surface-color); border-color: var(--colab-border-color); } colab-tab-pane .scratchpad .cell-toolbar, colab-tab-pane .scratchpad .add-c= ell, colab-tab-pane .cell-tab .add-cell { display: none; visibility: hidden= ; } .markdown-toolbar { display: none; } .text.edit .markdown-toolbar { background-color: var(--colab-secondary-surf= ace-color); border-bottom: 1px solid var(--colab-border-color); display: bl= ock; margin-bottom: 4px; overflow: hidden; padding-left: 4px; white-space: = nowrap; } .markdown-toolbar paper-icon-button { height: 40px; padding: 8px 10px; widt= h: 40px; } .markdown-toolbar .markdown-insert-image { border-radius: 40px; height: 40p= x; margin: 0px; max-width: 40px; min-width: 40px; position: relative; verti= cal-align: bottom; --iron-icon-height:20px; } .markdown-toolbar .markdown-insert-image input[type=3D"file"] { inset: 0px;= opacity: 0; position: absolute; } .text-cell-section-header { position: relative; } paper-icon-button.header-section-toggle { color: var(--colab-primary-text-c= olor); height: 26px; left: -30px; line-height: 26px; margin: 0px; padding: = 0px; position: absolute; top: calc(50% - 14px); transition: transform 0.2s = ease 0s; width: 26px; } .text.collapsed .header-section-toggle { transform: rotate(-90deg); } paper-button.output-show-output { font-size: 12px; } .editor .monaco-editor .view-overlays .current-line, .debugger-editor .mona= co-editor .view-overlays .current-line { border: 0px; } .monaco-editor.focused .view-overlays .current-line { border: var(--colab-e= ditor-focus-border-thickness) solid var(--colab-editor-focus-color); } .monaco-editor .overflowingContentWidgets .parameter-hints-widget > .wrappe= r { max-height: 250px; } .monaco-editor-hover .hover-row.status-bar { display: none; } .monaco-editor .overflowingContentWidgets .monaco-editor-hover .monaco-edit= or-hover-content, .monaco-editor .overflowingContentWidgets .parameter-hint= s-widget > .wrapper { max-width: 800px !important; } .monaco-editor .monaco-editor-hover-content p { margin: 8px 0px; } .monaco-editor .overflowingContentWidgets .suggest-widget, .monaco-editor .= overflowingContentWidgets .suggest-widget.docs-side { width: 800px; } .monaco-editor .overflowingContentWidgets .monaco-editor-overlaymessage { z= -index: var(--colab-panel-zindex); } .notebook-vertical.large-notebook .decorationsOverviewRuler { display: none= ; } .editor .monaco-editor .margin-view-overlays .line-numbers.lh-odd, .debugge= r-editor .monaco-editor .margin-view-overlays .line-numbers.lh-odd { margin= -top: 0px; } .editor .monaco-editor .line-numbers, .editor .monaco-editor .current-line = ~ .line-numbers, .debugger-editor .monaco-editor .line-numbers, .debugger-e= ditor .monaco-editor .current-line ~ .line-numbers { color: var(--colab-ter= tiary-text-color); } .editor .monaco-editor .quick-open-tree { min-height: 108px; } .editor .monaco-editor .markdown-docs, .editor .monaco-editor .markdown-hov= er { white-space: pre !important; } .cell.focused .monaco-editor .current-line ~ .line-numbers { color: var(--c= olab-primary-text-color); } #context-menu .goog-menuitem { padding-left: 18px; padding-right: 9em; } #context-menu .goog-menuitem-accel { padding-right: 18px; } body.mobile .inputarea { flex-wrap: wrap; } body.mobile .outputview { overflow: auto; } body.mobile .add-cell { max-width: 100px; overflow-x: hidden; visibility: h= idden; } .monaco-emacs-statusbar, .monaco-vim-statusbar { bottom: 0px; font-family: = monospace; margin-left: var(--colab-cell-gutter-width); padding: 1px 2px 2p= x 6px; position: sticky; } .monaco-vim-statusbar { background-color: var(--code-cell-background); } .cell:not(.focused) .monaco-vim-statusbar, .cell:not(.focused) .monaco-emac= s-statusbar, .cell.text:not(.edit) .monaco-emacs-statusbar, .monaco-emacs-s= tatusbar:empty { display: none !important; } .mirror-toolbar { --colab-cell-gutter-width:28px; border-bottom: 1px solid = var(--colab-border-color); max-height: 38px; padding-left: 8px; } .mirror-toolbar paper-icon-button { height: 34px; margin: 2px 0px 2px 6px; = padding: 6px 4px 6px 8px; width: 38px; } .mirror-cell-shadow { left: 0px; min-height: 8px; pointer-events: none; pos= ition: absolute; right: 0px; top: 39px; } colab-tab-pane .cell-tab { position: relative; } colab-static-output-renderer { contain: layout; display: block; font-size: = var(--colab-chrome-font-size); max-height: 1000px; overflow: auto; padding:= 7px 0px 10px 5px; } colab-static-output-renderer .stdin-widget { align-items: center; display: = inline; font-family: var(--colab-code-font-family); margin-right: 10px; mar= gin-top: 10px; min-width: 250px; padding: 1px; } colab-static-output-renderer .stdin-widget-hidden { visibility: hidden; } colab-static-output-renderer pre { display: inline; white-space: pre; } colab-static-output-renderer .output_text { display: inline; } colab-static-output-renderer input { background: var(--colab-primary-surfac= e-color); border: 1px solid var(--colab-bold-border-color); color: var(--co= lab-primary-text-color); } colab-static-output-renderer:focus { outline: none; } .input-container { display: inline; position: relative; } .input-container input.stdin-widget { margin-top: 0px; } colab-static-output-renderer .stdin-widget:not(:focus) { border: none; outl= ine: none; } .input-container::after { animation: 1.2s step-end 0s infinite normal none = running blink; content: " "; height: 100%; left: 0px; pointer-events: none;= position: absolute; top: 0px; width: 10px; } .input-container.input-focused::after { display: none; } @keyframes blink {=20 0% { background: transparent; } 50% { background: var(--colab-secondary-text-color); } 100% { background: transparent; } } .monaco-currently-executing-line { border-color: transparent transparent tr= ansparent var(--colab-status-okay); border-style: solid; border-width: 6px = 0px 6px 4px; margin-left: 1px; top: 3px; height: 0px !important; width: 0px= !important; } .cell-execution-schedule-toolbar { background-color: var(--colab-secondary-= surface-color); padding-right: 100px; } .cell-execution-schedule-toolbar[shown=3D"false"] { display: none; } .cell-execution-schedule-toolbar .schedule-toggle { background: none; borde= r: none; color: var(--colab-primary-text-color); cursor: pointer; font-size= : 16px; outline: none; padding: 5px 7px; text-align: left; width: 100%; } .cell-execution-schedule-toolbar .schedule-collapse { padding-left: 5px; pa= dding-top: 5px; } .comment-input-text { border: 1px solid rgb(200, 200, 200); min-height: 36p= x; outline: 0px; overflow: hidden; padding: 7px 8px; resize: none; width: 1= 00%; line-height: 1.4; font-size: 9pt; font-family: sans-serif; } .comment .comment-action-button, .comment .comment-action-dropdown { visibi= lity: hidden; } .comment.in-drive .comment-action-button, .comment.in-drive .comment-action= -dropdown { visibility: visible; } .comment-input { display: none; } .editing > .comment-input { display: block; } .comment-author { font-family: var(--colab-google-sans-font-family); margin= -left: 32px; } .comment-image { border-radius: 50%; float: left; height: 25px; overflow: h= idden; width: 25px; } .comment-date { margin-left: 32px; font-size: 8pt; color: var(--colab-secon= dary-text-color); } .comment-text { overflow-wrap: break-word; } .comment-text.comment-collapsed-text { height: 71px; overflow-y: hidden; } .editing > .comment-content .comment-text { display: none; } .comment-content { margin: 12px; } .comments-button { color: black; background-color: var(--paper-grey-100); b= order-color: var(--paper-grey-300); } .comment-header { display: flex; margin-bottom: 4px; padding: 4px; position= : relative; } .comment-text-container, .comment-input, .show-more-replies { border-bottom= : 1px solid var(--colab-border-color); } .comment-input { padding: 0px 12px 12px; } .comment-text-container { padding: 0px 4px 12px; } .sidebar > .comment-fragment:not(.focused) > .comment-content > .comment-te= xt-container, .comment-fragment:not(.focused) .reply-chain-content .comment= -fragment:last-child .comment-text-container { border-bottom: none; } .comment-collapse-control { color: rgb(17, 85, 204); cursor: pointer; font-= size: 8pt; padding: 4px 0px 2px; width: 100%; } .comment-collapse-control:hover { text-decoration: underline; } .reply-chain > .comment-input { padding-top: 4px; } .show-more-replies { cursor: pointer; display: block; margin: 12px; padding= : 4px 4px 12px; } .submit-button { margin-right: 4px; } .cancel-button { background-color: var(--paper-grey-100); color: black; bor= der-color: var(--paper-grey-300); } .comment-action-button { background: transparent; border-radius: 2px; borde= r: 1px solid var(--colab-border-color); color: var(--primary-color); font-f= amily: var(--colab-google-sans-font-family); font-size: 13px; height: 20px;= margin: 0px; min-width: 0px; opacity: 1; padding: 3px 12px 5px; text-trans= form: none; } .comment-action-dropdown { background: transparent; height: 20px; margin: 0= px; min-width: 0px; opacity: 0.8; text-transform: none; } paper-button.comment-action-button { align-items: center; display: flex; fo= nt-size: 8pt; padding: 0px 5px; } .comment-action-dropdown { padding: 0px; width: 20px; } .comment-header > .comment-buttons { display: flex; position: absolute; rig= ht: 4px; top: 4px; } .comment-buttons { flex: 0 0 auto; } .focused.in-drive > .reply-chain > .comment-input, .reply-chain > .comment-= input.text-not-empty, .doc-comments-area > .comment > .reply-chain > .comme= nt-input { display: block; } .bottom-buttons { padding-top: 8px; } .sidebar { flex: 0 0 260px; min-height: 100px; padding-left: 10px; padding-= right: 20px; margin-right: 15px; } .hide-comments .sidebar { display: none; } .sidebar .comment { background: var(--colab-primary-surface-color); font-fa= mily: sans-serif; font-size: var(--colab-chrome-font-size); font-weight: no= rmal; line-height: normal; margin-bottom: 5px; position: absolute; transiti= on: all 0.5s ease-in-out 0s; width: 280px; } .sidebar .comment { box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px; } .sidebar .comment.focused { transform: translate(-10px, 0px); transition: a= ll 0.5s ease-in-out 0s; z-index: 50; } .doc-comments-area { background: var(--colab-primary-surface-color); border= : solid 1px var(--colab-border-color); box-shadow: rgba(0, 0, 0, 0.2) 0px 2= px 4px; max-height: 550px; outline: none; overflow-y: auto; position: absol= ute; right: 20px; top: 57px; width: 434px; z-index: 900; } .doc-comments-area.has-comments { padding-bottom: 18px; } .doc-comments-area > .comment { margin: 8px 18px 18px; padding: 4px; positi= on: relative; transition: all 0.5s ease-in-out 0s; } .doc-comments-area * .reply-chain { margin-left: 16px; } .doc-comments-buttons { background: var(--colab-secondary-surface-color); t= ext-align: right; } .comment-fragment { display: block; position: relative; } .comment-fragment.focused { box-shadow: var(--box-shadow-elevation-3dp); } .sidebar > .comment-fragment { border: 1px solid var(--colab-border-color);= border-radius: 8px; overflow: hidden; } .comment-author-info-container { flex: 1 1 0%; } @keyframes corgis {=20 0% { background-position: 120% center, -20% center, -20% center, 120% cen= ter; } 25% { background-position: -20% center, -20% center, -20% center, 120% ce= nter; } 30% { background-position: -20% center, -20% center, -20% center, 120% ce= nter; } 55% { background-position: -20% center, 120% center, -20% center, 120% ce= nter; } 65% { background-position: -20% center, 120% center, -20% center, 120% ce= nter; } 95% { background-position: -20% center, 120% center, 120% center, -20% ce= nter; } 100% { background-position: -20% center, 120% center, 120% center, -20% c= enter; } } .basic-corgi-mode, .halloween-corgi-mode, .pride-corgi-mode, .december-holi= day-corgi-mode { background-repeat: no-repeat; background-size: contain; an= imation: 95s linear 0s infinite normal none running corgis; } .basic-corgi-mode { background-image: url("/v2/common/img/chocolatechip.gif= "), url("/v2/common/img/oreo.gif"), url("/v2/common/img/oreo.gif"), url("/v= 2/common/img/redvelvet.gif"); } .halloween-corgi-mode { background-image: url("/v2/common/img/halloween_cho= colatechip.gif"), url("/v2/common/img/halloween_oreo.gif"), url("/v2/common= /img/halloween_oreo.gif"), url("/v2/common/img/halloween_redvelvet.gif"); } .december-holiday-corgi-mode { background-image: url("/v2/common/img/holida= y_chocolatechip.gif"), url("/v2/common/img/holiday_oreo.gif"), url("/v2/com= mon/img/holiday_oreo.gif"), url("/v2/common/img/holiday_redvelvet.gif"); } .pride-corgi-mode { background-image: url("/v2/common/img/pride_chocolatech= ip.gif"), url("/v2/common/img/oreo.gif"), url("/v2/common/img/oreo.gif"), u= rl("/v2/common/img/redvelvet.gif"); } .dialog-main-content #scrollable { padding: 0px; } .dialog-main-content #scrollable > div, .dialog-main-content #scrollable > = iron-pages, paper-dialog > paper-dialog-scrollable > iron-pages, div.shortc= ut-dialog-content { padding: 25px 24px 7px; } .dialog-main-content ::-webkit-scrollbar { width: 12px; height: 12px; } .dialog-main-content ::-webkit-scrollbar-button { height: 0px; width: 0px; = } .dialog-main-content ::-webkit-scrollbar-thumb { background-color: rgba(0, = 0, 0, 0.1); background-clip: border-box; border-width: 1.1px 1.1px 1.1px 6p= x; min-height: 28px; padding: 0px; box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0= px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px inset, rgba(0, 0, 0, 0.1) -1px 0p= x 0px inset; } colab-dialog .content-area { padding: 24px; max-width: 800px; } colab-dialog .content-area h2:not(:last-child), colab-dialog .content-area = > .dialog-title { margin-bottom: 20px; } colab-dialog#connection-dialog .content-area { padding-bottom: 4px; } colab-dialog > paper-dialog { border-radius: 3px; } colab-dialog > paper-dialog > * { padding: 0px; margin: 0px !important; } colab-dialog .buttons { position: relative; padding: 8px 8px 8px 24px; marg= in: 0px; color: var(--paper-dialog-button-color,var(--primary-color)); disp= lay: flex; flex-direction: row; justify-content: flex-end; } colab-dialog .buttons paper-button { font-weight: 500; padding: 8px; color:= var(--primary-color); margin: 0px 0px 0px 8px; } colab-dialog .buttons paper-button[disabled] { color: var(--google-blue-100= ); background: none; } colab-dialog .buttons paper-button:focus { background-color: var(--colab-hi= ghlighted-surface-color); font-weight: 700; } colab-dialog .buttons paper-button.dismiss { color: var(--colab-primary-tex= t-color); } colab-dialog .skip-warnings { margin: 16px 0px 0px; } #manage-views-dialog { overflow: visible; } #manage-views-dialog { min-height: 200px; min-width: 300px; } #manage-views-dialog .buttons { margin-top: 30px; } #workspace-picker { min-width: 500px; } #workspace-list { min-height: 300px; max-height: 400px; width: 100%; overfl= ow: hidden scroll; } #piperpath-input { min-width: 640px; } #workspace-list .workspace-item { padding: 10px 0px; text-align: left; widt= h: 100%; display: block; cursor: pointer; } .workspace-item:hover { background: var(--paper-grey-50); } #error-dialog pre { font-size: small; overflow: auto; } colab-dialog .prefs { margin: 0px 0px 18px; } .shortcut-grid { display: flex; flex-flow: row wrap; width: 100%; } .shortcut-column { flex: 1 0 0px; } .shortcut-preference { margin: 8px 0px; min-width: 350px; } .shortcut-preference iron-icon { height: 20px; margin-left: 10px; width: 20= px; } .shortcut-preference-keys { display: inline-block; margin-right: 8px; min-w= idth: 120px; text-align: center; vertical-align: top; } .shortcut-preference-keys input { text-align: center; width: 116px; } .shortcut-preference-description { display: inline-block; max-width: 215px;= } colab-draggable { display: block; padding: 4px; position: relative; } colab-drag-drop-target { display: block; margin: 0px 10px; min-height: 20px= ; min-width: 20px; } colab-drag-drop-target.drop-target-selected { background-color: rgb(204, 20= 4, 204); min-height: 40px; min-width: 40px; } .formview-namelabel { font-family: var(--colab-code-font-family); font-size= : 11pt; font-weight: bold; margin-right: 8px; } body.mobile .formview-edit-button, .inputarea.form .formview-edit-button { = display: none; } .inputarea .show-code-button { display: none; } .inputarea.form .show-code-button { display: block; padding: 2px 8px; } .formview-edit-button { opacity: 0; transition: opacity 0.3s linear 0s; } .focused .formview-edit-button { opacity: 0.25; } .focused .formview-edit-button:hover { opacity: 1; } .formview-input, .formview-dropdown, .formview-slider { margin: 0px 0px 4px= 16px; min-height: 42px; } body.mobile .formview-input, body.mobile .formview-dropdown, body.mobile .f= ormview-slider { margin: 4px 0px 16px 16px; } body:not(.mobile) .formview-namelabel, body:not(.mobile) .formview-valuelab= el, body:not(.mobile) .formview-content { display: inline-block; } .formview-stringquotes { color: rgb(187, 187, 187); font-size: 150%; paddin= g: 0px 4px; user-select: none; } .input-error-area { font-size: 85%; max-width: 30%; } .formview input[type=3D"checkbox"] { margin-top: 6px; } .readonly * .formview-title > paper-button, .commentonly * .formview-title = > paper-button { display: none; } colab-form-title { margin: 0px; } colab-form-title h3 { margin-top: 5px; } colab-form-title paper-icon-button.formview-edit-button { margin: -4px 0px = 0px 4px; } colab-form-title hr, colab-form-markdown hr { margin-top: 20px; } .formview { background: var(--colab-primary-surface-color); padding: 6px 4p= x 8px 12px; } body:not(.mobile) .both .formview { flex-grow: 0; flex-shrink: 0; max-width= : calc(50% - 16px); min-width: calc(50% - 16px); } .formview { overflow: auto hidden; } @media (orientation: portrait) { body.mobile .both .editor { min-width: 200px; order: 1; padding-left: 40p= x; } body.mobile .both .formview { min-width: 150px; padding-left: 4px; } body.mobile .both .formview { min-width: 200px; } } .formview * .output-info { text-align: left; width: 32px; } .editor-form-error { color: var(--error-color); margin: 0px 14px 8px; } .inputarea.code > .formview { display: none; } .colab-lasso { position: absolute; top: 0px; left: 0px; } .lasso-handle { position: absolute; top: 0px; left: 0px; } .lasso-selection { position: absolute; top: 0px; left: 0px; background: rgb= a(0, 90, 255, 0.3); } .edit-form-widget-dialog .dropdown-attributes colab-toolbar-button { displa= y: flex; } .edit-form-widget-dialog colab-shaded-scroller.dropdown-options-container {= display: block; max-height: 220px; overflow: auto; padding: 0px 24px; } .edit-form-widget-dialog .error-content { color: var(--error-color); } .form-widget-attributes-container { display: inline-block; min-height: 250p= x; min-width: 330px; padding: 0px 10px; vertical-align: top; } .edit-form-title-dialog .column { display: inline-block; padding: 0px 20px = 0px 0px; vertical-align: top; } .edit-form-title-dialog .form-width-container { align-items: flex-end; disp= lay: flex; max-width: 225px; } .edit-form-title-dialog .form-width-input { display: inline-block; max-widt= h: calc(100% - 40px); } .edit-form-title-dialog select { appearance: none; background-image: url("d= ata:image/svg+xml;charset=3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w= 3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpat= h%20fill%3D%22rgb%28155%2C155%2C155%29%22%20d%3D%22M287%2069.4a17.6%2017.6%= 200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200= %200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.= 4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200= -5-1.9-9.2-5.5-12.8z%22/%3E%3C/svg%3E"); background-repeat: no-repeat, repe= at; background-position: right 0.7em top 50%, 0px 0px; background-size: 0.5= 5em, 100%; background-color: var(--colab-primary-surface-color); border: 1p= x solid transparent; color: var(--colab-primary-text-color); font-size: 16p= x; margin: 8px 0px; padding: 0.6em 1.4em 0.5em 0.8em; } .edit-form-title-dialog paper-checkbox { display: block; padding-top: 15px;= } colab-form-slider input[type=3D"text"].range-output { border: none; outline= : none; text-align: right; width: 60px; } colab-form-slider input[type=3D"range"] { appearance: none; background-colo= r: transparent; border: none; cursor: pointer; margin: 15px 0px; outline: n= one; padding: 0px; position: relative; width: 100%; } colab-form-slider input[type=3D"range"]::-webkit-slider-runnable-track { ba= ckground: var(--paper-grey-400); border-bottom: 3px solid var(--colab-prima= ry-surface-color); border-top: 3px solid var(--colab-primary-surface-color)= ; height: 9px; } colab-form-slider input[type=3D"range"]::-webkit-slider-thumb { appearance:= none; transform-origin: 50% 50%; background-color: var(--google-blue-700);= border-radius: 50%; border: none; height: 14px; margin: -5px 0px 0px; tran= sition: all 0.3s ease 0s; width: 14px; } colab-form-slider input[type=3D"range"]:disabled::-webkit-slider-thumb { ba= ckground-color: var(--paper-grey-400); } colab-form-slider input[type=3D"range"] { border: 1px solid var(--colab-pri= mary-surface-color); } colab-form-dropdown > div.flex { border-bottom: 1px solid var(--colab-form-= field-underline-color); position: relative; } colab-form-dropdown > div.flex.readonly { border-bottom: 1px dashed var(--p= aper-grey-300); } colab-form-dropdown select { appearance: none; background: var(--colab-prim= ary-surface-color); border: 1px solid transparent; color: var(--colab-prima= ry-text-color); font: var(--colab-chrome-font-family); width: 100%; } colab-form-dropdown select::-ms-expand { display: none; } colab-form-dropdown .colab-form-dropdown-arrow { bottom: 0px; height: 24px;= padding: 0px; pointer-events: none; position: absolute; right: 0px; width:= 24px; } colab-form-slider input[type=3D"range"]:disabled, colab-form-slider .range-= output:disabled, colab-form-dropdown .readonly { opacity: 0.5; } colab-form-dropdown colab-input-dropdown paper-menu-button.colab-input-drop= down-button { bottom: 0px; } @-webkit-keyframes fadeOut {=20 0% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes fadeIn {=20 0% { opacity: 0; } 100% { opacity: 1; } } .bigtooltip { overflow: auto; height: 200px; transition-property: height; t= ransition-duration: 500ms; } .smalltooltip { transition-property: height; transition-duration: 500ms; te= xt-overflow: ellipsis; overflow: hidden; height: 80px; } .tooltipbuttons { position: absolute; padding-right: 15px; top: 0px; right:= 0px; } .tooltiptext { padding-right: 30px; } .ipython_tooltip a { float: right; } .pretooltiparrow { left: 0px; margin: 0px; top: -16px; width: 40px; height:= 16px; overflow: hidden; position: absolute; } .pretooltiparrow::before { background-color: rgb(247, 247, 247); border: 1p= x solid rgb(171, 171, 171); z-index: 11; content: ""; position: absolute; l= eft: 15px; top: 10px; width: 25px; height: 25px; transform: rotate(45deg); = } @keyframes kitty-mode-left-animation {=20 0% { background-position: 110% center, 110% center; } 15% { background-position: 110% center, 110% center; } 35% { background-position: -10% center, 110% center; } 50% { background-position: -10% center, 110% center; } 65% { background-position: -10% center, 110% center; } 85% { background-position: -10% center, 110% center; } 100% { background-position: -10% center, -10% center; } } @keyframes kitty-mode-right-animation {=20 0% { background-position: 110% center, 110% center; } 15% { background-position: 110% center, 110% center; } 35% { background-position: 110% center, 110% center; } 50% { background-position: 110% center, 110% center; } 65% { background-position: -10% center, 110% center; } 85% { background-position: -10% center, 110% center; } 100% { background-position: -10% center, -10% center; } } @keyframes kitty-mode-animation-slow {=20 0% { background-position: 110% center; } 100% { background-position: -10% center; } } @keyframes kitty-mode-animation-medium {=20 0% { background-position: 110% center; } 5% { background-position: 110% center; } 95% { background-position: -10% center; } 100% { background-position: -10% center; } } @keyframes kitty-mode-animation-fast {=20 0% { background-position: 110% center; } 10% { background-position: 110% center; } 90% { background-position: -10% center; } 100% { background-position: -10% center; } } .stripes-kitty { background-image: url("/v2/common/img/STRIPES.gif"); } .kinako-kitty { background-image: url("/v2/common/img/KINAKO.gif"); } .midnight-kitty { background-image: url("/v2/common/img/MIDNIGHT.gif"); } .firefox-kitty { background-image: url("/v2/common/img/FIREFOX.gif"); } .maneki-kitty { background-image: url("/v2/common/img/MANEKI.gif"); } .valentin-kitty { background-image: url("/v2/common/img/VALENTIN.gif"); } .ghostpuffs-kitty { background-image: url("/v2/common/img/GHOSTPUFFS.gif");= } .psl-kitty { background-image: url("/v2/common/img/PUMPKINSPICELATTE.gif");= } .vampiregoth-kitty { background-image: url("/v2/common/img/xX_vampiregoth91= _Xx.gif"); } .kace-kitty { background-image: url("/v2/common/img/KACE.gif"); } .ferris-kitty { background-image: url("/v2/common/img/FERRIS.gif"); } .sprinkles-kitty { background-image: url("/v2/common/img/SPRINKLES.gif"); } .kitty-mode-fast { animation: 40s linear 0s 1 normal none running kitty-mod= e-animation-fast; } .kitty-mode-medium { animation: 40s linear 0s 1 normal none running kitty-m= ode-animation-medium; } .kitty-mode-slow { animation: 40s linear 0s 1 normal none running kitty-mod= e-animation-slow; } .kitty-left { transform: scaleX(-1); } .kitty-canvas { background-repeat: no-repeat; background-size: 73px 60px; h= eight: 100%; left: 0px; pointer-events: none; position: absolute; top: 0px;= width: 100%; } paper-button { display: inline-block; text-align: center; font-family: inhe= rit; } [theme=3D"dark"] paper-toast { background-color: var(--colab-highlighted-su= rface-color); } .notebook-vertical { height: 100%; display: flex; flex-flow: column; } .notebook-horizontal { background: var(--colab-primary-surface-color); disp= lay: flex; flex-flow: row; flex-grow: 1; overflow: hidden; position: relati= ve; } .notebook-horizontal > div.layout.vertical { flex-shrink: 1; min-width: 200= px; } .exported-html .notebook-horizontal { overflow: visible; } .overflow-flexbox-workaround { flex-basis: 50%; flex-flow: column; flex-gro= w: 1; position: relative; } .notebook-container { height: 100%; overflow-y: scroll; position: absolute;= width: 100%; } .notebook-container:focus { outline: none; } .exported-html .notebook-container { overflow-y: initial; } .exported-html .top-floater { display: none; } .notebook-scrolling-horizontal { display: flex; flex-flow: row; } .notebook-content-background { flex: 1 1 auto; min-width: 700px; } body.mobile .notebook-content-background { min-width: 250px; } .notebook-content { background: var(--colab-primary-surface-color); display= : flex; flex-direction: column; margin: 7px 0px 5px 3px; min-height: 800px;= min-width: 600px; padding: 2px 4px 400px 18px; } body.mobile .notebook-content { margin: 4px; min-width: 240px; } .notebook-content.readonly { padding-top: 17px; } .notebook-content.readonly .cell { margin-top: 8px; } .colab-left-pane-open .notebook-content { margin-left: 4px; } .mobile .colab-left-pane-open #top-toolbar > * { visibility: hidden; } .notebook-cell-list { background: var(--colab-primary-surface-color); } paper-toast a { color: rgb(238, 255, 65); } paper-toast .pro-oom { align-items: center; display: flex; } paper-toast .pro-oom span { max-width: 300px; } .executedcode-codeblock { background-color: var(--code-cell-background); fo= nt-family: var(--colab-code-font-family); margin: 8px; padding: 8px; } .executedcode-codeblock p { margin: 0px 14px; white-space: pre; } .executedcode-order { padding-right: 8px; } .executedcode-kernel { color: rgb(83, 137, 40); } .code-help { font-family: var(--colab-code-font-family); margin: 16px; whit= e-space: pre-wrap; } .code-help a:link { text-decoration: none; } .code-help a:visited { text-decoration: none; } .code-help a:hover { text-decoration: underline; } .code-help a:active { text-decoration: underline; } .notebook-container .goog-tab { color: rgb(102, 102, 102); text-decoration:= none; } .notebook-container .goog-tab-selected { border: 1px solid rgb(129, 129, 12= 9); color: rgb(34, 34, 34); } .notebook-container .goog-tab:hover { background: var(--colab-primary-surfa= ce-color); box-shadow: rgb(204, 204, 204) 0px 1px 5px inset; color: rgb(34,= 34, 34); padding-bottom: 5px; text-decoration: none; } .notebook-container .goog-tab-bar { background-color: var(--colab-primary-s= urface-color); } .notebook-container .goog-tab-bar-top { border-bottom: 1px solid rgb(145, 1= 45, 145) !important; } .notebook-container .goog-tab-bar-top .goog-tab { border-radius: 2px 2px 0p= x 0px; margin: 1px 0px 0px 2px; } .notebook-container .goog-tab-bar-top .goog-tab-selected { border-bottom: n= one; margin-top: 0px; top: 1px; } .notebook-container .goog-tab-bar-top .goog-tab { border-bottom: none; marg= in: 1px 4px 0px 0px; } #exported-header { text-align: center; } .btn-med { --paper-button-ink-color:var(--hairline-button-primary); backgro= und-color: var(--colab-primary-surface-color); border-radius: 4px; border: = 1px solid var(--colab-border-color); color: var(--hairline-button-primary);= font-family: var(--colab-google-sans-font-family); font-size: 14px; font-w= eight: 500; padding: 9px 23px 8px; text-transform: unset; vertical-align: m= iddle; } .btn-med:hover { background-color: var(--hairline-button-overlay-hovered); = color: var(--hairline-button-secondary); } .btn-med:active { border-color: var(--hairline-button-primary); color: var(= --hairline-button-secondary); } .btn-med[disabled] { border-color: var(--hairline-button-disabled-container= ); color: var(--hairline-button-disabled-label); } .notebook-busy { cursor: progress; } .layout.horizontal { display: flex; flex-direction: row; } .layout.noshrink { flex-shrink: 0; } .layout.grow { flex-grow: 1; } .layout.vertical { display: flex; flex-direction: column; } .layout.center { align-items: center; } .layout.end { align-items: flex-end; } .flex { flex: 1 1 0%; } .nowrap { white-space: nowrap; } .colab-styled-scroller::-webkit-scrollbar, colab-shaded-scroller::-webkit-s= crollbar { height: 12px; width: 12px; } .colab-styled-scroller::-webkit-scrollbar-button, colab-shaded-scroller::-w= ebkit-scrollbar-button { height: 0px; width: 0px; } .colab-styled-scroller::-webkit-scrollbar-thumb, colab-shaded-scroller::-we= bkit-scrollbar-thumb { background-clip: border-box; background-color: var(-= -colab-scrollbar-color); border-width: 1.1px 1.1px 1.1px 6px; box-shadow: r= gba(0, 0, 0, 0.1) 1px 1px 0px inset, rgba(0, 0, 0, 0.1) 0px -1px 0px inset,= rgba(0, 0, 0, 0.1) -1px 0px 0px inset; min-height: 28px; padding: 0px; } .colab-large-icon { height: 60px; width: 40px; } iron-overlay-backdrop { z-index: 1001 !important; } colab-dialog > paper-dialog, .colab-popup { z-index: 1002 !important; } paper-item { cursor: default; } a { color: var(--colab-anchor-color); } div.proxies { height: 0px; overflow: hidden; } div.proxies iframe { border: 0px; inset: -9999px; display: none; height: 1p= x; position: absolute; width: 1px; } iron-icon[icon=3D"colab-large:colab-corp"], iron-icon[icon=3D"colab:colab-l= ogo"] { will-change: opacity; } colab-dialog.reverse-buttons .buttons { display: flex; flex-direction: row-= reverse; justify-content: end; } .mwc-icon { direction: ltr; display: inline-block; font-family: var(--mdc-i= con-font,"Material Icons"); font-size: var(--mdc-icon-size,24px); font-styl= e: normal; font-weight: normal; letter-spacing: normal; line-height: 1; tex= t-transform: none; white-space: nowrap; overflow-wrap: normal; -webkit-font= -smoothing: antialiased; text-rendering: optimizelegibility; font-feature-s= ettings: "liga"; } .power-overlay { height: 100%; left: 0px; pointer-events: none; position: a= bsolute; top: 0px; width: 100%; z-index: 1; } .power-label { background: linear-gradient(red, red) no-repeat text, darkre= d; bottom: 30px; color: transparent; display: block; font-family: impact; f= ont-size: 24pt; pointer-events: none; position: absolute; right: 30px; z-in= dex: 3; -webkit-text-stroke: 2px black; } .power-label-clone { background-image: none; background-position: initial; = background-size: initial; background-repeat: initial; background-attachment= : initial; background-origin: initial; background-color: initial; color: re= d; z-index: 2; transition-property: margin-bottom, opacity; margin-bottom: = 0px; opacity: 1; background-clip: unset; } body.power-mode-enabled .notebook-vertical { overflow: hidden; } @media print { body { overflow-y: visible; } .notebook-vertical { position: static; height: initial; } .notebook-container { height: initial; position: initial; overflow-y: ini= tial; } .notebook-content { border: initial; margin: initial; min-width: 0px; } .notebook-tab-content, .notebook-content-background { min-width: 0px; } .cell-gutter, .cell-toolbar, .top-floater, #top-toolbar, colab-left-pane = { display: none; } div.main-content { box-shadow: none !important; } } colab-find-replace paper-button.button { align-items: center; background: v= ar(--colab-highlighted-surface-color); display: flex; font-size: var(--cola= b-chrome-font-size); font-weight: 500; height: 31px; justify-content: cente= r; padding: 0px; } colab-find-replace paper-button.button[disabled] { background-color: var(--= colab-highlighted-surface-color); opacity: 0.5; } colab-find-replace paper-icon-button[disabled] { color: var(--paper-icon-bu= tton-disabled-text,var(--disabled-text-color)); } colab-find-replace .flex-end { justify-content: flex-end; } .colab-find-suffix { color: var(--paper-grey-500); } colab-left-pane .colab-find-suffix { margin: auto 0px; } colab-find-replace.readonly .colab-replace-input, colab-find-replace.readon= ly .colab-find-replace { display: none; } colab-find-replace paper-checkbox, colab-find-replace paper-button, colab-f= ind-replace paper-icon-button { color: var(--colab-icon-color); flex-shrink= : 0; margin: auto 8px; } colab-find-replace paper-checkbox { --paper-checkbox-unchecked-color:var(--= colab-secondary-text-color); --paper-checkbox-label-color:var(--colab-secon= dary-text-color); --paper-checkbox-unchecked-ink-color:var(--paper-orange-4= 00); --paper-checkbox-checked-ink-color:var(--paper-orange-400); --paper-ch= eckbox-checked-color:var(--paper-orange-400); margin: 8px 16px 8px 0px; } colab-find-replace paper-input, colab-find-replace paper-input.colab-find-i= nput { flex-grow: 1; margin: 0px; } colab-find-replace paper-input.colab-find-input { margin-right: 14px; } colab-find-replace { overflow: hidden; padding: 4px 2px 6px 10px; } colab-find-replace .colab-find-button { margin-left: 0px; margin-right: 0px= ; padding-left: 4px; padding-right: 4px; } colab-find-results { flex-shrink: 1; min-height: 40px; overflow: auto; } .find-replace-result { border-bottom: solid 1px var(--paper-grey-200); disp= lay: flex; flex-direction: row; font-family: var(--colab-code-font-family);= font-size: 13px; min-height: 20px; padding: 0px 4px; } .find-replace-result.iron-selected { background-color: var(--colab-highligh= ted-surface-color); } .find-replace-result:first-child { border-top: solid 1px var(--paper-grey-2= 00); } .find-replace-result div { min-width: 0px; overflow: hidden; text-overflow:= ellipsis; white-space: nowrap; } .find-replace-result paper-icon-button { display: none; height: 20px; margi= n: 0px; padding: 0px; width: 20px; } .find-replace-result:hover paper-icon-button { display: inline-block; } colab-resizer { display: flex; --resizer-height:5px; } colab-resizer.ew-resize, colab-resizer.we-resize { flex-flow: row; } colab-resizer.ns-resize, colab-resizer.sn-resize { flex-flow: column; } colab-resizer > * { flex-grow: 1; } colab-resizer .ns-resize .resizer-contents, colab-resizer .sn-resize .resiz= er-contents { height: calc(100% - var(--resizer-height)); } colab-resizer.ew-resize > *, colab-resizer.we-resize > * { min-width: 0px; = } .resizer-thumb { flex: 0 0 5px; transition: background 0.1s ease 0s; } .resizer-thumb:hover { background: rgb(119, 119, 119); } colab-resizer.ew-resize > .resizer-thumb, colab-resizer.we-resize > .resize= r-thumb { cursor: ew-resize; } colab-resizer.ns-resize > .resizer-thumb, colab-resizer.sn-resize > .resize= r-thumb { cursor: ns-resize; height: var(--resizer-height); } colab-resizer.no-resize > .resizer-thumb { display: none; } colab-resizing-grid { border-collapse: collapse; display: table; position: = relative; width: 100%; } .resizing-thumb { bottom: 0px; display: none; position: absolute; top: 0px;= width: 4px; } .resizing-grid-column-group { display: table-column-group; } .resizing-grid-column { display: table-column; } .resizing-grid-row { display: table-row; } .resizing-grid-cell { display: table-cell; height: 50px; padding: 2px; vert= ical-align: top; } colab-resizing-grid.resizing .resizing-thumb { cursor: ew-resize; } colab-resizing-grid.resizing .resizing-thumb:active, colab-resizing-grid.re= sizing .resizing-thumb:hover { border-left: 2px solid black; } colab-resizing-grid.resizing .resizing-grid-cell { border: 1px dashed black= ; } colab-resizing-grid.resizing .resizing-thumb { display: block; } .text.has-statusbar:not(.edit) .monaco-vim-statusbar, .text.has-statusbar:n= ot(.edit) .monaco-emacs-statusbar { display: none !important; } .text.edit .monaco-editor, .text.edit .monaco-editor .margin, .text.edit .m= onaco-editor-background, .text.edit .monaco-editor .inputarea.ime-input { b= ackground-color: var(--colab-primary-surface-color); } .markdown a.error { color: var(--colab-error-icon-color); } .markdown a.error paper-icon-button { height: 16px; margin: 0px 4px; paddin= g: 0px; width: 16px; } .text.edit .markdown a:not(.error) { color: var(--colab-anchor-color); } .markdown-toolbar-preview[active] { font-weight: 700; } .markdown span table { border-collapse: collapse; border-spacing: 0px; bord= er: none; font-size: 12px; margin-left: auto; margin-right: auto; table-lay= out: fixed; } .markdown span thead { border-bottom: 1px solid black; vertical-align: bott= om; } .markdown span tr, .markdown span th, .markdown span td { border: none; lin= e-height: 1; overflow: hidden; padding: 0.5em; text-overflow: ellipsis; ver= tical-align: middle; white-space: nowrap; } .markdown span th { font-weight: bold; } .markdown span tbody tr:nth-child(2n+1) { background: var(--colab-secondary= -surface-color); } .markdown span tbody tr:hover { background: var(--colab-highlighted-surface= -color); } body.mobile .markdown > span > p, body.mobile .markdown > span > table { di= splay: block; width: 100%; } body.mobile .markdown > span > table { overflow-x: auto; } .markdown { line-height: 1.6; } .markdown code { font-size: 90%; } .markdown p, .markdown ol, .markdown ul { font-size: 16px; margin-top: 0.5e= m; } .markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .mark= down h6 { font-weight: 400; margin-bottom: 0.5em; margin-top: 0.5em; } .formview .markdown h1, .formview .markdown h2, .formview .markdown h3, .fo= rmview .markdown h4, .formview .markdown h5, .formview .markdown h6 { margi= n-top: 0px; } .formview { padding-top: 4px; } .markdown h1 { font-size: 26px; } .markdown h2 { font-size: 23px; } .markdown h3 { font-size: 20px; } .markdown h4 { font-size: 18px; } .markdown h5, .markdown h6 { font-size: 16px; } .markdown :not(pre) > code { background-color: var(--code-cell-background);= border-radius: 2px; padding: 0px 3px; } .markdown pre { background-color: var(--code-cell-background); border: var(= --colab-border-color); border-radius: 2px; margin: 1em 0px; padding: 12px 8= px; overflow-x: auto; white-space: pre; } .cell-tab .text.edit .text-top-div, .cell-tab .markdown-toolbar-preview, .c= ell-tab .header-section-toggle { display: none; } .cell-tab .text.edit .editor-container .editor { border-bottom: none; } #top-toolbar { background-color: transparent; border-bottom: 1px solid var(= --colab-border-color); padding-left: 8px; position: relative; } #top-toolbar .collapsed-options { display: none; } #top-toolbar.collapsed .expanded-options { display: none; } #top-toolbar .expanded-options, #top-toolbar.collapsed .collapsed-options {= align-items: center; display: inline-flex; } #top-toolbar.collapsed .collapsed-options paper-icon-button { margin: 1px; = padding: 2px; } #top-toolbar.collapsed colab-permissions-button { display: none; } #top-toolbar colab-last-saved-indicator { margin-left: 16px; } #top-toolbar paper-icon-button { border-radius: 100%; color: var(--colab-ic= on-color); height: 24px; padding: 0px; width: 24px; } #top-toolbar paper-icon-button:hover { background-color: var(--colab-highli= ghted-surface-color); } #toggle-header-button { margin-right: 20px; } body.mobile #toggle-header-button { margin-right: 8px; } .colab-separator { background: var(--colab-border-color); height: 24px; mar= gin-left: 9px; margin-right: 9px; width: 1px; } .notebook-scroll-shadow { left: 0px; min-height: 8px; pointer-events: none;= position: absolute; right: 0px; top: 0px; } #top-toolbar colab-toolbar-button { --iron-icon-margin:0 4px 0 0; } body.mobile #top-toolbar paper-button { --iron-icon-width:18px; color: var(= --colab-toolbar-button-color); flex-grow: 0; margin: 0px; min-width: 0px; p= adding: 0px 10px 0px 0px; white-space: nowrap; } body.mobile #toggle-header-button { flex-shrink: 0; } #header paper-button[command] { font-size: var(--colab-chrome-font-size); t= ext-transform: unset; } #view-editor colab-drag-drop-target.drop-target-selected { min-height: 100p= x; } .hidden-cell-pane colab-drag-drop-target { display: none; } #view-editor #view-name { margin: 6px 12px 0px; } #view-editor colab-drag-drop-zone { display: block; min-height: 100%; } #view-editor colab-tab-layout colab-drag-drop-zone { border: 1px dashed bla= ck; } #view-editor-hide-code-option { margin: 0px 20px; } #view-editor .edit-view-buttons { background: var(--colab-primary-surface-c= olor); flex: 0 0 0%; float: left; position: sticky; top: 0px; width: 30px; = } .draggable-cell > .view-draggable-paper > .edit-view-buttons .view-layout-c= ontrol, .draggable-tabs > .view-draggable-paper > .edit-view-buttons .view-= cell-control, .draggable-grid > .view-draggable-paper > .edit-view-buttons = .view-cell-control, .notebook-content .view-drag, .notebook-content .view-a= dd, .hidden-cell-pane .view-move, .hidden-cell-pane .view-remove { display:= none; } #view-editor .draggable-content { flex: 1 1 0%; margin-left: 30px; min-heig= ht: 54px; overflow: hidden; padding: 4px; position: relative; } #view-editor .edit-view-buttons paper-icon-button { height: 20px; margin: 0= px 4px; padding: 2px; width: 25px; } #view-editor .draggable-cell-mask { cursor: move; } #view-editor .draggable-cell-mask { inset: 0px; position: absolute; } #view-editor .cell { overflow: hidden; z-index: 0; } #view-editor .notebook-content { margin: 8px; padding: 0px 2px; } #view-editor .view-header { padding-left: 8px; } #view-editor .view-header .buttons { display: none; } .notebook-cell-list > colab-drag-drop-zone > colab-drag-drop-target:last-of= -type { min-height: 200px; } .view-editor-toolbar { background-color: var(--colab-secondary-surface-colo= r); box-shadow: var(--box-shadow-elevation-3dp); order: -1; position: relat= ive; } .cells-not-in-view { overflow-y: auto; } .view-controls { align-items: center; display: flex; flex-grow: 1; margin: = 4px; } .view-controls paper-button { align-items: center; display: inline-flex; } .view-editor-save-button, .view-editor-cancel-button { margin: 4px; padding= : 13px 0px; } .view-draggable-paper { overflow: auto; } .hidden-cell-pane colab-resizer { height: 150px; min-height: 150px; max-hei= ght: 500px; overflow: auto; } .hidden-cell-pane .resizer-contents { display: flex; flex-flow: column; mar= gin-left: 18px; } .hidden-cell-pane-title { flex-shrink: 0; } .hidden-cell-pane-title h2 { flex-grow: 1; margin: 4px 12px 0px; } .hidden-cell-pane .cells-not-in-view { overflow-y: auto; } .hidden-cell-pane .view-draggable-paper { background: var(--colab-primary-s= urface-color); display: block; margin-left: 8px; margin-right: 8px; } #view-hidden-cells-button[active] { font-weight: bold; } .view-header { border-bottom: 1px solid var(--colab-border-color); padding:= 0px 26px 16px 30px; position: relative; } .view-header a { color: black; text-decoration: none; } .view-header h1 { flex-grow: 1; } .view-header paper-button { background: var(--colab-primary-surface-color);= color: var(--colab-primary-text-color); margin-top: 8px; } .view-header iron-icon { margin: 0px 8px 4px 0px; } .layouts-view .layout-grid table { width: 100%; } .layouts-view .layout-grid td { vertical-align: top; } .layout-grid img, .layout-tab img { max-width: 100%; } .layouts-view colab-tab-layout { margin-top: 12px; } .views-hide-code .cell.code:not(.code-has-output), .layouts-view .cell-tool= bar { display: none; } html { height: 100%; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); font-weight: 400; height: 100%; line-heigh= t: 1.24; margin: 0px; overflow-y: hidden; --mdc-button-disabled-ink-color:v= ar(--colab-tertiary-text-color); --mdc-button-outline-color:var(--colab-bor= der-color); --mdc-dialog-content-ink-color:var(--colab-primary-text-color);= --mdc-dialog-heading-ink-color:var(--colab-primary-text-color); --mdc-them= e-surface:var(--colab-primary-surface-color); --mdc-theme-text-disabled-on-= light:var(--colab-tertiary-text-color); --mdc-theme-text-hint-on-background= :var(--colab-primary-text-color); --mdc-theme-text-primary-on-background:va= r(--colab-primary-text-color); --mdc-theme-text-secondary-on-background:var= (--colab-primary-text-color); --mdc-typography-body1-font-size:var(--colab-= chrome-font-size); --mdc-typography-body1-letter-spacing:normal; --mdc-typo= graphy-button-letter-spacing:0.03125em; --mdc-typography-button-text-transf= orm:none; --mdc-typography-font-family:var(--colab-chrome-font-family); --m= dc-typography-subtitle1-font-size:var(--colab-chrome-font-size); --mdc-typo= graphy-subtitle1-letter-spacing:normal; } body.exported-html { overflow-y: visible; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { color: var(--colab-primary-text-color); margin-bottom: 6px; margin-= top: 6px; } pre { color: var(--colab-primary-text-color); margin-bottom: 0px; margin-to= p: 0px; } textarea, input[type=3D"text"], input[type=3D"date"] { background-color: va= r(--colab-primary-surface-color); border: 1px solid var(--colab-input-borde= r-color); color: var(--colab-primary-text-color); padding: 2px 1px; } ::placeholder { color: var(--colab-input-placeholder-color); } body > .onegoogle { display: none; } .modal-dialog-bg { z-index: 1000; } .modal-dialog { background: var(--paper-white); border-color: rgb(218, 218,= 218); box-shadow: var(--box-shadow-elevation-2dp); color: var(--paper-grey= -900); outline: none; padding: 4px 8px; z-index: 2000; } .modal-dialog-title { background: var(--paper-white); } .modal-dialog > input { margin: 10px; } .modal-dialog label { margin: 0.5em; } .modal-dialog .preformatted { white-space: pre-wrap; } paper-tooltip .tooltip-with-shortcut { line-height: 1.5; text-align: center= ; } .modal-dialog.share-client-error-dialog { background-color: rgb(255, 255, 2= 55); border-radius: 3px; font-family: arial, sans-serif; padding: 8px; posi= tion: absolute; } .modal-dialog-buttons { padding: 8px; text-align: center; } .colab-icon { color: var(--colab-icon-color); } #python2-kernelspec-warning { color: var(--colab-error-icon-color); } .accelerator-note { color: var(--colab-tertiary-text-color); font-size: 12p= x; margin-bottom: 15px; max-width: 225px; } paper-button.signup-flow { background-color: var(--paper-amber-400); color:= rgb(0, 0, 0); } colab-preferences paper-checkbox { display: flex; } colab-preferences paper-button.signup-flow { margin: 12px; } colab-preferences .signup-flow p:not(.subtext) { margin: 24px 0px; } colab-preferences p.subtext { font-size: 10px; } colab-preferences h3.logo { align-items: center; color: var(--colab-seconda= ry-text-color); display: flex; font-family: var(--colab-google-sans-font-fa= mily); font-size: 32px; font-weight: 600; justify-content: center; margin: = 0px; } colab-preferences h3.logo iron-icon { margin-right: 8px; --iron-icon-height= :46px; --iron-icon-width:46px; } colab-preferences div#center { text-align: center; } #preferences-dialog .buttons #close, #preferences-dialog .buttons.close-onl= y #ok, #preferences-dialog .buttons.close-only #cancel { display: none; } #preferences-dialog .buttons.close-only #close { display: inline-block; } #preferences-dialog .noFun { color: var(--colab-error-icon-color); } #pref_showRulerAt { width: 190px; } #dropdown_menu_pref_editorFontSize { align-items: center; display: inline-f= lex; width: 70px; } #dropdown_menu_pref_editorFontSize::after { content: "pt"; margin-top: 20px= ; } .grecaptcha-badge { display: none; } .styled-dropdown select { background-color: var(--colab-primary-surface-col= or); border: thin solid transparent; color: var(--colab-primary-text-color)= ; display: block; font: inherit; width: 100%; } .styled-dropdown { border-bottom: thin solid var(--colab-form-field-underli= ne-color); display: inline-block; margin: 0px 8px 8px 0px; } .xterm { font-feature-settings: "liga" 0; position: relative; user-select: = none; } .xterm.focus, .xterm:focus { outline: none; } .xterm .xterm-helpers { position: absolute; top: 0px; z-index: 5; } .xterm .xterm-helper-textarea { padding: 0px; border: 0px; margin: 0px; pos= ition: absolute; opacity: 0; left: -9999em; top: 0px; width: 0px; height: 0= px; z-index: -5; white-space: nowrap; overflow: hidden; resize: none; } .xterm .composition-view { background: rgb(0, 0, 0); color: rgb(255, 255, 2= 55); display: none; position: absolute; white-space: nowrap; z-index: 1; } .xterm .composition-view.active { display: block; } .xterm .xterm-viewport { background-color: rgb(0, 0, 0); overflow-y: scroll= ; cursor: default; position: absolute; inset: 0px; } .xterm .xterm-screen { position: relative; } .xterm .xterm-screen canvas { position: absolute; left: 0px; top: 0px; } .xterm .xterm-scroll-area { visibility: hidden; } .xterm-char-measure-element { display: inline-block; visibility: hidden; po= sition: absolute; top: 0px; left: -9999em; line-height: normal; } .xterm { cursor: text; } .xterm.enable-mouse-events { cursor: default; } .xterm.xterm-cursor-pointer { cursor: pointer; } .xterm.column-select.focus { cursor: crosshair; } .xterm .xterm-accessibility, .xterm .xterm-message { position: absolute; in= set: 0px; z-index: 10; color: transparent; } .xterm .live-region { position: absolute; left: -9999px; width: 1px; height= : 1px; overflow: hidden; } .xterm-dim { opacity: 0.5; } .xterm-underline { text-decoration: underline; } colab-file-browser { flex-grow: 1; overflow-y: auto; } .file-browser-message { padding: 10px; } colab-file-tree { display: flex; flex-flow: column; flex-grow: 1; overflow-= y: auto; position: relative; } colab-file-tree .files-drag-to-upload.layout { background: var(--colab-prim= ary-surface-color); border: 2px dashed var(--paper-grey-400); bottom: 28px;= color: var(--paper-grey-700); display: flex; font-size: small; left: 12px;= opacity: 0; padding: 4px 8px; pointer-events: none; position: absolute; ri= ght: 18px; transition: opacity 200ms ease-in 0s; } colab-file-tree.file-hovered .files-drag-to-upload { opacity: 1; } colab-file-tree .files-drag-to-upload * { margin: auto; } .file-tree-buttons { border-bottom: 1px solid var(--colab-border-color); co= lor: var(--colab-icon-color); margin: 0px 16px 8px 8px; } .file-tree-buttons paper-button { border-radius: 50%; height: 40px; min-wid= th: 0px; width: 40px; } .file-tree-buttons paper-icon-button { margin-right: 6px; } .file-tree-buttons paper-button:hover, .file-tree-buttons paper-icon-button= :hover { color: var(--colab-icon-hover-color); } colab-file-tree input[type=3D"file"] { inset: 0px; opacity: 0; position: ab= solute; } colab-toolbar-button.file-upload { position: relative; } colab-file-tree .files-root { flex-grow: 1; overflow-y: auto; } colab-file-view { display: block; } colab-file-view span { user-select: none; } colab-file-tree .file-icon { display: inline-block; flex-shrink: 0; height:= 20px; margin-right: 5px; width: 20px; } colab-file-tree .file-title-row { cursor: pointer; display: flex; padding: = 2px; } colab-file-view.focused, colab-file-view.hovered > .file-title-row, colab-f= ile-tree .file-title-row:hover, colab-file-view[active] > .file-title-row {= background: var(--colab-highlighted-surface-color); } colab-file-view .file-title-row colab-file-progress { height: 20px; width: = 20px; } colab-file-view .directory-icon { transition: transform 0.2s ease 0s; } colab-file-view.collapsed .directory-icon { transform: rotate(-90deg); } colab-file-view .overflow-ellipsis, colab-file-view.collapsed.overflow .ove= rflow-ellipsis { display: none; padding-left: 50px; } colab-file-view.overflow > .overflow-ellipsis { display: block; } colab-file-uploader { align-items: center; display: flex; padding: 8px; } .file-upload-indicator { position: relative; height: 26px; width: 26px; } colab-file-progress { position: relative; } colab-file-progress .file-progress-cancel, .file-upload-indicator:hover .fi= le-upload-error, colab-file-uploader .file-upload-error { display: none; } colab-file-progress:hover .file-progress-cancel, colab-file-uploader.error = .file-upload-error { display: block; } colab-file-progress, .file-upload-icon, .file-progress-icon { height: 26px;= width: 26px; } .file-upload-icon, .file-progress-icon { left: 0px; position: absolute; top= : 0px; } @keyframes file-progress-rotate {=20 100% { transform: rotate(360deg); } } colab-file-progress.indeterminate svg { animation: 2332ms steps(12) 0s infi= nite normal none running file-progress-rotate; } colab-file-progress .file-progress-fill { stroke: var(--paper-orange-400); = } colab-file-progress.error .file-progress-fill { stroke: var(--paper-red-a70= 0); } .file-upload-error { color: var(--paper-red-a700); } .file-tree-name, .file-tree-name-input { flex-grow: 1; overflow: hidden; te= xt-overflow: ellipsis; white-space: nowrap; } colab-file-view.selected { background-color: var(--colab-highlighted-surfac= e-color); } .file-title-row:not(.renaming) .file-tree-name-input { display: none; } .file-title-row.renaming .file-tree-name { display: none; } #file-browser-disk-display { display: none; margin: 4px 8px; } iron-icon.nonwriteable { color: var(--colab-icon-color); height: 20px; widt= h: 20px; } paper-icon-button.file-item-menu { visibility: hidden; height: 20px; paddin= g: 0px; width: 20px; } :not(.parent-link) > .file-title-row:hover paper-icon-button.file-item-menu= , body.mobile :not(.parent-link) > .file-title-row paper-icon-button.file-i= tem-menu { visibility: visible; } colab-files-text-viewer { display: flex; flex-grow: 1; overflow: hidden; } colab-file-viewer-manager { left: 0px; position: absolute; right: 0px; top:= 0px; } colab-github-repo-selector .github-repos { margin-right: 40px; } colab-github-repo-selector select:hover { border-color: var(--paper-grey-60= 0); } colab-github-repo-selector select { background-color: rgb(255, 255, 255); b= order-radius: 2px; border-width: 1px; border-style: solid; border-top-color= : transparent; border-right-color: transparent; border-left-color: transpar= ent; border-image: initial; border-bottom-color: var(--paper-grey-600); cur= sor: default; font: inherit; height: initial; text-transform: initial; vert= ical-align: top; width: initial; } colab-github-repo-selector select:focus { outline: none; } colab-github-repo-selector a iron-icon.open-in-github { color: var(--google= -blue-500); height: 20px; margin-left: 8px; width: 20px; } .github-scope-selector { margin: 0px 8px 16px; } .github-saver { width: 800px; } .github-saver .github-branches, .github-saver .github-repos { flex: 1 1 0%;= margin-bottom: 32px; } .local-kernel-dialog { max-width: 640px; } .local-kernel-dialog-warning-icon { fill: rgb(240, 147, 0); padding-right: = 5px; } .local-kernel-dialog-space-bottom { padding-bottom: 12px; } .local-kernel-dialog-extra-details { padding-left: 12px; } .local-kernel-dialog-content { color: var(--colab-primary-text-color); marg= in-bottom: 6px; margin-top: 6px; } .local-kernel-troubleshooting-failure { fill: var(--paper-red-a700); paddin= g-right: 5px; } .local-kernel-troubleshooting-success { fill: var(--paper-green-a700); padd= ing-right: 5px; } .local-kernel-troubleshooting-list { padding-left: 24px; } .local-kernel-troubleshooting-list pre { margin: 0px; border: 1px solid bla= ck; padding: 5px; background: var(--colab-highlighted-surface-color); white= -space: pre; overflow: auto; } .local-kernel-dialog colab-shaded-scroller { display: block; overflow: auto= ; padding: 0px 24px; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic @charset "utf-8"; @font-face { font-family: Roboto; font-style: italic; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc3CsTKl= A.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U= +2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: italic; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc-CsTKl= A.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, = U+2116; } @font-face { font-family: Roboto; font-style: italic; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc2CsTKl= A.woff2") format("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc5CsTKl= A.woff2") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc1CsTKl= A.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, = U+168-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: italic; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc0CsTKl= A.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+= 2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc6CsQ.w= off2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC,= U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, = U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: Roboto; font-style: italic; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xFIzIFKw.wo= ff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE= 0-2DFF, U+A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: italic; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xMIzIFKw.wo= ff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+21= 16; } @font-face { font-family: Roboto; font-style: italic; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xEIzIFKw.wo= ff2") format("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xLIzIFKw.wo= ff2") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xHIzIFKw.wo= ff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+16= 8-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: italic; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xGIzIFKw.wo= ff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020= , U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xIIzI.woff2= ") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2= C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+22= 12, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: Roboto; font-style: italic; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc3CsTKl= A.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U= +2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: italic; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc-CsTKl= A.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, = U+2116; } @font-face { font-family: Roboto; font-style: italic; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc2CsTKl= A.woff2") format("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc5CsTKl= A.woff2") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc1CsTKl= A.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, = U+168-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: italic; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc0CsTKl= A.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+= 2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.w= off2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC,= U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, = U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: Roboto; font-style: italic; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic3CsTKl= A.woff2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U= +2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: italic; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic-CsTKl= A.woff2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, = U+2116; } @font-face { font-family: Roboto; font-style: italic; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic2CsTKl= A.woff2") format("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic5CsTKl= A.woff2") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic1CsTKl= A.woff2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, = U+168-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: italic; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic0CsTKl= A.woff2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+= 2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: italic; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic6CsQ.w= off2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC,= U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, = U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: Roboto; font-style: normal; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCRc4EsA.w= off2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2D= E0-2DFF, U+A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: normal; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fABc4EsA.w= off2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2= 116; } @font-face { font-family: Roboto; font-style: normal; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCBc4EsA.w= off2") format("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBxc4EsA.w= off2") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fCxc4EsA.w= off2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+1= 68-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: normal; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fChc4EsA.w= off2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+202= 0, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 300; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4.woff= 2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+= 2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2= 212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xKOzY.woff2= ") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2= DFF, U+A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxKOzY.woff2= ") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116;= } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxKOzY.woff2= ") format("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxKOzY.woff2= ") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxKOzY.woff2= ") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-1= 69, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxKOzY.woff2= ") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U= +20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2") = format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6,= U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,= U+2215, U+FEFF, U+FFFD; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCRc4EsA.w= off2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2D= E0-2DFF, U+A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fABc4EsA.w= off2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2= 116; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCBc4EsA.w= off2") format("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBxc4EsA.w= off2") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fCxc4EsA.w= off2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+1= 68-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fChc4EsA.w= off2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+202= 0, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc4.woff= 2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+= 2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2= 212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: Roboto; font-style: normal; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCRc4EsA.w= off2") format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2D= E0-2DFF, U+A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: normal; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfABc4EsA.w= off2") format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2= 116; } @font-face { font-family: Roboto; font-style: normal; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCBc4EsA.w= off2") format("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBxc4EsA.w= off2") format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfCxc4EsA.w= off2") format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+1= 68-169, U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: normal; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfChc4EsA.w= off2") format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+202= 0, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 700; src= : url("https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc4.woff= 2") format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+= 2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2= 212, U+2215, U+FEFF, U+FFFD; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: https://fonts.googleapis.com/css?family=Roboto+Mono:400,700 @charset "utf-8"; @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 4= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSV0mf0h.woff2") format("woff2"); uni= code-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2= E-FE2F; } @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 4= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSx0mf0h.woff2") format("woff2"); uni= code-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; } @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 4= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSt0mf0h.woff2") format("woff2"); uni= code-range: U+370-3FF; } @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 4= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSd0mf0h.woff2") format("woff2"); uni= code-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B= 0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 4= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSZ0mf0h.woff2") format("woff2"); uni= code-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF= , U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 4= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSh0mQ.woff2") format("woff2"); unico= de-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-= 206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFF= D; } @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 7= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSV0mf0h.woff2") format("woff2"); uni= code-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2= E-FE2F; } @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 7= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSx0mf0h.woff2") format("woff2"); uni= code-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; } @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 7= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSt0mf0h.woff2") format("woff2"); uni= code-range: U+370-3FF; } @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 7= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSd0mf0h.woff2") format("woff2"); uni= code-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B= 0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 7= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSZ0mf0h.woff2") format("woff2"); uni= code-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF= , U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: "Roboto Mono"; font-style: normal; font-weight: 7= 00; src: url("https://fonts.gstatic.com/s/robotomono/v13/L0xTDF4xlVMF-BfR8b= XMIhJHg45mwgGEFl0_3vrtSM1J-gEPT5Ese6hmHSh0mQ.woff2") format("woff2"); unico= de-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-= 206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFF= D; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: https://colab.research.google.com/v2/external/js/monaco_editor/vs/editor/editor.main.css?vrz=colab-20210507-060057-RC00_372525719 @charset "utf-8"; .monaco-action-bar { text-align: right; overflow: hidden; white-space: nowr= ap; } .monaco-action-bar .actions-container { display: flex; margin: 0px auto; pa= dding: 0px; width: 100%; justify-content: flex-end; } .monaco-action-bar.vertical .actions-container { display: inline-block; } .monaco-action-bar.reverse .actions-container { flex-direction: row-reverse= ; } .monaco-action-bar .action-item { cursor: pointer; display: inline-block; t= ransition: transform 50ms ease 0s; position: relative; } .monaco-action-bar .action-item.disabled { cursor: default; } .monaco-action-bar.animated .action-item.active { transform: scale(1.27202)= ; } .monaco-action-bar .action-item .codicon, .monaco-action-bar .action-item .= icon { display: inline-block; } .monaco-action-bar .action-label { font-size: 11px; margin-right: 4px; } .monaco-action-bar .action-item.disabled .action-label, .monaco-action-bar = .action-item.disabled .action-label:hover { opacity: 0.4; } .monaco-action-bar.vertical { text-align: left; } .monaco-action-bar.vertical .action-item { display: block; } .monaco-action-bar.vertical .action-label.separator { display: block; borde= r-bottom: 1px solid rgb(187, 187, 187); padding-top: 1px; margin-left: 0.8e= m; margin-right: 0.8em; } .monaco-action-bar.animated.vertical .action-item.active { transform: trans= late(5px); } .secondary-actions .monaco-action-bar .action-label { margin-left: 6px; } .monaco-action-bar .action-item.select-container { overflow: hidden; flex: = 1 1 0%; max-width: 170px; min-width: 60px; display: flex; align-items: cent= er; justify-content: center; margin-right: 10px; } .monaco-aria-container { position: absolute; left: -999em; } .monaco-custom-checkbox { margin-left: 2px; float: left; cursor: pointer; o= verflow: hidden; opacity: 0.7; width: 20px; height: 20px; border: 1px solid= transparent; padding: 1px; box-sizing: border-box; user-select: none; } .monaco-custom-checkbox.checked, .monaco-custom-checkbox:hover { opacity: 1= ; } .hc-black .monaco-custom-checkbox, .hc-black .monaco-custom-checkbox:hover = { background: none; } .monaco-custom-checkbox.monaco-simple-checkbox { height: 18px; width: 18px;= border: 1px solid transparent; border-radius: 3px; margin-right: 9px; marg= in-left: 0px; padding: 0px; opacity: 1; background-size: 16px !important; } .monaco-custom-checkbox.monaco-simple-checkbox.unchecked:not(.checked)::bef= ore { visibility: hidden; } @font-face { font-family: codicon; src: url("../base/browser/ui/codiconLabe= l/codicon/codicon.ttf") format("truetype"); } .codicon[class*=3D"codicon-"] { font: 16px / 1 codicon; display: inline-blo= ck; text-decoration: none; text-rendering: auto; text-align: center; -webki= t-font-smoothing: antialiased; user-select: none; } .codicon-add::before, .codicon-gist-new::before, .codicon-plus::before, .co= dicon-repo-create::before { content: "=EE=A9=A0"; } .codicon-light-bulb::before, .codicon-lightbulb::before { content: "=EE=A9= =A1"; } .codicon-repo-delete::before, .codicon-repo::before { content: "=EE=A9=A2";= } .codicon-gist-fork::before, .codicon-repo-forked::before { content: "=EE=A9= =A3"; } .codicon-git-pull-request-abandoned::before, .codicon-git-pull-request::bef= ore { content: "=EE=A9=A4"; } .codicon-keyboard::before, .codicon-record-keys::before { content: "=EE=A9= =A5"; } .codicon-tag-add::before, .codicon-tag-remove::before, .codicon-tag::before= { content: "=EE=A9=A6"; } .codicon-person-add::before, .codicon-person-filled::before, .codicon-perso= n-follow::before, .codicon-person-outline::before, .codicon-person::before = { content: "=EE=A9=A7"; } .codicon-git-branch-create::before, .codicon-git-branch-delete::before, .co= dicon-git-branch::before, .codicon-source-control::before { content: "=EE= =A9=A8"; } .codicon-mirror-public::before, .codicon-mirror::before { content: "=EE=A9= =A9"; } .codicon-star-add::before, .codicon-star-delete::before, .codicon-star-empt= y::before, .codicon-star::before { content: "=EE=A9=AA"; } .codicon-comment-add::before, .codicon-comment::before { content: "=EE=A9= =AB"; } .codicon-alert::before, .codicon-warning::before { content: "=EE=A9=AC"; } .codicon-search-save::before, .codicon-search::before { content: "=EE=A9=AD= "; } .codicon-log-out::before, .codicon-sign-out::before { content: "=EE=A9=AE";= } .codicon-log-in::before, .codicon-sign-in::before { content: "=EE=A9=AF"; } .codicon-eye-unwatch::before, .codicon-eye-watch::before, .codicon-eye::bef= ore { content: "=EE=A9=B0"; } .codicon-circle-filled::before, .codicon-close-dirty::before, .codicon-debu= g-breakpoint-disabled::before, .codicon-debug-breakpoint::before, .codicon-= debug-hint::before, .codicon-primitive-dot::before { content: "=EE=A9=B1"; = } .codicon-primitive-square::before { content: "=EE=A9=B2"; } .codicon-edit::before, .codicon-pencil::before { content: "=EE=A9=B3"; } .codicon-info::before, .codicon-issue-opened::before { content: "=EE=A9=B4"= ; } .codicon-gist-private::before, .codicon-git-fork-private::before, .codicon-= lock::before, .codicon-mirror-private::before { content: "=EE=A9=B5"; } .codicon-close::before, .codicon-remove-close::before, .codicon-x::before {= content: "=EE=A9=B6"; } .codicon-repo-sync::before, .codicon-sync::before { content: "=EE=A9=B7"; } .codicon-clone::before, .codicon-desktop-download::before { content: "=EE= =A9=B8"; } .codicon-beaker::before, .codicon-microscope::before { content: "=EE=A9=B9"= ; } .codicon-device-desktop::before, .codicon-vm::before { content: "=EE=A9=BA"= ; } .codicon-file-text::before, .codicon-file::before { content: "=EE=A9=BB"; } .codicon-ellipsis::before, .codicon-kebab-horizontal::before, .codicon-more= ::before { content: "=EE=A9=BC"; } .codicon-mail-reply::before, .codicon-reply::before { content: "=EE=A9=BD";= } .codicon-organization-filled::before, .codicon-organization-outline::before= , .codicon-organization::before { content: "=EE=A9=BE"; } .codicon-file-add::before, .codicon-new-file::before { content: "=EE=A9=BF"= ; } .codicon-file-directory-create::before, .codicon-new-folder::before { conte= nt: "=EE=AA=80"; } .codicon-trash::before, .codicon-trashcan::before { content: "=EE=AA=81"; } .codicon-clock::before, .codicon-history::before { content: "=EE=AA=82"; } .codicon-file-directory::before, .codicon-folder::before, .codicon-symbol-f= older::before { content: "=EE=AA=83"; } .codicon-github::before, .codicon-logo-github::before, .codicon-mark-github= ::before { content: "=EE=AA=84"; } .codicon-console::before, .codicon-repl::before, .codicon-terminal::before = { content: "=EE=AA=85"; } .codicon-symbol-event::before, .codicon-zap::before { content: "=EE=AA=86";= } .codicon-error::before, .codicon-stop::before { content: "=EE=AA=87"; } .codicon-symbol-variable::before, .codicon-variable::before { content: "=EE= =AA=88"; } .codicon-array::before, .codicon-symbol-array::before { content: "=EE=AA=8A= "; } .codicon-symbol-module::before, .codicon-symbol-namespace::before, .codicon= -symbol-object::before, .codicon-symbol-package::before { content: "=EE=AA= =8B"; } .codicon-symbol-constructor::before, .codicon-symbol-function::before, .cod= icon-symbol-method::before { content: "=EE=AA=8C"; } .codicon-symbol-boolean::before, .codicon-symbol-null::before { content: "= =EE=AA=8F"; } .codicon-symbol-number::before, .codicon-symbol-numeric::before { content: = "=EE=AA=90"; } .codicon-symbol-struct::before, .codicon-symbol-structure::before { content= : "=EE=AA=91"; } .codicon-symbol-parameter::before, .codicon-symbol-type-parameter::before {= content: "=EE=AA=92"; } .codicon-symbol-key::before, .codicon-symbol-text::before { content: "=EE= =AA=93"; } .codicon-go-to-file::before, .codicon-symbol-reference::before { content: "= =EE=AA=94"; } .codicon-symbol-enum::before, .codicon-symbol-value::before { content: "=EE= =AA=95"; } .codicon-symbol-ruler::before, .codicon-symbol-unit::before { content: "=EE= =AA=96"; } .codicon-activate-breakpoints::before { content: "=EE=AA=97"; } .codicon-archive::before { content: "=EE=AA=98"; } .codicon-arrow-both::before { content: "=EE=AA=99"; } .codicon-arrow-down::before { content: "=EE=AA=9A"; } .codicon-arrow-left::before { content: "=EE=AA=9B"; } .codicon-arrow-right::before { content: "=EE=AA=9C"; } .codicon-arrow-small-down::before { content: "=EE=AA=9D"; } .codicon-arrow-small-left::before { content: "=EE=AA=9E"; } .codicon-arrow-small-right::before { content: "=EE=AA=9F"; } .codicon-arrow-small-up::before { content: "=EE=AA=A0"; } .codicon-arrow-up::before { content: "=EE=AA=A1"; } .codicon-bell::before { content: "=EE=AA=A2"; } .codicon-bold::before { content: "=EE=AA=A3"; } .codicon-book::before { content: "=EE=AA=A4"; } .codicon-bookmark::before { content: "=EE=AA=A5"; } .codicon-debug-breakpoint-conditional-unverified::before { content: "=EE=AA= =A6"; } .codicon-debug-breakpoint-conditional-disabled::before, .codicon-debug-brea= kpoint-conditional::before { content: "=EE=AA=A7"; } .codicon-debug-breakpoint-data-unverified::before { content: "=EE=AA=A8"; } .codicon-debug-breakpoint-data-disabled::before, .codicon-debug-breakpoint-= data::before { content: "=EE=AA=A9"; } .codicon-debug-breakpoint-log-unverified::before { content: "=EE=AA=AA"; } .codicon-debug-breakpoint-log-disabled::before, .codicon-debug-breakpoint-l= og::before { content: "=EE=AA=AB"; } .codicon-briefcase::before { content: "=EE=AA=AC"; } .codicon-broadcast::before { content: "=EE=AA=AD"; } .codicon-browser::before { content: "=EE=AA=AE"; } .codicon-bug::before { content: "=EE=AA=AF"; } .codicon-calendar::before { content: "=EE=AA=B0"; } .codicon-case-sensitive::before { content: "=EE=AA=B1"; } .codicon-check::before { content: "=EE=AA=B2"; } .codicon-checklist::before { content: "=EE=AA=B3"; } .codicon-chevron-down::before { content: "=EE=AA=B4"; } .codicon-chevron-left::before { content: "=EE=AA=B5"; } .codicon-chevron-right::before { content: "=EE=AA=B6"; } .codicon-chevron-up::before { content: "=EE=AA=B7"; } .codicon-chrome-close::before { content: "=EE=AA=B8"; } .codicon-chrome-maximize::before { content: "=EE=AA=B9"; } .codicon-chrome-minimize::before { content: "=EE=AA=BA"; } .codicon-chrome-restore::before { content: "=EE=AA=BB"; } .codicon-circle-outline::before, .codicon-debug-breakpoint-unverified::befo= re { content: "=EE=AA=BC"; } .codicon-circle-slash::before { content: "=EE=AA=BD"; } .codicon-circuit-board::before { content: "=EE=AA=BE"; } .codicon-clear-all::before { content: "=EE=AA=BF"; } .codicon-clippy::before { content: "=EE=AB=80"; } .codicon-close-all::before { content: "=EE=AB=81"; } .codicon-cloud-download::before { content: "=EE=AB=82"; } .codicon-cloud-upload::before { content: "=EE=AB=83"; } .codicon-code::before { content: "=EE=AB=84"; } .codicon-collapse-all::before { content: "=EE=AB=85"; } .codicon-color-mode::before { content: "=EE=AB=86"; } .codicon-comment-discussion::before { content: "=EE=AB=87"; } .codicon-compare-changes::before { content: "=EE=AB=88"; } .codicon-credit-card::before { content: "=EE=AB=89"; } .codicon-dash::before { content: "=EE=AB=8C"; } .codicon-dashboard::before { content: "=EE=AB=8D"; } .codicon-database::before { content: "=EE=AB=8E"; } .codicon-debug-continue::before { content: "=EE=AB=8F"; } .codicon-debug-disconnect::before { content: "=EE=AB=90"; } .codicon-debug-pause::before { content: "=EE=AB=91"; } .codicon-debug-restart::before { content: "=EE=AB=92"; } .codicon-debug-start::before { content: "=EE=AB=93"; } .codicon-debug-step-into::before { content: "=EE=AB=94"; } .codicon-debug-step-out::before { content: "=EE=AB=95"; } .codicon-debug-step-over::before { content: "=EE=AB=96"; } .codicon-debug-stop::before { content: "=EE=AB=97"; } .codicon-debug::before { content: "=EE=AB=98"; } .codicon-device-camera-video::before { content: "=EE=AB=99"; } .codicon-device-camera::before { content: "=EE=AB=9A"; } .codicon-device-mobile::before { content: "=EE=AB=9B"; } .codicon-diff-added::before { content: "=EE=AB=9C"; } .codicon-diff-ignored::before { content: "=EE=AB=9D"; } .codicon-diff-modified::before { content: "=EE=AB=9E"; } .codicon-diff-removed::before { content: "=EE=AB=9F"; } .codicon-diff-renamed::before { content: "=EE=AB=A0"; } .codicon-diff::before { content: "=EE=AB=A1"; } .codicon-discard::before { content: "=EE=AB=A2"; } .codicon-editor-layout::before { content: "=EE=AB=A3"; } .codicon-empty-window::before { content: "=EE=AB=A4"; } .codicon-exclude::before { content: "=EE=AB=A5"; } .codicon-extensions::before { content: "=EE=AB=A6"; } .codicon-eye-closed::before { content: "=EE=AB=A7"; } .codicon-file-binary::before { content: "=EE=AB=A8"; } .codicon-file-code::before { content: "=EE=AB=A9"; } .codicon-file-media::before { content: "=EE=AB=AA"; } .codicon-file-pdf::before { content: "=EE=AB=AB"; } .codicon-file-submodule::before { content: "=EE=AB=AC"; } .codicon-file-symlink-directory::before { content: "=EE=AB=AD"; } .codicon-file-symlink-file::before { content: "=EE=AB=AE"; } .codicon-file-zip::before { content: "=EE=AB=AF"; } .codicon-files::before { content: "=EE=AB=B0"; } .codicon-filter::before { content: "=EE=AB=B1"; } .codicon-flame::before { content: "=EE=AB=B2"; } .codicon-fold-down::before { content: "=EE=AB=B3"; } .codicon-fold-up::before { content: "=EE=AB=B4"; } .codicon-fold::before { content: "=EE=AB=B5"; } .codicon-folder-active::before { content: "=EE=AB=B6"; } .codicon-folder-opened::before { content: "=EE=AB=B7"; } .codicon-gear::before { content: "=EE=AB=B8"; } .codicon-gift::before { content: "=EE=AB=B9"; } .codicon-gist-secret::before { content: "=EE=AB=BA"; } .codicon-gist::before { content: "=EE=AB=BB"; } .codicon-git-commit::before { content: "=EE=AB=BC"; } .codicon-git-compare::before { content: "=EE=AB=BD"; } .codicon-git-merge::before { content: "=EE=AB=BE"; } .codicon-github-action::before { content: "=EE=AB=BF"; } .codicon-github-alt::before { content: "=EE=AC=80"; } .codicon-globe::before { content: "=EE=AC=81"; } .codicon-grabber::before { content: "=EE=AC=82"; } .codicon-graph::before { content: "=EE=AC=83"; } .codicon-gripper::before { content: "=EE=AC=84"; } .codicon-heart::before { content: "=EE=AC=85"; } .codicon-home::before { content: "=EE=AC=86"; } .codicon-horizontal-rule::before { content: "=EE=AC=87"; } .codicon-hubot::before { content: "=EE=AC=88"; } .codicon-inbox::before { content: "=EE=AC=89"; } .codicon-issue-closed::before { content: "=EE=AC=8A"; } .codicon-issue-reopened::before { content: "=EE=AC=8B"; } .codicon-issues::before { content: "=EE=AC=8C"; } .codicon-italic::before { content: "=EE=AC=8D"; } .codicon-jersey::before { content: "=EE=AC=8E"; } .codicon-json::before { content: "=EE=AC=8F"; } .codicon-kebab-vertical::before { content: "=EE=AC=90"; } .codicon-key::before { content: "=EE=AC=91"; } .codicon-law::before { content: "=EE=AC=92"; } .codicon-lightbulb-autofix::before { content: "=EE=AC=93"; } .codicon-link-external::before { content: "=EE=AC=94"; } .codicon-link::before { content: "=EE=AC=95"; } .codicon-list-ordered::before { content: "=EE=AC=96"; } .codicon-list-unordered::before { content: "=EE=AC=97"; } .codicon-live-share::before { content: "=EE=AC=98"; } .codicon-loading::before { content: "=EE=AC=99"; } .codicon-location::before { content: "=EE=AC=9A"; } .codicon-mail-read::before { content: "=EE=AC=9B"; } .codicon-mail::before { content: "=EE=AC=9C"; } .codicon-markdown::before { content: "=EE=AC=9D"; } .codicon-megaphone::before { content: "=EE=AC=9E"; } .codicon-mention::before { content: "=EE=AC=9F"; } .codicon-milestone::before { content: "=EE=AC=A0"; } .codicon-mortar-board::before { content: "=EE=AC=A1"; } .codicon-move::before { content: "=EE=AC=A2"; } .codicon-multiple-windows::before { content: "=EE=AC=A3"; } .codicon-mute::before { content: "=EE=AC=A4"; } .codicon-no-newline::before { content: "=EE=AC=A5"; } .codicon-note::before { content: "=EE=AC=A6"; } .codicon-octoface::before { content: "=EE=AC=A7"; } .codicon-open-preview::before { content: "=EE=AC=A8"; } .codicon-package::before { content: "=EE=AC=A9"; } .codicon-paintcan::before { content: "=EE=AC=AA"; } .codicon-pin::before { content: "=EE=AC=AB"; } .codicon-play::before { content: "=EE=AC=AC"; } .codicon-plug::before { content: "=EE=AC=AD"; } .codicon-preserve-case::before { content: "=EE=AC=AE"; } .codicon-preview::before { content: "=EE=AC=AF"; } .codicon-project::before { content: "=EE=AC=B0"; } .codicon-pulse::before { content: "=EE=AC=B1"; } .codicon-question::before { content: "=EE=AC=B2"; } .codicon-quote::before { content: "=EE=AC=B3"; } .codicon-radio-tower::before { content: "=EE=AC=B4"; } .codicon-reactions::before { content: "=EE=AC=B5"; } .codicon-references::before { content: "=EE=AC=B6"; } .codicon-refresh::before { content: "=EE=AC=B7"; } .codicon-regex::before { content: "=EE=AC=B8"; } .codicon-remote-explorer::before { content: "=EE=AC=B9"; } .codicon-remote::before { content: "=EE=AC=BA"; } .codicon-remove::before { content: "=EE=AC=BB"; } .codicon-replace-all::before { content: "=EE=AC=BC"; } .codicon-replace::before { content: "=EE=AC=BD"; } .codicon-repo-clone::before { content: "=EE=AC=BE"; } .codicon-repo-force-push::before { content: "=EE=AC=BF"; } .codicon-repo-pull::before { content: "=EE=AD=80"; } .codicon-repo-push::before { content: "=EE=AD=81"; } .codicon-report::before { content: "=EE=AD=82"; } .codicon-request-changes::before { content: "=EE=AD=83"; } .codicon-rocket::before { content: "=EE=AD=84"; } .codicon-root-folder-opened::before { content: "=EE=AD=85"; } .codicon-root-folder::before { content: "=EE=AD=86"; } .codicon-rss::before { content: "=EE=AD=87"; } .codicon-ruby::before { content: "=EE=AD=88"; } .codicon-save-all::before { content: "=EE=AD=89"; } .codicon-save-as::before { content: "=EE=AD=8A"; } .codicon-save::before { content: "=EE=AD=8B"; } .codicon-screen-full::before { content: "=EE=AD=8C"; } .codicon-screen-normal::before { content: "=EE=AD=8D"; } .codicon-search-stop::before { content: "=EE=AD=8E"; } .codicon-server::before { content: "=EE=AD=90"; } .codicon-settings-gear::before { content: "=EE=AD=91"; } .codicon-settings::before { content: "=EE=AD=92"; } .codicon-shield::before { content: "=EE=AD=93"; } .codicon-smiley::before { content: "=EE=AD=94"; } .codicon-sort-precedence::before { content: "=EE=AD=95"; } .codicon-split-horizontal::before { content: "=EE=AD=96"; } .codicon-split-vertical::before { content: "=EE=AD=97"; } .codicon-squirrel::before { content: "=EE=AD=98"; } .codicon-star-full::before { content: "=EE=AD=99"; } .codicon-star-half::before { content: "=EE=AD=9A"; } .codicon-symbol-class::before { content: "=EE=AD=9B"; } .codicon-symbol-color::before { content: "=EE=AD=9C"; } .codicon-symbol-constant::before { content: "=EE=AD=9D"; } .codicon-symbol-enum-member::before { content: "=EE=AD=9E"; } .codicon-symbol-field::before { content: "=EE=AD=9F"; } .codicon-symbol-file::before { content: "=EE=AD=A0"; } .codicon-symbol-interface::before { content: "=EE=AD=A1"; } .codicon-symbol-keyword::before { content: "=EE=AD=A2"; } .codicon-symbol-misc::before { content: "=EE=AD=A3"; } .codicon-symbol-operator::before { content: "=EE=AD=A4"; } .codicon-symbol-property::before { content: "=EE=AD=A5"; } .codicon-symbol-snippet::before { content: "=EE=AD=A6"; } .codicon-tasklist::before { content: "=EE=AD=A7"; } .codicon-telescope::before { content: "=EE=AD=A8"; } .codicon-text-size::before { content: "=EE=AD=A9"; } .codicon-three-bars::before { content: "=EE=AD=AA"; } .codicon-thumbsdown::before { content: "=EE=AD=AB"; } .codicon-thumbsup::before { content: "=EE=AD=AC"; } .codicon-tools::before { content: "=EE=AD=AD"; } .codicon-triangle-down::before { content: "=EE=AD=AE"; } .codicon-triangle-left::before { content: "=EE=AD=AF"; } .codicon-triangle-right::before { content: "=EE=AD=B0"; } .codicon-triangle-up::before { content: "=EE=AD=B1"; } .codicon-twitter::before { content: "=EE=AD=B2"; } .codicon-unfold::before { content: "=EE=AD=B3"; } .codicon-unlock::before { content: "=EE=AD=B4"; } .codicon-unmute::before { content: "=EE=AD=B5"; } .codicon-unverified::before { content: "=EE=AD=B6"; } .codicon-verified::before { content: "=EE=AD=B7"; } .codicon-versions::before { content: "=EE=AD=B8"; } .codicon-vm-active::before { content: "=EE=AD=B9"; } .codicon-vm-outline::before { content: "=EE=AD=BA"; } .codicon-vm-running::before { content: "=EE=AD=BB"; } .codicon-watch::before { content: "=EE=AD=BC"; } .codicon-whitespace::before { content: "=EE=AD=BD"; } .codicon-whole-word::before { content: "=EE=AD=BE"; } .codicon-window::before { content: "=EE=AD=BF"; } .codicon-word-wrap::before { content: "=EE=AE=80"; } .codicon-zoom-in::before { content: "=EE=AE=81"; } .codicon-zoom-out::before { content: "=EE=AE=82"; } .codicon-list-filter::before { content: "=EE=AE=83"; } .codicon-list-flat::before { content: "=EE=AE=84"; } .codicon-list-selection::before, .codicon-selection::before { content: "=EE= =AE=85"; } .codicon-list-tree::before { content: "=EE=AE=86"; } .codicon-debug-breakpoint-function-unverified::before { content: "=EE=AE=87= "; } .codicon-debug-breakpoint-function-disabled::before, .codicon-debug-breakpo= int-function::before { content: "=EE=AE=88"; } .codicon-debug-stackframe-active::before { content: "=EE=AE=89"; } .codicon-debug-stackframe-dot::before { content: "=EE=AE=8A"; } .codicon-debug-stackframe-focused::before, .codicon-debug-stackframe::befor= e { content: "=EE=AE=8B"; } .codicon-debug-breakpoint-unsupported::before { content: "=EE=AE=8C"; } .codicon-symbol-string::before { content: "=EE=AE=8D"; } .codicon-debug-reverse-continue::before { content: "=EE=AE=8E"; } .codicon-debug-step-back::before { content: "=EE=AE=8F"; } .codicon-debug-restart-frame::before { content: "=EE=AE=90"; } .codicon-debug-alternate::before { content: "=EE=AE=91"; } .codicon-call-incoming::before { content: "=EE=AE=92"; } .codicon-call-outgoing::before { content: "=EE=AE=93"; } .codicon-menu::before { content: "=EE=AE=94"; } .codicon-expand-all::before { content: "=EE=AE=95"; } .codicon-feedback::before { content: "=EE=AE=96"; } .codicon-group-by-ref-type::before { content: "=EE=AE=97"; } .codicon-ungroup-by-ref-type::before { content: "=EE=AE=98"; } .codicon-debug-alt::before { content: "=EF=84=81"; } @keyframes codicon-spin {=20 100% { transform: rotate(1turn); } } .codicon-animation-spin { animation: 1.5s linear 0s infinite normal none ru= nning codicon-spin; } .context-view { position: absolute; z-index: 2500; } .monaco-count-badge { padding: 3px 5px; border-radius: 11px; font-size: 11p= x; min-width: 18px; min-height: 18px; line-height: 11px; font-weight: 400; = text-align: center; display: inline-block; box-sizing: border-box; } .monaco-findInput { position: relative; } .monaco-findInput .monaco-inputbox { font-size: 13px; width: 100%; } .monaco-findInput > .controls { position: absolute; top: 3px; right: 2px; } .vs .monaco-findInput.disabled { background-color: rgb(225, 225, 225); } .vs-dark .monaco-findInput.disabled { background-color: rgb(51, 51, 51); } .monaco-findInput.highlight-0 .controls { animation: 0.1s linear 0s 1 norma= l none running monaco-findInput-highlight-0; } .monaco-findInput.highlight-1 .controls { animation: 0.1s linear 0s 1 norma= l none running monaco-findInput-highlight-1; } .hc-black .monaco-findInput.highlight-0 .controls, .vs-dark .monaco-findInp= ut.highlight-0 .controls { animation: 0.1s linear 0s 1 normal none running = monaco-findInput-highlight-dark-0; } .hc-black .monaco-findInput.highlight-1 .controls, .vs-dark .monaco-findInp= ut.highlight-1 .controls { animation: 0.1s linear 0s 1 normal none running = monaco-findInput-highlight-dark-1; } @keyframes monaco-findInput-highlight-0 {=20 0% { background: rgba(253, 255, 0, 0.8); } 100% { background: transparent; } } @keyframes monaco-findInput-highlight-1 {=20 0% { background: rgba(253, 255, 0, 0.8); } 99% { background: transparent; } } @keyframes monaco-findInput-highlight-dark-0 {=20 0% { background: rgba(255, 255, 255, 0.44); } 100% { background: transparent; } } @keyframes monaco-findInput-highlight-dark-1 {=20 0% { background: rgba(255, 255, 255, 0.44); } 99% { background: transparent; } } .monaco-icon-label { display: flex; overflow: hidden; text-overflow: ellips= is; } .monaco-icon-label::before { background-size: 16px; background-position: 0p= x center; background-repeat: no-repeat; padding-right: 6px; width: 16px; he= ight: 22px; display: inline-block; -webkit-font-smoothing: antialiased; ver= tical-align: top; flex-shrink: 0; line-height: inherit !important; } .monaco-icon-label > .monaco-icon-label-container { min-width: 0px; overflo= w: hidden; text-overflow: ellipsis; flex: 1 1 0%; } .monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-conta= iner > .label-name { color: inherit; white-space: pre; } .monaco-icon-label > .monaco-icon-label-container > .monaco-icon-name-conta= iner > .label-name > .label-separator { margin: 0px 2px; opacity: 0.5; } .monaco-icon-label > .monaco-icon-label-container > .monaco-icon-descriptio= n-container > .label-description { opacity: 0.7; margin-left: 0.5em; font-s= ize: 0.9em; white-space: pre; } .monaco-icon-label.italic > .monaco-icon-description-container > .label-des= cription, .monaco-icon-label.italic > .monaco-icon-label-container > .monac= o-icon-name-container > .label-name { font-style: italic; } .monaco-icon-label::after { opacity: 0.75; font-size: 90%; font-weight: 600= ; padding: 0px 16px 0px 5px; text-align: center; } .monaco-list:focus .selected .monaco-icon-label, .monaco-list:focus .select= ed .monaco-icon-label::after, .monaco-tree.focused .selected .monaco-icon-l= abel, .monaco-tree.focused .selected .monaco-icon-label::after { color: inh= erit !important; } .monaco-list-row.focused.selected .label-description, .monaco-list-row.sele= cted .label-description, .monaco-tree-row.focused.selected .label-descripti= on, .monaco-tree-row.selected .label-description { opacity: 0.8; } .monaco-inputbox { position: relative; display: block; padding: 0px; box-si= zing: border-box; font-size: inherit; } .monaco-inputbox.idle { border: 1px solid transparent; } .monaco-inputbox > .wrapper > .input, .monaco-inputbox > .wrapper > .mirror= { padding: 4px; } .monaco-inputbox > .wrapper { position: relative; width: 100%; height: 100%= ; } .monaco-inputbox > .wrapper > .input { display: inline-block; box-sizing: b= order-box; width: 100%; height: 100%; line-height: inherit; border: none; f= ont-family: inherit; font-size: inherit; resize: none; color: inherit; } .monaco-inputbox > .wrapper > input { text-overflow: ellipsis; } .monaco-inputbox > .wrapper > textarea.input { display: block; outline: non= e; } .monaco-inputbox > .wrapper > textarea.input::-webkit-scrollbar { display: = none; } .monaco-inputbox > .wrapper > textarea.input.empty { white-space: nowrap; } .monaco-inputbox > .wrapper > .mirror { position: absolute; display: inline= -block; width: 100%; top: 0px; left: 0px; box-sizing: border-box; white-spa= ce: pre-wrap; visibility: hidden; overflow-wrap: break-word; } .monaco-inputbox-container { text-align: right; } .monaco-inputbox-container .monaco-inputbox-message { display: inline-block= ; overflow: hidden; text-align: left; width: 100%; box-sizing: border-box; = padding: 0.4em; font-size: 12px; line-height: 17px; min-height: 34px; margi= n-top: -1px; overflow-wrap: break-word; } .monaco-inputbox .monaco-action-bar { position: absolute; right: 2px; top: = 4px; } .monaco-inputbox .monaco-action-bar .action-item { margin-left: 2px; } .monaco-inputbox .monaco-action-bar .action-item .codicon { background-repe= at: no-repeat; width: 16px; height: 16px; } .monaco-keybinding { display: flex; align-items: center; line-height: 10px;= } .monaco-keybinding > .monaco-keybinding-key { display: inline-block; border= -width: 1px; border-style: solid; border-color: rgba(204, 204, 204, 0.4) rg= ba(204, 204, 204, 0.4) rgba(186, 186, 186, 0.4); border-image: initial; bor= der-radius: 3px; box-shadow: rgba(186, 186, 186, 0.4) 0px -1px 0px inset; b= ackground-color: rgba(222, 222, 222, 0.4); vertical-align: middle; color: r= gb(85, 85, 85); font-size: 11px; padding: 3px 5px; margin: 0px 2px; } .monaco-keybinding > .monaco-keybinding-key:first-child { margin-left: 0px;= } .monaco-keybinding > .monaco-keybinding-key:last-child { margin-right: 0px;= } .hc-black .monaco-keybinding > .monaco-keybinding-key, .vs-dark .monaco-key= binding > .monaco-keybinding-key { background-color: rgba(128, 128, 128, 0.= 17); color: rgb(204, 204, 204); border-width: 1px; border-style: solid; bor= der-color: rgba(51, 51, 51, 0.6) rgba(51, 51, 51, 0.6) rgba(68, 68, 68, 0.6= ); border-image: initial; box-shadow: rgba(68, 68, 68, 0.6) 0px -1px 0px in= set; } .monaco-keybinding > .monaco-keybinding-key-separator { display: inline-blo= ck; } .monaco-keybinding > .monaco-keybinding-key-chord-separator { width: 6px; } .monaco-list { position: relative; height: 100%; width: 100%; white-space: = nowrap; } .monaco-list.mouse-support { user-select: none; } .monaco-list > .monaco-scrollable-element { height: 100%; } .monaco-list-rows { position: relative; width: 100%; height: 100%; } .monaco-list.horizontal-scrolling .monaco-list-rows { width: auto; min-widt= h: 100%; } .monaco-list-row { position: absolute; box-sizing: border-box; overflow: hi= dden; width: 100%; } .monaco-list.mouse-support .monaco-list-row { cursor: pointer; touch-action= : none; } .monaco-list-row.scrolling { display: none !important; } .monaco-list.element-focused, .monaco-list.selection-multiple, .monaco-list= .selection-single { outline: 0px !important; } .monaco-list:focus .monaco-list-row.selected .codicon { color: inherit; } .monaco-drag-image { display: inline-block; padding: 1px 7px; border-radius= : 10px; font-size: 12px; position: absolute; } .monaco-list-type-filter { display: flex; align-items: center; position: ab= solute; border-radius: 2px; padding: 0px 3px; max-width: calc(100% - 10px);= text-overflow: ellipsis; overflow: hidden; text-align: right; box-sizing: = border-box; cursor: all-scroll; font-size: 13px; line-height: 18px; height:= 20px; z-index: 1; top: 4px; } .monaco-list-type-filter.dragging { transition: top 0.2s ease 0s, left 0.2s= ease 0s; } .monaco-list-type-filter.ne { right: 4px; } .monaco-list-type-filter.nw { left: 4px; } .monaco-list-type-filter > .controls { display: flex; align-items: center; = box-sizing: border-box; transition: width 0.2s ease 0s; width: 0px; } .monaco-list-type-filter.dragging > .controls, .monaco-list-type-filter:hov= er > .controls { width: 36px; } .monaco-list-type-filter > .controls > * { border: none; box-sizing: border= -box; appearance: none; background: none; width: 16px; height: 16px; flex-s= hrink: 0; margin: 0px; padding: 0px; display: flex; align-items: center; ju= stify-content: center; cursor: pointer; } .monaco-list-type-filter > .controls > .filter:checked::before { content: "= =EE=AE=83" !important; } .monaco-list-type-filter > .controls > .filter { margin-left: 4px; } .monaco-list-type-filter-message { position: absolute; box-sizing: border-b= ox; width: 100%; height: 100%; top: 0px; left: 0px; padding: 40px 1em 1em; = text-align: center; white-space: normal; opacity: 0.7; pointer-events: none= ; } .monaco-list-type-filter-message:empty { display: none; } .monaco-list-type-filter { cursor: grab; } .monaco-list-type-filter.dragging { cursor: grabbing; } .monaco-menu .monaco-action-bar.vertical { margin-left: 0px; overflow: visi= ble; } .monaco-menu .monaco-action-bar.vertical .actions-container { display: bloc= k; } .monaco-menu .monaco-action-bar.vertical .action-item { padding: 0px; trans= form: none; display: flex; } .monaco-menu .monaco-action-bar.vertical .action-item.active { transform: n= one; } .monaco-menu .monaco-action-bar.vertical .action-menu-item { flex: 1 1 auto= ; display: flex; height: 2em; align-items: center; position: relative; } .monaco-menu .monaco-action-bar.vertical .action-label { flex: 1 1 auto; te= xt-decoration: none; padding: 0px 1em; background: none; font-size: 12px; l= ine-height: 1; } .monaco-menu .monaco-action-bar.vertical .keybinding, .monaco-menu .monaco-= action-bar.vertical .submenu-indicator { display: inline-block; flex: 2 1 a= uto; padding: 0px 1em; text-align: right; font-size: 12px; line-height: 1; = } .monaco-menu .monaco-action-bar.vertical .submenu-indicator { height: 100%;= } .monaco-menu .monaco-action-bar.vertical .submenu-indicator.codicon { displ= ay: flex; align-items: center; font-size: 16px !important; } .monaco-menu .monaco-action-bar.vertical .submenu-indicator.codicon::before= { margin-left: auto; margin-right: -20px; } .monaco-menu .monaco-action-bar.vertical .action-item.disabled .keybinding,= .monaco-menu .monaco-action-bar.vertical .action-item.disabled .submenu-in= dicator { opacity: 0.4; } .monaco-menu .monaco-action-bar.vertical .action-label:not(.separator) { di= splay: inline-block; box-sizing: border-box; margin: 0px; } .monaco-menu .monaco-action-bar.vertical .action-item { position: static; o= verflow: visible; } .monaco-menu .monaco-action-bar.vertical .action-item .monaco-submenu { pos= ition: absolute; } .monaco-menu .monaco-action-bar.vertical .action-label.separator { padding:= 0.5em 0px 0px; margin-bottom: 0.5em; width: 100%; } .monaco-menu .monaco-action-bar.vertical .action-label.separator.text { pad= ding: 0.7em 1em 0.1em; font-weight: 700; opacity: 1; } .monaco-menu .monaco-action-bar.vertical .action-label:hover { color: inher= it; } .monaco-menu .monaco-action-bar.vertical .menu-item-check { position: absol= ute; visibility: hidden; width: 1em; height: 100%; } .monaco-menu .monaco-action-bar.vertical .action-menu-item.checked .menu-it= em-check { visibility: visible; display: flex; align-items: center; justify= -content: center; } .context-view.monaco-menu-container { outline: 0px; border: none; animation= : 83ms linear 0s 1 normal none running fadeIn; } .context-view.monaco-menu-container .monaco-action-bar.vertical:focus, .con= text-view.monaco-menu-container .monaco-action-bar.vertical :focus, .contex= t-view.monaco-menu-container :focus { outline: 0px; } .monaco-menu .monaco-action-bar.vertical .action-item { border: thin solid = transparent; } .hc-black .context-view.monaco-menu-container { box-shadow: none; } .hc-black .monaco-menu .monaco-action-bar.vertical .action-item.focused { b= ackground: none; } .menubar { display: flex; flex-shrink: 1; box-sizing: border-box; height: 3= 0px; overflow: hidden; flex-wrap: wrap; } .fullscreen .menubar:not(.compact) { margin: 0px; padding: 0px 5px; } .menubar > .menubar-menu-button { align-items: center; box-sizing: border-b= ox; padding: 0px 8px; cursor: default; -webkit-app-region: no-drag; zoom: 1= ; white-space: nowrap; outline: 0px; } .menubar.compact { flex-shrink: 0; } .menubar.compact > .menubar-menu-button { width: 100%; height: 100%; paddin= g: 0px; } .menubar .menubar-menu-items-holder { position: absolute; left: 0px; opacit= y: 1; z-index: 2000; } .menubar .menubar-menu-items-holder.monaco-menu-container { outline: 0px; b= order: none; } .menubar .menubar-menu-items-holder.monaco-menu-container :focus { outline:= 0px; } .menubar .toolbar-toggle-more { width: 20px; height: 100%; } .menubar.compact .toolbar-toggle-more { position: absolute; left: 0px; top:= 0px; cursor: pointer; width: 100%; display: flex; align-items: center; jus= tify-content: center; } .menubar .toolbar-toggle-more { padding: 0px; vertical-align: sub; } .menubar.compact .toolbar-toggle-more::before { content: "=EE=AE=94" !impor= tant; } .monaco-progress-container { width: 100%; height: 5px; overflow: hidden; } .monaco-progress-container .progress-bit { width: 2%; height: 5px; position= : absolute; left: 0px; display: none; } .monaco-progress-container.active .progress-bit { display: inherit; } .monaco-progress-container.discrete .progress-bit { left: 0px; transition: = width 0.1s linear 0s; } .monaco-progress-container.discrete.done .progress-bit { width: 100%; } .monaco-progress-container.infinite .progress-bit { animation-name: progres= s; animation-duration: 4s; animation-iteration-count: infinite; animation-t= iming-function: linear; transform: translateZ(0px); } @keyframes progress {=20 0% { transform: translateX(0px) scaleX(1); } 50% { transform: translateX(2500%) scaleX(3); } 100% { transform: translateX(4950%) scaleX(1); } } .monaco-sash { position: absolute; z-index: 35; touch-action: none; } .monaco-sash.disabled { pointer-events: none; } .monaco-sash.vertical { cursor: ew-resize; top: 0px; width: 4px; height: 10= 0%; } .monaco-sash.mac.vertical { cursor: col-resize; } .monaco-sash.vertical.minimum { cursor: e-resize; } .monaco-sash.vertical.maximum { cursor: w-resize; } .monaco-sash.horizontal { cursor: ns-resize; left: 0px; width: 100%; height= : 4px; } .monaco-sash.mac.horizontal { cursor: row-resize; } .monaco-sash.horizontal.minimum { cursor: s-resize; } .monaco-sash.horizontal.maximum { cursor: n-resize; } .monaco-sash:not(.disabled).orthogonal-end::after, .monaco-sash:not(.disabl= ed).orthogonal-start::before { content: " "; height: 8px; width: 8px; z-ind= ex: 100; display: block; cursor: all-scroll; position: absolute; } .monaco-sash.orthogonal-start.vertical::before { left: -2px; top: -4px; } .monaco-sash.orthogonal-end.vertical::after { left: -2px; bottom: -4px; } .monaco-sash.orthogonal-start.horizontal::before { top: -2px; left: -4px; } .monaco-sash.orthogonal-end.horizontal::after { top: -2px; right: -4px; } .monaco-sash.disabled { cursor: default !important; pointer-events: none !i= mportant; } .monaco-sash.touch.vertical { width: 20px; } .monaco-sash.touch.horizontal { height: 20px; } .monaco-sash.debug { background: cyan; } .monaco-sash.debug.disabled { background: rgba(0, 255, 255, 0.2); } .monaco-sash.debug:not(.disabled).orthogonal-end::after, .monaco-sash.debug= :not(.disabled).orthogonal-start::before { background: red; } .monaco-scrollable-element > .scrollbar > .up-arrow { background: url("data= :image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTEiIHhtbG5zPSJodHRwOi8vd= 3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkuNDgwNDYsOC45NjE1bDEuMjYsLTEuMjZs= LTUuMDQsLTUuMDRsLTUuNDYsNS4wNGwxLjI2LDEuMjZsNC4yLC0zLjc4bDMuNzgsMy43OHoiIGZ= pbGw9IiM0MjQyNDIiLz48L3N2Zz4=3D"); cursor: pointer; } .monaco-scrollable-element > .scrollbar > .down-arrow { background: url("da= ta:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmc= iIHZpZXdCb3g9IjAgMCAxMSAxMSI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCA1LjQ5MD= Q1OTkxODk3NTgzLDUuODExNTAwMDcyNDc5MjQ4KSIgZmlsbD0iIzQyNDI0MiIgZD0ibTkuNDgwN= DYsOC45NjE1bDEuMjYsLTEuMjZsLTUuMDQsLTUuMDRsLTUuNDYsNS4wNGwxLjI2LDEuMjZsNC4y= LC0zLjc4bDMuNzgsMy43OHoiLz48L3N2Zz4=3D"); cursor: pointer; } .monaco-scrollable-element > .scrollbar > .left-arrow { background: url("da= ta:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmc= iIHZpZXdCb3g9IjAgMCAxMSAxMSI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDUuNDkwND= U5OTE4OTc1ODMxLDUuNDMxMzgyMTc5MjYwMjU0KSIgZmlsbD0iIzQyNDI0MiIgZD0ibTkuNDgwN= DYsOC41ODEzOGwxLjI2LC0xLjI2bC01LjA0LC01LjA0bC01LjQ2LDUuMDRsMS4yNiwxLjI2bDQu= MiwtMy43OGwzLjc4LDMuNzh6Ii8+PC9zdmc+"); cursor: pointer; } .monaco-scrollable-element > .scrollbar > .right-arrow { background: url("d= ata:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTEiIHhtbG5zPSJodHRwOi= 8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoOTAgNS42MTcxN= jUwODg2NTM1NjQ1LDUuNTU4MDg5NzMzMTIzNzgpICIgZmlsbD0iIzQyNDI0MiIgZD0ibTkuNjA3= MTcsOC43MDgwOWwxLjI2LC0xLjI2bC01LjA0LC01LjA0bC01LjQ2LDUuMDRsMS4yNiwxLjI2bDQ= uMiwtMy43OGwzLjc4LDMuNzh6Ii8+PC9zdmc+"); cursor: pointer; } .hc-black .monaco-scrollable-element > .scrollbar > .up-arrow, .vs-dark .mo= naco-scrollable-element > .scrollbar > .up-arrow { background: url("data:im= age/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTEiIHhtbG5zPSJodHRwOi8vd3d3= LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkuNDgwNDYsOC45NjE1bDEuMjYsLTEuMjZsLTU= uMDQsLTUuMDRsLTUuNDYsNS4wNGwxLjI2LDEuMjZsNC4yLC0zLjc4bDMuNzgsMy43OHoiIGZpbG= w9IiNFOEU4RTgiLz48L3N2Zz4=3D"); } .hc-black .monaco-scrollable-element > .scrollbar > .down-arrow, .vs-dark .= monaco-scrollable-element > .scrollbar > .down-arrow { background: url("dat= a:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmci= IHZpZXdCb3g9IjAgMCAxMSAxMSI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCA1LjQ5MDQ= 1OTkxODk3NTgzLDUuODExNTAwMDcyNDc5MjQ4KSIgZmlsbD0iI0U4RThFOCIgZD0ibTkuNDgwND= YsOC45NjE1bDEuMjYsLTEuMjZsLTUuMDQsLTUuMDRsLTUuNDYsNS4wNGwxLjI2LDEuMjZsNC4yL= C0zLjc4bDMuNzgsMy43OHoiLz48L3N2Zz4=3D"); } .hc-black .monaco-scrollable-element > .scrollbar > .left-arrow, .vs-dark .= monaco-scrollable-element > .scrollbar > .left-arrow { background: url("dat= a:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmci= IHZpZXdCb3g9IjAgMCAxMSAxMSI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDUuNDkwNDU= 5OTE4OTc1ODMxLDUuNDMxMzgyMTc5MjYwMjU0KSIgZmlsbD0iI0U4RThFOCIgZD0ibTkuNDgwND= YsOC41ODEzOGwxLjI2LC0xLjI2bC01LjA0LC01LjA0bC01LjQ2LDUuMDRsMS4yNiwxLjI2bDQuM= iwtMy43OGwzLjc4LDMuNzh6Ii8+PC9zdmc+"); } .hc-black .monaco-scrollable-element > .scrollbar > .right-arrow, .vs-dark = .monaco-scrollable-element > .scrollbar > .right-arrow { background: url("d= ata:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTEgMTEiIHhtbG5zPSJodHRwOi= 8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoOTAgNS42MTcxN= jUwODg2NTM1NjQ1LDUuNTU4MDg5NzMzMTIzNzgpICIgZmlsbD0iI0U4RThFOCIgZD0ibTkuNjA3= MTcsOC43MDgwOWwxLjI2LC0xLjI2bC01LjA0LC01LjA0bC01LjQ2LDUuMDRsMS4yNiwxLjI2bDQ= uMiwtMy43OGwzLjc4LDMuNzh6Ii8+PC9zdmc+"); } .monaco-scrollable-element > .visible { opacity: 1; background: transparent= ; transition: opacity 0.1s linear 0s; } .monaco-scrollable-element > .invisible { opacity: 0; pointer-events: none;= } .monaco-scrollable-element > .invisible.fade { transition: opacity 0.8s lin= ear 0s; } .monaco-scrollable-element > .shadow { position: absolute; display: none; } .monaco-scrollable-element > .shadow.top { display: block; top: 0px; left: = 3px; height: 3px; width: 100%; box-shadow: rgb(221, 221, 221) 0px 6px 6px -= 6px inset; } .monaco-scrollable-element > .shadow.left { display: block; top: 3px; left:= 0px; height: 100%; width: 3px; box-shadow: rgb(221, 221, 221) 6px 0px 6px = -6px inset; } .monaco-scrollable-element > .shadow.top-left-corner { display: block; top:= 0px; left: 0px; height: 3px; width: 3px; } .monaco-scrollable-element > .shadow.top.left { box-shadow: rgb(221, 221, 2= 21) 6px 6px 6px -6px inset; } .vs .monaco-scrollable-element > .scrollbar > .slider { background: rgba(99= , 99, 99, 0.4); } .vs-dark .monaco-scrollable-element > .scrollbar > .slider { background: rg= ba(120, 120, 120, 0.4); } .hc-black .monaco-scrollable-element > .scrollbar > .slider { background: r= gba(111, 195, 223, 0.6); } .monaco-scrollable-element > .scrollbar > .slider:hover { background: rgba(= 99, 99, 99, 0.7); } .hc-black .monaco-scrollable-element > .scrollbar > .slider:hover { backgro= und: rgba(111, 195, 223, 0.8); } .monaco-scrollable-element > .scrollbar > .slider.active { background: rgba= (0, 0, 0, 0.6); } .vs-dark .monaco-scrollable-element > .scrollbar > .slider.active { backgro= und: rgba(191, 191, 191, 0.4); } .hc-black .monaco-scrollable-element > .scrollbar > .slider.active { backgr= ound: rgb(111, 195, 223); } .vs-dark .monaco-scrollable-element .shadow.top { box-shadow: none; } .vs-dark .monaco-scrollable-element .shadow.left { box-shadow: rgb(0, 0, 0)= 6px 0px 6px -6px inset; } .vs-dark .monaco-scrollable-element .shadow.top.left { box-shadow: rgb(0, 0= , 0) 6px 6px 6px -6px inset; } .hc-black .monaco-scrollable-element .shadow.left, .hc-black .monaco-scroll= able-element .shadow.top, .hc-black .monaco-scrollable-element .shadow.top.= left { box-shadow: none; } .monaco-split-view2 { position: relative; width: 100%; height: 100%; } .monaco-split-view2 > .sash-container { position: absolute; width: 100%; he= ight: 100%; pointer-events: none; } .monaco-split-view2 > .sash-container > .monaco-sash { pointer-events: auto= ; } .monaco-split-view2 > .split-view-container { width: 100%; height: 100%; wh= ite-space: nowrap; position: relative; } .monaco-split-view2 > .split-view-container > .split-view-view { white-spac= e: normal; position: absolute; } .monaco-split-view2 > .split-view-container > .split-view-view:not(.visible= ) { display: none; } .monaco-split-view2.vertical > .split-view-container > .split-view-view { w= idth: 100%; } .monaco-split-view2.horizontal > .split-view-container > .split-view-view {= height: 100%; } .monaco-split-view2.separator-border > .split-view-container > .split-view-= view:not(:first-child)::before { content: " "; position: absolute; top: 0px= ; left: 0px; z-index: 5; pointer-events: none; background-color: var(--sepa= rator-border); } .monaco-split-view2.separator-border.horizontal > .split-view-container > .= split-view-view:not(:first-child)::before { height: 100%; width: 1px; } .monaco-split-view2.separator-border.vertical > .split-view-container > .sp= lit-view-view:not(:first-child)::before { height: 1px; width: 100%; } .monaco-tl-row { display: flex; height: 100%; align-items: center; position= : relative; } .monaco-tl-indent { height: 100%; position: absolute; top: 0px; left: 16px;= pointer-events: none; } .hide-arrows .monaco-tl-indent { left: 12px; } .monaco-tl-indent > .indent-guide { display: inline-block; box-sizing: bord= er-box; height: 100%; border-left: 1px solid transparent; transition: borde= r-color 0.1s linear 0s; } .monaco-tl-contents, .monaco-tl-twistie { height: 100%; } .monaco-tl-twistie { font-size: 10px; text-align: right; padding-right: 6px= ; flex-shrink: 0; width: 16px; align-items: center; justify-content: center= ; transform: translateX(3px); display: flex !important; color: inherit !imp= ortant; } .monaco-tl-contents { flex: 1 1 0%; overflow: hidden; } .monaco-tl-twistie.collapsed::before { transform: rotate(-90deg); } .monaco-tl-twistie.codicon-loading::before { animation: 1.25s linear 0s inf= inite normal none running codicon-spin; } .monaco-quick-open-widget { position: absolute; width: 600px; z-index: 2000= ; padding-bottom: 6px; left: 50%; margin-left: -300px; } .monaco-quick-open-widget .monaco-progress-container { position: absolute; = left: 0px; top: 38px; z-index: 1; height: 2px; } .monaco-quick-open-widget .monaco-progress-container .progress-bit { height= : 2px; } .monaco-quick-open-widget .quick-open-input { width: 588px; border: none; m= argin: 6px; } .monaco-quick-open-widget .quick-open-input .monaco-inputbox { width: 100%;= height: 25px; } .monaco-quick-open-widget .quick-open-result-count { position: absolute; le= ft: -10000px; } .monaco-quick-open-widget .quick-open-tree { line-height: 22px; } .monaco-quick-open-widget .quick-open-tree .monaco-tree-row > .content > .s= ub-content { overflow: hidden; } .monaco-quick-open-widget.content-changing .quick-open-tree .monaco-scrolla= ble-element .slider { display: none; } .monaco-quick-open-widget .quick-open-tree .quick-open-entry { overflow: hi= dden; text-overflow: ellipsis; display: flex; flex-direction: column; heigh= t: 100%; } .monaco-quick-open-widget .quick-open-tree .quick-open-entry > .quick-open-= row { display: flex; align-items: center; } .monaco-quick-open-widget .quick-open-tree .quick-open-entry .quick-open-en= try-icon { overflow: hidden; width: 16px; height: 16px; margin-right: 4px; = display: flex; align-items: center; vertical-align: middle; flex-shrink: 0;= } .monaco-quick-open-widget .quick-open-tree .monaco-icon-label, .monaco-quic= k-open-widget .quick-open-tree .monaco-icon-label .monaco-icon-label-contai= ner > .monaco-icon-name-container { flex: 1 1 0%; } .monaco-quick-open-widget .quick-open-tree .quick-open-entry .monaco-highli= ghted-label span { opacity: 1; } .monaco-quick-open-widget .quick-open-tree .quick-open-entry .monaco-highli= ghted-label .codicon { vertical-align: sub; } .monaco-quick-open-widget .quick-open-tree .quick-open-entry-meta { opacity= : 0.7; line-height: normal; } .monaco-quick-open-widget .quick-open-tree .content.has-group-label .quick-= open-entry-keybinding { margin-right: 8px; } .monaco-quick-open-widget .quick-open-tree .quick-open-entry-keybinding .mo= naco-keybinding-key { vertical-align: text-bottom; } .monaco-quick-open-widget .quick-open-tree .results-group { margin-right: 1= 8px; } .monaco-quick-open-widget .quick-open-tree .focused .monaco-tree-row.focuse= d > .content.has-actions > .results-group, .monaco-quick-open-widget .quick= -open-tree .monaco-tree-row.focused > .content.has-actions > .results-group= , .monaco-quick-open-widget .quick-open-tree .monaco-tree-row:hover:not(.hi= ghlighted) > .content.has-actions > .results-group { margin-right: 0px; } .monaco-quick-open-widget .quick-open-tree .results-group-separator { borde= r-top-width: 1px; border-top-style: solid; box-sizing: border-box; margin-l= eft: -11px; padding-left: 11px; } .monaco-tree .monaco-tree-row > .content.actions { position: relative; disp= lay: flex; } .monaco-tree .monaco-tree-row > .content.actions > .sub-content { flex: 1 1= 0%; } .monaco-tree .monaco-tree-row > .content.actions .action-item { margin: 0px= ; } .monaco-tree .monaco-tree-row > .content.actions > .primary-action-bar { li= ne-height: 22px; display: none; padding: 0px 0.8em 0px 0.4em; } .monaco-tree .monaco-tree-row.focused > .content.has-actions > .primary-act= ion-bar { width: 0px; display: block; } .monaco-tree.focused .monaco-tree-row.focused > .content.has-actions > .pri= mary-action-bar, .monaco-tree .monaco-tree-row:hover:not(.highlighted) > .c= ontent.has-actions > .primary-action-bar, .monaco-tree .monaco-tree-row > .= content.has-actions.more > .primary-action-bar { width: inherit; display: b= lock; } .monaco-tree .monaco-tree-row > .content.actions > .primary-action-bar .act= ion-label { margin-right: 0.4em; margin-top: 4px; background-repeat: no-rep= eat; width: 16px; height: 16px; } .monaco-quick-open-widget .quick-open-tree .monaco-highlighted-label .highl= ight { font-weight: 700; } .monaco-tree { height: 100%; width: 100%; white-space: nowrap; user-select:= none; position: relative; } .monaco-tree > .monaco-scrollable-element { height: 100%; } .monaco-tree > .monaco-scrollable-element > .monaco-tree-wrapper { height: = 100%; width: 100%; position: relative; } .monaco-tree .monaco-tree-rows { position: absolute; width: 100%; height: 1= 00%; } .monaco-tree .monaco-tree-rows > .monaco-tree-row { box-sizing: border-box;= cursor: pointer; overflow: hidden; width: 100%; touch-action: none; } .monaco-tree .monaco-tree-rows > .monaco-tree-row > .content { position: re= lative; height: 100%; } .monaco-tree-drag-image { display: inline-block; padding: 1px 7px; border-r= adius: 10px; font-size: 12px; position: absolute; } .monaco-tree .monaco-tree-rows > .monaco-tree-row.scrolling { display: none= ; } .monaco-tree.highlighted .monaco-tree-rows > .monaco-tree-row:not(.highligh= ted) { opacity: 0.3; } .monaco-editor .inputarea { min-width: 0px; min-height: 0px; margin: 0px; p= adding: 0px; position: absolute; resize: none; border: none; overflow: hidd= en; color: transparent; background-color: transparent; outline: none !impor= tant; } .monaco-editor .inputarea.ime-input { z-index: 10; } .monaco-editor .margin-view-overlays .current-line, .monaco-editor .view-ov= erlays .current-line { display: block; position: absolute; left: 0px; top: = 0px; box-sizing: border-box; } .monaco-editor .margin-view-overlays .current-line.current-line-margin.curr= ent-line-margin-both { border-right: 0px; } .monaco-editor .lines-content .cdr { position: absolute; } .monaco-editor .glyph-margin { position: absolute; top: 0px; } .monaco-editor .margin-view-overlays .cgmr { position: absolute; display: f= lex; align-items: center; justify-content: center; } .monaco-editor .lines-content .cigr, .monaco-editor .lines-content .cigra {= position: absolute; } .monaco-editor .margin-view-overlays .line-numbers { position: absolute; te= xt-align: right; display: inline-block; vertical-align: middle; box-sizing:= border-box; cursor: default; height: 100%; } .monaco-editor .relative-current-line-number { text-align: left; display: i= nline-block; width: 100%; } .monaco-editor .margin-view-overlays .line-numbers.lh-odd { margin-top: 1px= ; } .monaco-editor.no-user-select .lines-content, .monaco-editor.no-user-select= .view-line, .monaco-editor.no-user-select .view-lines { user-select: none;= } .monaco-editor .view-lines { cursor: text; white-space: nowrap; } .monaco-editor.hc-black.mac .view-lines, .monaco-editor.vs-dark.mac .view-l= ines { cursor: -webkit-image-set(url("data:image/png;base64,iVBORw0KGgoAAAA= NSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAL0lEQVQoz2NgCD3x//9/BhBYBWdhgFVAiVW4JBFKGI= a4AqD0//9D3pt4I4tAdAMAHTQ/j5Zom30AAAAASUVORK5CYII=3D") 1x, url("data:image/= png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAz0lEQVRIx2NgYGBY= /R8I/vx5eelX3n82IJ9FxGf6tksvf/8FiTMQAcAGQMDvSwu09abffY8QYSAScNk45G198eX//ye= v73/4///701eh//kZSARckrNBRvz//+8+6ZohwCzjGNjdgQxkAg7B9WADeBjIBqtJCbhRA0YNoI= kBSNmaPEMoNmA0FkYNoFKhapJ6FGyAH3nauaSmPfwI0v/3OukVi0CIZ+F25KrtYcx/CTIy0e+rC= 7R1Z4KMICVTQQ14feVXIbR695u14+Ir4gwAAD49E54wc1kWAAAAAElFTkSuQmCC") 2x) 5 8, = text; } .monaco-editor .view-line { position: absolute; width: 100%; } .monaco-editor .lines-decorations { position: absolute; top: 0px; backgroun= d: rgb(255, 255, 255); } .monaco-editor .margin-view-overlays .cldr { position: absolute; height: 10= 0%; } .monaco-editor .margin-view-overlays .cmdr { position: absolute; left: 0px;= width: 100%; height: 100%; } .monaco-editor .minimap.slider-mouseover .minimap-slider { opacity: 0; tran= sition: opacity 0.1s linear 0s; } .monaco-editor .minimap.slider-mouseover .minimap-slider.active, .monaco-ed= itor .minimap.slider-mouseover:hover .minimap-slider { opacity: 1; } .monaco-editor .minimap-shadow-hidden { position: absolute; width: 0px; } .monaco-editor .minimap-shadow-visible { position: absolute; left: -6px; wi= dth: 6px; } .monaco-editor .overlayWidgets { position: absolute; top: 0px; left: 0px; } .monaco-editor .view-ruler { position: absolute; top: 0px; } .monaco-editor .scroll-decoration { position: absolute; top: 0px; left: 0px= ; height: 6px; } .monaco-editor .lines-content .cslr { position: absolute; } .monaco-editor .top-left-radius { border-top-left-radius: 3px; } .monaco-editor .bottom-left-radius { border-bottom-left-radius: 3px; } .monaco-editor .top-right-radius { border-top-right-radius: 3px; } .monaco-editor .bottom-right-radius { border-bottom-right-radius: 3px; } .monaco-editor.hc-black .top-left-radius { border-top-left-radius: 0px; } .monaco-editor.hc-black .bottom-left-radius { border-bottom-left-radius: 0p= x; } .monaco-editor.hc-black .top-right-radius { border-top-right-radius: 0px; } .monaco-editor.hc-black .bottom-right-radius { border-bottom-right-radius: = 0px; } .monaco-editor .cursors-layer { position: absolute; top: 0px; } .monaco-editor .cursors-layer > .cursor { position: absolute; cursor: text;= overflow: hidden; } .monaco-editor .cursors-layer.cursor-smooth-caret-animation > .cursor { tra= nsition: all 80ms ease 0s; } .monaco-editor .cursors-layer.cursor-block-outline-style > .cursor { box-si= zing: border-box; border-style: solid; border-width: 1px; background: trans= parent !important; } .monaco-editor .cursors-layer.cursor-underline-style > .cursor { border-bot= tom-width: 2px; border-bottom-style: solid; box-sizing: border-box; backgro= und: transparent !important; } .monaco-editor .cursors-layer.cursor-underline-thin-style > .cursor { borde= r-bottom-width: 1px; border-bottom-style: solid; box-sizing: border-box; ba= ckground: transparent !important; } @keyframes monaco-cursor-smooth {=20 0%, 20% { opacity: 1; } 60%, 100% { opacity: 0; } } @keyframes monaco-cursor-phase {=20 0%, 20% { opacity: 1; } 90%, 100% { opacity: 0; } } @keyframes monaco-cursor-expand {=20 0%, 20% { transform: scaleY(1); } 80%, 100% { transform: scaleY(0); } } .cursor-smooth { animation: 0.5s ease-in-out 0s 20 alternate none running m= onaco-cursor-smooth; } .cursor-phase { animation: 0.5s ease-in-out 0s 20 alternate none running mo= naco-cursor-phase; } .cursor-expand > .cursor { animation: 0.5s ease-in-out 0s 20 alternate none= running monaco-cursor-expand; } .monaco-diff-editor .diffOverview { z-index: 9; } .monaco-diff-editor.vs .diffOverview { background: rgba(0, 0, 0, 0.03); } .monaco-diff-editor.vs-dark .diffOverview { background: rgba(255, 255, 255,= 0.01); } .monaco-diff-editor .diffViewport { box-shadow: rgb(185, 185, 185) 0px 0px = 1px 0px inset; background: rgba(0, 0, 0, 0.1); } .monaco-diff-editor.hc-black .diffViewport, .monaco-diff-editor.vs-dark .di= ffViewport { background: rgba(255, 255, 255, 0.1); } .monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark .scrollba= r, .monaco-scrollable-element.modified-in-monaco-diff-editor.vs .scrollbar = { background: transparent; } .monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black .scrollb= ar { background: none; } .monaco-scrollable-element.modified-in-monaco-diff-editor .slider { z-index= : 10; } .modified-in-monaco-diff-editor .slider.active { background: rgba(171, 171,= 171, 0.4); } .modified-in-monaco-diff-editor.hc-black .slider.active { background: none;= } .monaco-diff-editor .delete-sign, .monaco-diff-editor .insert-sign, .monaco= -editor .delete-sign, .monaco-editor .insert-sign { align-items: center; fo= nt-size: 11px !important; opacity: 0.7 !important; display: flex !important= ; } .monaco-diff-editor.hc-black .delete-sign, .monaco-diff-editor.hc-black .in= sert-sign, .monaco-editor.hc-black .delete-sign, .monaco-editor.hc-black .i= nsert-sign { opacity: 1; } .monaco-editor .inline-added-margin-view-zone, .monaco-editor .inline-delet= ed-margin-view-zone { text-align: right; } .monaco-editor .diagonal-fill { background: url("data:image/png;base64,iVBO= Rw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv= 8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41Lj= EwMPRyoQAAAChJREFUKFNjOH/+fAMDDgCSu3Dhwn9c8gwwBTgNGR4KQP4HhQOhsAIAZCBTkhtqe= PcAAAAASUVORK5CYII=3D"); } .monaco-editor.vs-dark .diagonal-fill { opacity: 0.2; } .monaco-editor.hc-black .diagonal-fill { background: none; } .monaco-editor .view-zones .view-lines .view-line span { display: inline-bl= ock; } .monaco-editor .margin-view-zones .lightbulb-glyph:hover { cursor: pointer;= } .monaco-diff-editor .diff-review-line-number { text-align: right; display: = inline-block; } .monaco-diff-editor .diff-review { position: absolute; user-select: none; } .monaco-diff-editor .diff-review-summary { padding-left: 10px; } .monaco-diff-editor .diff-review-shadow { position: absolute; } .monaco-diff-editor .diff-review-row { white-space: pre; } .monaco-diff-editor .diff-review-table { display: table; min-width: 100%; } .monaco-diff-editor .diff-review-row { display: table-row; width: 100%; } .monaco-diff-editor .diff-review-cell { display: table-cell; } .monaco-diff-editor .diff-review-spacer { display: inline-block; width: 10p= x; } .monaco-diff-editor .diff-review-actions { display: inline-block; position:= absolute; right: 10px; top: 2px; } .monaco-diff-editor .diff-review-actions .action-label { width: 16px; heigh= t: 16px; margin: 2px 0px; } ::-ms-clear { display: none; } .monaco-editor .editor-widget input { color: inherit; } .monaco-editor { position: relative; overflow: visible; text-size-adjust: 1= 00%; } .monaco-editor .overflow-guard { position: relative; overflow: hidden; } .monaco-editor .view-overlays { position: absolute; top: 0px; } .monaco-editor .bracket-match { box-sizing: border-box; } .monaco-menu .monaco-action-bar.vertical .action-label.hover { background-c= olor: rgb(238, 238, 238); } .monaco-editor .codicon-lightbulb, .monaco-editor .lightbulb-glyph { displa= y: flex; align-items: center; justify-content: center; height: 16px; width:= 20px; padding-left: 2px; } .monaco-editor .codicon-lightbulb:hover, .monaco-editor .lightbulb-glyph:ho= ver { cursor: pointer; } .monaco-editor .codelens-decoration { overflow: hidden; display: inline-blo= ck; text-overflow: ellipsis; } .monaco-editor .codelens-decoration > a, .monaco-editor .codelens-decoratio= n > span { user-select: none; white-space: nowrap; vertical-align: sub; } .monaco-editor .codelens-decoration > a { text-decoration: none; } .monaco-editor .codelens-decoration > a:hover { cursor: pointer; } .monaco-editor .codelens-decoration .codicon { vertical-align: middle; colo= r: currentcolor !important; } .monaco-editor .codelens-decoration > a:hover .codicon::before { cursor: po= inter; } @keyframes fadein {=20 0% { opacity: 0; visibility: visible; } 100% { opacity: 1; } } .monaco-editor .codelens-decoration.fadein { animation: 0.1s linear 0s 1 no= rmal none running fadein; } .colorpicker-widget { height: 190px; user-select: none; } .monaco-editor .colorpicker-hover:focus { outline: none; } .colorpicker-header { display: flex; height: 24px; position: relative; back= ground: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp= 8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA= ZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMa= YAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=3D") 0% 0% / 9px 9px; image-rende= ring: pixelated; } .colorpicker-header .picked-color { width: 216px; line-height: 24px; cursor= : pointer; color: rgb(255, 255, 255); flex: 1 1 0%; text-align: center; } .colorpicker-header .picked-color.light { color: rgb(0, 0, 0); } .colorpicker-header .original-color { width: 74px; z-index: inherit; cursor= : pointer; } .colorpicker-body { display: flex; padding: 8px; position: relative; } .colorpicker-body .saturation-wrap { overflow: hidden; height: 150px; posit= ion: relative; min-width: 220px; flex: 1 1 0%; } .colorpicker-body .saturation-box { height: 150px; position: absolute; } .colorpicker-body .saturation-selection { width: 9px; height: 9px; margin: = -5px 0px 0px -5px; border: 1px solid rgb(255, 255, 255); border-radius: 100= %; box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 2px; position: absolute; } .colorpicker-body .strip { width: 25px; height: 150px; } .colorpicker-body .hue-strip { position: relative; margin-left: 8px; cursor= : grab; background: linear-gradient(red 0px, rgb(255, 255, 0) 17%, rgb(0, 2= 55, 0) 33%, rgb(0, 255, 255) 50%, rgb(0, 0, 255) 67%, rgb(255, 0, 255) 83%,= red); } .colorpicker-body .opacity-strip { position: relative; margin-left: 8px; cu= rsor: grab; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA= AAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsM= AAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2= PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=3D") 0% 0% / 9px = 9px; image-rendering: pixelated; } .colorpicker-body .strip.grabbing { cursor: grabbing; } .colorpicker-body .slider { position: absolute; top: 0px; left: -2px; width= : calc(100% + 4px); height: 4px; box-sizing: border-box; border: 1px solid = rgba(255, 255, 255, 0.71); box-shadow: rgba(0, 0, 0, 0.85) 0px 0px 1px; } .colorpicker-body .strip .overlay { height: 150px; pointer-events: none; } .monaco-editor.vs .dnd-target { border-right: 2px dotted rgb(0, 0, 0); colo= r: rgb(255, 255, 255); } .monaco-editor.vs-dark .dnd-target { border-right: 2px dotted rgb(174, 175,= 173); color: rgb(81, 80, 79); } .monaco-editor.hc-black .dnd-target { border-right: 2px dotted rgb(255, 255= , 255); color: rgb(0, 0, 0); } .monaco-editor.hc-black.mac.mouse-default .view-lines, .monaco-editor.mouse= -default .view-lines, .monaco-editor.vs-dark.mac.mouse-default .view-lines = { cursor: default; } .monaco-editor.hc-black.mac.mouse-copy .view-lines, .monaco-editor.mouse-co= py .view-lines, .monaco-editor.vs-dark.mac.mouse-copy .view-lines { cursor:= copy; } .monaco-list .monaco-list-row.focused.selected .outline-element-decoration,= .monaco-list .monaco-list-row.focused.selected .outline-element .monaco-hi= ghlighted-label { color: inherit !important; } .monaco-list .outline-element { display: flex; flex: 1 1 0%; flex-flow: row= nowrap; align-items: center; } .monaco-list .outline-element .monaco-highlighted-label { color: var(--outl= ine-element-color); } .monaco-tree .monaco-tree-row.focused .outline-element .outline-element-det= ail { visibility: inherit; } .monaco-list .outline-element .outline-element-decoration { opacity: 0.75; = font-size: 90%; font-weight: 600; padding: 0px 12px 0px 5px; margin-left: a= uto; text-align: center; color: var(--outline-element-color); } .monaco-list .outline-element .outline-element-decoration.bubble { font-fam= ily: codicon; font-size: 14px; opacity: 0.4; } .monaco-list .outline-element .outline-element-icon { margin-right: 4px; } .monaco-icon-label.deprecated { text-decoration: line-through; opacity: 0.6= 6; } .monaco-editor .find-widget { position: absolute; z-index: 10; height: 33px= ; overflow: hidden; line-height: 19px; transition: transform 0.2s linear 0s= ; padding: 0px 4px; box-sizing: border-box; transform: translateY(calc(-100= % - 10px)); } .monaco-editor .find-widget textarea { margin: 0px; } .monaco-editor .find-widget.hiddenEditor { display: none; } .monaco-editor .find-widget.replaceToggled > .replace-part { display: flex;= } .monaco-editor .find-widget.visible { transform: translateY(0px); } .monaco-editor .find-widget .monaco-inputbox.synthetic-focus { outline: -we= bkit-focus-ring-color solid 1px; outline-offset: -1px; } .monaco-editor .find-widget .monaco-inputbox .input { background-color: tra= nsparent; min-height: 0px; } .monaco-editor .find-widget .monaco-findInput .input { font-size: 13px; } .monaco-editor .find-widget > .find-part, .monaco-editor .find-widget > .re= place-part { margin: 4px 0px 0px 17px; font-size: 12px; display: flex; } .monaco-editor .find-widget > .find-part .monaco-inputbox, .monaco-editor .= find-widget > .replace-part .monaco-inputbox { min-height: 25px; } .monaco-editor .find-widget > .replace-part .monaco-inputbox > .wrapper > .= mirror { padding-right: 22px; } .monaco-editor .find-widget > .find-part .monaco-inputbox > .wrapper > .inp= ut, .monaco-editor .find-widget > .find-part .monaco-inputbox > .wrapper > = .mirror, .monaco-editor .find-widget > .replace-part .monaco-inputbox > .wr= apper > .input, .monaco-editor .find-widget > .replace-part .monaco-inputbo= x > .wrapper > .mirror { padding-top: 2px; padding-bottom: 2px; } .monaco-editor .find-widget > .find-part .find-actions, .monaco-editor .fin= d-widget > .replace-part .replace-actions { height: 25px; display: flex; al= ign-items: center; } .monaco-editor .find-widget .monaco-findInput { vertical-align: middle; dis= play: flex; flex: 1 1 0%; } .monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element { = width: 100%; } .monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .s= crollbar.vertical { opacity: 0; } .monaco-editor .find-widget .matchesCount { display: flex; flex: initial; m= argin: 0px 0px 0px 3px; padding: 2px 0px 0px 2px; height: 25px; vertical-al= ign: middle; box-sizing: border-box; text-align: center; line-height: 23px;= } .monaco-editor .find-widget .button { width: 20px; height: 20px; flex: init= ial; margin-left: 3px; background-position: 50% center; background-repeat: = no-repeat; cursor: pointer; display: flex; align-items: center; justify-con= tent: center; } .monaco-editor .find-widget .button:not(.disabled):hover { background-color= : rgba(0, 0, 0, 0.1); } .monaco-editor .find-widget .button.left { margin-left: 0px; margin-right: = 3px; } .monaco-editor .find-widget .button.wide { width: auto; padding: 1px 6px; t= op: -1px; } .monaco-editor .find-widget .button.toggle { position: absolute; top: 0px; = left: 3px; width: 18px; height: 100%; box-sizing: border-box; } .monaco-editor .find-widget .button.toggle.disabled { display: none; } .monaco-editor .find-widget .disabled { opacity: 0.3; cursor: default; } .monaco-editor .find-widget > .replace-part { display: none; } .monaco-editor .find-widget > .replace-part > .monaco-findInput { position:= relative; display: flex; vertical-align: middle; flex: 0 0 auto; } .monaco-editor .find-widget > .replace-part > .monaco-findInput > .controls= { position: absolute; top: 3px; right: 2px; } .monaco-editor .find-widget.reduced-find-widget .matchesCount { display: no= ne; } .monaco-editor .find-widget.narrow-find-widget { max-width: 257px !importan= t; } .monaco-editor .find-widget.collapsed-find-widget { max-width: 170px !impor= tant; } .monaco-editor .find-widget.collapsed-find-widget .button.next, .monaco-edi= tor .find-widget.collapsed-find-widget .button.previous, .monaco-editor .fi= nd-widget.collapsed-find-widget .button.replace, .monaco-editor .find-widge= t.collapsed-find-widget .button.replace-all, .monaco-editor .find-widget.co= llapsed-find-widget > .find-part .monaco-findInput .controls { display: non= e; } .monaco-editor .findMatch { animation-name: inherit !important; } .monaco-editor .find-widget .monaco-sash { margin-left: -4px; width: 2px !i= mportant; } .monaco-editor.hc-black .find-widget .button:not(.disabled):hover, .monaco-= editor.vs-dark .find-widget .button:not(.disabled):hover { background-color= : rgba(255, 255, 255, 0.1); } .monaco-editor.hc-black .find-widget .button::before { position: relative; = top: 1px; left: 2px; } .monaco-editor .margin-view-overlays .codicon-chevron-down, .monaco-editor = .margin-view-overlays .codicon-chevron-right { cursor: pointer; opacity: 0;= transition: opacity 0.5s ease 0s; display: flex; align-items: center; just= ify-content: center; font-size: 140%; margin-left: 2px; } .monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons, .monaco-= editor .margin-view-overlays .codicon.codicon-chevron-right, .monaco-editor= .margin-view-overlays:hover .codicon { opacity: 1; } .monaco-editor .inline-folded::after { color: grey; margin: 0.1em 0.2em 0px= ; content: "=E2=8B=AF"; display: inline; line-height: 1em; cursor: pointer;= } .monaco-editor .peekview-widget .head .peekview-title .severity-icon { disp= lay: inline-block; vertical-align: text-top; margin-right: 4px; } .monaco-editor .marker-widget { text-overflow: ellipsis; white-space: nowra= p; } .monaco-editor .marker-widget > .stale { opacity: 0.6; font-style: italic; = } .monaco-editor .marker-widget .title { display: inline-block; padding-right= : 5px; } .monaco-editor .marker-widget .descriptioncontainer { position: absolute; w= hite-space: pre; user-select: text; padding: 8px 12px 0px 20px; } .monaco-editor .marker-widget .descriptioncontainer .message { display: fle= x; flex-direction: column; } .monaco-editor .marker-widget .descriptioncontainer .message .details { pad= ding-left: 6px; } .monaco-editor .marker-widget .descriptioncontainer .message .source, .mona= co-editor .marker-widget .descriptioncontainer .message span.code { opacity= : 0.6; } .monaco-editor .marker-widget .descriptioncontainer .message a.code-link { = opacity: 0.6; color: inherit; } .monaco-editor .marker-widget .descriptioncontainer .message a.code-link::b= efore { content: "("; } .monaco-editor .marker-widget .descriptioncontainer .message a.code-link::a= fter { content: ")"; } .monaco-editor .marker-widget .descriptioncontainer .message a.code-link > = span { text-decoration: underline; border-bottom: 1px solid transparent; te= xt-underline-position: under; } .monaco-editor .marker-widget .descriptioncontainer .filename { cursor: poi= nter; } .monaco-editor .goto-definition-link { text-decoration: underline; cursor: = pointer; } .monaco-editor .zone-widget .zone-widget-container.reference-zone-widget { = border-top-width: 1px; border-bottom-width: 1px; } .monaco-editor .reference-zone-widget .inline { display: inline-block; vert= ical-align: top; } .monaco-editor .reference-zone-widget .messages { height: 100%; width: 100%= ; text-align: center; padding: 3em 0px; } .monaco-editor .reference-zone-widget .ref-tree { line-height: 23px; } .monaco-editor .reference-zone-widget .ref-tree .reference { text-overflow:= ellipsis; overflow: hidden; } .monaco-editor .reference-zone-widget .ref-tree .reference-file { display: = inline-flex; width: 100%; height: 100%; } .monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selecte= d .reference-file { color: inherit !important; } .monaco-editor .reference-zone-widget .ref-tree .reference-file .count { ma= rgin-right: 12px; margin-left: auto; } .monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file { = font-weight: 700; } .monaco-editor-hover { cursor: default; position: absolute; overflow: hidde= n; z-index: 50; user-select: text; box-sizing: initial; animation: 0.1s lin= ear 0s 1 normal none running fadein; line-height: 1.5em; } .monaco-editor-hover.hidden { display: none; } .monaco-editor-hover .hover-contents { padding: 4px 8px; } .monaco-editor-hover .markdown-hover > .hover-contents:not(.code-hover-cont= ents) { max-width: 500px; overflow-wrap: break-word; } .monaco-editor-hover .markdown-hover > .hover-contents:not(.code-hover-cont= ents) hr { min-width: 100vw; } .monaco-editor-hover p, .monaco-editor-hover ul { margin: 8px 0px; } .monaco-editor-hover code { font-family: var(--monaco-monospace-font); } .monaco-editor-hover hr { margin: 4px -10px -6px; height: 1px; } .monaco-editor-hover p:first-child, .monaco-editor-hover ul:first-child { m= argin-top: 0px; } .monaco-editor-hover p:last-child, .monaco-editor-hover ul:last-child { mar= gin-bottom: 0px; } .monaco-editor-hover ol, .monaco-editor-hover ul { padding-left: 20px; } .monaco-editor-hover li > p { margin-bottom: 0px; } .monaco-editor-hover li > ul { margin-top: 0px; } .monaco-editor-hover code { border-radius: 3px; padding: 0px 0.4em; } .monaco-editor-hover .monaco-tokenized-source { white-space: pre-wrap; word= -break: break-all; } .monaco-editor-hover .hover-row.status-bar { font-size: 12px; line-height: = 22px; } .monaco-editor-hover .hover-row.status-bar .actions { display: flex; paddin= g: 0px 8px; } .monaco-editor-hover .hover-row.status-bar .actions .action-container { mar= gin-right: 16px; cursor: pointer; } .monaco-editor-hover .hover-row.status-bar .actions .action-container .acti= on .icon { padding-right: 4px; } .monaco-editor-hover .markdown-hover .hover-contents .codicon { color: inhe= rit; font-size: inherit; vertical-align: middle; } .monaco-editor-hover .hover-contents a.code-link::before { content: "("; } .monaco-editor-hover .hover-contents a.code-link::after { content: ")"; } .monaco-editor-hover .hover-contents a.code-link { color: inherit; } .monaco-editor-hover .hover-contents a.code-link > span { border-bottom: 1p= x solid transparent; } .monaco-editor-hover .hover-contents a.code-link > span, .monaco-editor .de= tected-link, .monaco-editor .detected-link-active { text-decoration: underl= ine; text-underline-position: under; } .monaco-editor .detected-link-active { cursor: pointer; } .monaco-editor .monaco-editor-overlaymessage { padding-bottom: 8px; } @keyframes fadeIn {=20 0% { opacity: 0; } 100% { opacity: 1; } } .monaco-editor .monaco-editor-overlaymessage.fadeIn { animation: 0.15s ease= -out 0s 1 normal none running fadeIn; } @keyframes fadeOut {=20 0% { opacity: 1; } 100% { opacity: 0; } } .monaco-editor .monaco-editor-overlaymessage.fadeOut { animation: 0.1s ease= -out 0s 1 normal none running fadeOut; } .monaco-editor .monaco-editor-overlaymessage .message { padding: 1px 4px; } .monaco-editor .monaco-editor-overlaymessage .anchor { border: 8px solid tr= ansparent; z-index: 1000; position: absolute; width: 0px !important; height= : 0px !important; } .monaco-editor .parameter-hints-widget { z-index: 10; display: flex; flex-d= irection: column; line-height: 1.5em; } .monaco-editor .parameter-hints-widget > .wrapper { max-width: 440px; displ= ay: flex; flex-direction: row; } .monaco-editor .parameter-hints-widget.multiple { min-height: 3.3em; paddin= g: 0px; } .monaco-editor .parameter-hints-widget.visible { transition: left 0.05s eas= e-in-out 0s; } .monaco-editor .parameter-hints-widget p, .monaco-editor .parameter-hints-w= idget ul { margin: 8px 0px; } .monaco-editor .parameter-hints-widget .body, .monaco-editor .parameter-hin= ts-widget .monaco-scrollable-element { display: flex; flex-direction: colum= n; min-height: 100%; } .monaco-editor .parameter-hints-widget .signature { padding: 4px 5px; } .monaco-editor .parameter-hints-widget .docs { padding: 0px 10px 0px 5px; w= hite-space: pre-wrap; } .monaco-editor .parameter-hints-widget .docs.empty { display: none; } .monaco-editor .parameter-hints-widget .docs .markdown-docs { white-space: = normal; } .monaco-editor .parameter-hints-widget .docs .markdown-docs code { font-fam= ily: var(--monaco-monospace-font); } .monaco-editor .parameter-hints-widget .docs .code { white-space: pre-wrap;= } .monaco-editor .parameter-hints-widget .docs code { border-radius: 3px; pad= ding: 0px 0.4em; } .monaco-editor .parameter-hints-widget .controls { display: none; flex-dire= ction: column; align-items: center; min-width: 22px; justify-content: flex-= end; } .monaco-editor .parameter-hints-widget.multiple .controls { display: flex; = padding: 0px 2px; } .monaco-editor .parameter-hints-widget.multiple .button { width: 16px; heig= ht: 16px; background-repeat: no-repeat; cursor: pointer; } .monaco-editor .parameter-hints-widget .button.previous { bottom: 24px; } .monaco-editor .parameter-hints-widget .overloads { text-align: center; hei= ght: 12px; line-height: 12px; opacity: 0.5; font-family: var(--monaco-monos= pace-font); } .monaco-editor .parameter-hints-widget .signature .parameter.active { font-= weight: 700; text-decoration: underline; } .monaco-editor .parameter-hints-widget .documentation-parameter > .paramete= r { font-weight: 700; margin-right: 0.5em; } .monaco-editor .peekview-widget .head { box-sizing: border-box; display: fl= ex; } .monaco-editor .peekview-widget .head .peekview-title { display: flex; alig= n-items: center; font-size: 13px; margin-left: 20px; cursor: pointer; } .monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty) = { font-size: 0.9em; margin-left: 0.5em; } .monaco-editor .peekview-widget .head .peekview-title .meta { white-space: = nowrap; } .monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty)::be= fore { content: "-"; padding: 0px 0.3em; } .monaco-editor .peekview-widget .head .peekview-actions { flex: 1 1 0%; tex= t-align: right; padding-right: 2px; } .monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-ba= r { display: inline-block; } .monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-ba= r, .monaco-editor .peekview-widget .head .peekview-actions > .monaco-action= -bar > .actions-container { height: 100%; } .monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-ba= r .action-item { margin-left: 4px; } .monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-ba= r .action-label { width: 16px; height: 100%; margin: 0px; line-height: inhe= rit; background-repeat: no-repeat; background-position: 50% center; } .monaco-editor .peekview-widget .head .peekview-actions > .monaco-action-ba= r .action-label.codicon { margin: 0px; } .monaco-editor .peekview-widget > .body { border-top: 1px solid; position: = relative; } .monaco-editor .peekview-widget .head .peekview-title .codicon { margin-rig= ht: 4px; } .monaco-editor .rename-box { z-index: 100; color: inherit; } .monaco-editor .rename-box.preview { padding: 3px 3px 0px; } .monaco-editor .rename-box .rename-input { padding: 3px; width: calc(100% -= 6px); } .monaco-editor .rename-box .rename-label { display: none; opacity: 0.8; } .monaco-editor .rename-box.preview .rename-label { display: inherit; } .monaco-editor .snippet-placeholder { min-width: 2px; } .monaco-editor .finish-snippet-placeholder, .monaco-editor .snippet-placeho= lder { outline-style: solid; outline-width: 1px; } .monaco-editor .suggest-widget { z-index: 40; width: 430px; } .monaco-editor .suggest-widget > .details, .monaco-editor .suggest-widget >= .message, .monaco-editor .suggest-widget > .tree { width: 100%; border-sty= le: solid; border-width: 1px; box-sizing: border-box; } .monaco-editor.hc-black .suggest-widget > .details, .monaco-editor.hc-black= .suggest-widget > .message, .monaco-editor.hc-black .suggest-widget > .tre= e { border-width: 2px; } .monaco-editor .suggest-widget.docs-side { width: 660px; } .monaco-editor .suggest-widget.docs-side > .details, .monaco-editor .sugges= t-widget.docs-side > .tree { width: 50%; float: left; } .monaco-editor .suggest-widget.docs-side.list-right > .details, .monaco-edi= tor .suggest-widget.docs-side.list-right > .tree { float: right; } .monaco-editor .suggest-widget > .details ol, .monaco-editor .suggest-widge= t > .details ul { padding-left: 20px; } .monaco-editor .suggest-widget > .details p code { font-family: var(--monac= o-monospace-font); } .monaco-editor .suggest-widget > .message { padding-left: 22px; } .monaco-editor .suggest-widget > .tree { height: 100%; } .monaco-editor .suggest-widget .monaco-list { user-select: none; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row { display: fle= x; box-sizing: border-box; padding-right: 10px; background-repeat: no-repea= t; background-position: 2px 2px; white-space: nowrap; cursor: pointer; touc= h-action: none; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents { = flex: 1 1 0%; height: 100%; overflow: hidden; padding-left: 2px; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > = .main { display: flex; overflow: hidden; text-overflow: ellipsis; white-spa= ce: pre; justify-content: space-between; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > = .main > .left, .monaco-editor .suggest-widget .monaco-list .monaco-list-row= > .contents > .main > .right { display: flex; } .monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .high= light { font-weight: 700; } .monaco-editor .suggest-widget > .suggest-status-bar { visibility: hidden; = position: absolute; left: 0px; box-sizing: border-box; display: flex; flex-= flow: row nowrap; justify-content: space-between; width: 100%; font-size: 8= 0%; border-left-width: 1px; border-left-style: solid; border-right-width: 1= px; border-right-style: solid; border-bottom-width: 1px; border-bottom-styl= e: solid; padding: 1px 8px 1px 4px; box-shadow: rgb(221, 221, 221) 0px -0.5= px 3px; } .monaco-editor .suggest-widget > .suggest-status-bar span { opacity: 0.7; } .monaco-editor .suggest-widget.list-right.docs-side > .suggest-status-bar {= left: auto; right: 0px; } .monaco-editor .suggest-widget.docs-side > .suggest-status-bar { width: 50%= ; } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y > .header > .codicon-close, .monaco-editor .suggest-widget .monaco-list .= monaco-list-row > .contents > .main > .right > .readMore::before { color: i= nherit; opacity: 1; font-size: 14px; cursor: pointer; } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y > .header > .codicon-close { position: absolute; top: 2px; right: 2px; } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y > .header > .codicon-close:hover, .monaco-editor .suggest-widget .monaco-= list .monaco-list-row > .contents > .main > .right > .readMore:hover { opac= ity: 1; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > = .main > .left > .qualifier-label, .monaco-editor .suggest-widget .monaco-li= st .monaco-list-row > .contents > .main > .left > .signature-label, .monaco= -editor .suggest-widget .monaco-list .monaco-list-row > .contents > .main >= .right > .details-label { opacity: 0.7; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > = .main > .left > .qualifier-label { margin-left: 4px; opacity: 0.4; font-siz= e: 90%; text-overflow: ellipsis; overflow: hidden; line-height: 17px; align= -self: center; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > = .main > .right > .details-label { margin-left: 0.8em; overflow: hidden; tex= t-overflow: ellipsis; white-space: nowrap; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > = .main > .right > .details-label > .monaco-tokenized-source { display: inlin= e; } .monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focu= sed > .contents > .main > .right > .details-label, .monaco-editor .suggest-= widget .monaco-list .monaco-list-row > .contents > .main > .right > .detail= s-label { display: none; } .monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focu= sed > .contents > .main > .right.always-show-details > .details-label, .mon= aco-editor .suggest-widget .monaco-list .monaco-list-row.focused > .content= s > .main > .right > .details-label, .monaco-editor .suggest-widget .monaco= -list .monaco-list-row > .contents > .main > .right.always-show-details > .= details-label { display: inline; } .monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-ro= w:hover > .contents > .main > .right.can-expand-details > .details-label { = width: calc(100% - 26px); } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > = .main > .left { flex-shrink: 1; overflow: hidden; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > = .main > .left > .monaco-icon-label { flex-shrink: 1; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > = .main > .right { overflow: hidden; flex-shrink: 0; max-width: 45%; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > = .main > .right > .readMore { display: inline-block; position: absolute; rig= ht: 10px; width: 18px; height: 18px; visibility: hidden; } .monaco-editor .suggest-widget.docs-below .monaco-list .monaco-list-row > .= contents > .main > .right > .readMore, .monaco-editor .suggest-widget.docs-= side .monaco-list .monaco-list-row > .contents > .main > .right > .readMore= { display: none !important; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row > .contents > = .main > .right:not(.always-show-details) > .readMore { display: none; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused > .con= tents > .main > .right:not(.always-show-details) > .readMore { display: inl= ine-block; } .monaco-editor .suggest-widget.docs-below .monaco-list .monaco-list-row > .= contents > .main > .right > .readMore, .monaco-editor .suggest-widget.docs-= side .monaco-list .monaco-list-row > .contents > .main > .right > .readMore= { display: none; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row:hover > .conte= nts > .main > .right > .readMore { visibility: visible; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-l= abel.deprecated { opacity: 0.66; text-decoration: unset; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-l= abel.deprecated > .monaco-icon-label-container > .monaco-icon-name-containe= r { text-decoration: line-through; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-l= abel::before { height: 100%; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon { displa= y: block; height: 16px; width: 16px; margin-left: 2px; background-repeat: n= o-repeat; background-size: 80%; background-position: 50% center; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide { d= isplay: none; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon = { display: flex; align-items: center; margin-right: 4px; } .monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon= , .monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .su= ggest-icon::before { display: none; } .monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customco= lor .colorspan { margin: 0px 0px 0px 0.3em; border: 0.1em solid rgb(0, 0, 0= ); width: 0.7em; height: 0.7em; display: inline-block; } .monaco-editor .suggest-widget .details { display: flex; flex-direction: co= lumn; cursor: default; } .monaco-editor .suggest-widget .details.no-docs { display: none; } .monaco-editor .suggest-widget.docs-below .details { border-top-width: 0px;= } .monaco-editor .suggest-widget .details > .monaco-scrollable-element { flex= : 1 1 0%; } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y { position: absolute; box-sizing: border-box; height: 100%; width: 100%; = } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y > .header > .type { flex: 2 1 0%; overflow: hidden; text-overflow: ellips= is; opacity: 0.7; word-break: break-all; margin: 0px 24px 0px 0px; padding:= 4px 0px 12px 5px; } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y > .docs { margin: 0px; padding: 4px 5px; white-space: pre-wrap; } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y > .docs.markdown-docs { padding: 0px; white-space: normal; min-height: ca= lc(1rem + 8px); } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y > .docs.markdown-docs > div, .monaco-editor .suggest-widget .details > .m= onaco-scrollable-element > .body > .docs.markdown-docs > span:not(:empty) {= padding: 4px 5px; } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y > .docs.markdown-docs > div > p:first-child { margin-top: 0px; } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y > .docs.markdown-docs > div > p:last-child { margin-bottom: 0px; } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y > .docs .code { white-space: pre-wrap; overflow-wrap: break-word; } .monaco-editor .suggest-widget .details > .monaco-scrollable-element > .bod= y > p:empty { display: none; } .monaco-editor .suggest-widget .details code { border-radius: 3px; padding:= 0px 0.4em; } .monaco-editor .suggest-insert-unexpected { font-style: italic; } .monaco-editor .suggest-widget.with-status-bar .suggest-status-bar { visibi= lity: visible; } .monaco-editor .suggest-widget.with-status-bar > .tree { margin-bottom: 18p= x; } .monaco-editor .suggest-widget.with-status-bar .suggest-status-bar span { m= in-height: 18px; } .monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-ro= w.focused > .contents > .main > .right:not(.always-show-details) > .readMor= e, .monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list= -row > .contents > .main > .right > .readMore { display: none; } .monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list= .monaco-list-row:hover > .contents > .main > .right.can-expand-details > .= details-label { width: 100%; } .monaco-editor .zone-widget { position: absolute; z-index: 10; } .monaco-editor .zone-widget .zone-widget-container { border-top-style: soli= d; border-bottom-style: solid; border-top-width: 0px; border-bottom-width: = 0px; position: relative; } .monaco-editor .accessibilityHelpWidget { padding: 10px; vertical-align: mi= ddle; overflow: scroll; } .monaco-editor .iPadShowKeyboard { width: 58px; min-width: 0px; height: 36p= x; min-height: 0px; margin: 0px; padding: 0px; position: absolute; resize: = none; overflow: hidden; background: url("data:image/svg+xml;base64,PHN2ZyB3= aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1= sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbG= lwMCkiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9I= k00OC4wMzY0IDQuMDEwNDJINC4wMDc3OUw0LjAwNzc5IDMyLjAyODZINDguMDM2NFY0LjAxMDQy= Wk00LjAwNzc5IDAuMDA3ODEyNUMxLjc5NzIxIDAuMDA3ODEyNSAwLjAwNTE4Nzk5IDEuNzk5ODQ= gMC4wMDUxODc5OSA0LjAxMDQyVjMyLjAyODZDMC4wMDUxODc5OSAzNC4yMzkyIDEuNzk3MjEgMz= YuMDMxMiA0LjAwNzc5IDM2LjAzMTJINDguMDM2NEM1MC4yNDcgMzYuMDMxMiA1Mi4wMzkgMzQuM= jM5MiA1Mi4wMzkgMzIuMDI4NlY0LjAxMDQyQzUyLjAzOSAxLjc5OTg0IDUwLjI0NyAwLjAwNzgx= MjUgNDguMDM2NCAwLjAwNzgxMjVINC4wMDc3OVpNOC4wMTA0MiA4LjAxMzAySDEyLjAxM1YxMi4= wMTU2SDguMDEwNDJWOC4wMTMwMlpNMjAuMDE4MiA4LjAxMzAySDE2LjAxNTZWMTIuMDE1NkgyMC= 4wMTgyVjguMDEzMDJaTTI0LjAyMDggOC4wMTMwMkgyOC4wMjM0VjEyLjAxNTZIMjQuMDIwOFY4L= jAxMzAyWk0zNi4wMjg2IDguMDEzMDJIMzIuMDI2VjEyLjAxNTZIMzYuMDI4NlY4LjAxMzAyWk00= MC4wMzEyIDguMDEzMDJINDQuMDMzOVYxMi4wMTU2SDQwLjAzMTJWOC4wMTMwMlpNMTYuMDE1NiA= xNi4wMTgySDguMDEwNDJWMjAuMDIwOEgxNi4wMTU2VjE2LjAxODJaTTIwLjAxODIgMTYuMDE4Mk= gyNC4wMjA4VjIwLjAyMDhIMjAuMDE4MlYxNi4wMTgyWk0zMi4wMjYgMTYuMDE4MkgyOC4wMjM0V= jIwLjAyMDhIMzIuMDI2VjE2LjAxODJaTTQ0LjAzMzkgMTYuMDE4MlYyMC4wMjA4SDM2LjAyODZW= MTYuMDE4Mkg0NC4wMzM5Wk0xMi4wMTMgMjQuMDIzNEg4LjAxMDQyVjI4LjAyNkgxMi4wMTNWMjQ= uMDIzNFpNMTYuMDE1NiAyNC4wMjM0SDM2LjAyODZWMjguMDI2SDE2LjAxNTZWMjQuMDIzNFpNND= QuMDMzOSAyNC4wMjM0SDQwLjAzMTJWMjguMDI2SDQ0LjAzMzlWMjQuMDIzNFoiIGZpbGw9IiM0M= jQyNDIiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwMCI+DQo8cmVjdCB3aWR0= aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0= KPC9zdmc+DQo=3D") 50% center no-repeat; border: 4px solid rgb(246, 246, 246= ); border-radius: 4px; } .monaco-editor.vs-dark .iPadShowKeyboard { background: url("data:image/svg+= xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIg= ZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXA= tcGF0aD0idXJsKCNjbGlwMCkiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bG= U9ImV2ZW5vZGQiIGQ9Ik00OC4wMzY0IDQuMDEwNDJINC4wMDc3OUw0LjAwNzc5IDMyLjAyODZIN= DguMDM2NFY0LjAxMDQyWk00LjAwNzc5IDAuMDA3ODEyNUMxLjc5NzIxIDAuMDA3ODEyNSAwLjAw= NTE4Nzk5IDEuNzk5ODQgMC4wMDUxODc5OSA0LjAxMDQyVjMyLjAyODZDMC4wMDUxODc5OSAzNC4= yMzkyIDEuNzk3MjEgMzYuMDMxMiA0LjAwNzc5IDM2LjAzMTJINDguMDM2NEM1MC4yNDcgMzYuMD= MxMiA1Mi4wMzkgMzQuMjM5MiA1Mi4wMzkgMzIuMDI4NlY0LjAxMDQyQzUyLjAzOSAxLjc5OTg0I= DUwLjI0NyAwLjAwNzgxMjUgNDguMDM2NCAwLjAwNzgxMjVINC4wMDc3OVpNOC4wMTA0MiA4LjAx= MzAySDEyLjAxM1YxMi4wMTU2SDguMDEwNDJWOC4wMTMwMlpNMjAuMDE4MiA4LjAxMzAySDE2LjA= xNTZWMTIuMDE1NkgyMC4wMTgyVjguMDEzMDJaTTI0LjAyMDggOC4wMTMwMkgyOC4wMjM0VjEyLj= AxNTZIMjQuMDIwOFY4LjAxMzAyWk0zNi4wMjg2IDguMDEzMDJIMzIuMDI2VjEyLjAxNTZIMzYuM= DI4NlY4LjAxMzAyWk00MC4wMzEyIDguMDEzMDJINDQuMDMzOVYxMi4wMTU2SDQwLjAzMTJWOC4w= MTMwMlpNMTYuMDE1NiAxNi4wMTgySDguMDEwNDJWMjAuMDIwOEgxNi4wMTU2VjE2LjAxODJaTTI= wLjAxODIgMTYuMDE4MkgyNC4wMjA4VjIwLjAyMDhIMjAuMDE4MlYxNi4wMTgyWk0zMi4wMjYgMT= YuMDE4MkgyOC4wMjM0VjIwLjAyMDhIMzIuMDI2VjE2LjAxODJaTTQ0LjAzMzkgMTYuMDE4MlYyM= C4wMjA4SDM2LjAyODZWMTYuMDE4Mkg0NC4wMzM5Wk0xMi4wMTMgMjQuMDIzNEg4LjAxMDQyVjI4= LjAyNkgxMi4wMTNWMjQuMDIzNFpNMTYuMDE1NiAyNC4wMjM0SDM2LjAyODZWMjguMDI2SDE2LjA= xNTZWMjQuMDIzNFpNNDQuMDMzOSAyNC4wMjM0SDQwLjAzMTJWMjguMDI2SDQ0LjAzMzlWMjQuMD= IzNFoiIGZpbGw9IiNDNUM1QzUiLz4NCjwvZz4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJjbGlwM= CI+DQo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+DQo8L2NsaXBQ= YXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=3D") 50% center no-repeat; border: 4px soli= d rgb(37, 37, 38); } .monaco-editor .tokens-inspect-widget { z-index: 50; user-select: text; pad= ding: 10px; } .tokens-inspect-separator { height: 1px; border: 0px; } .monaco-editor .tokens-inspect-widget .tm-token { font-family: monospace; } .monaco-editor .tokens-inspect-widget .tm-token-length { font-weight: 400; = font-size: 60%; float: right; } .monaco-editor .tokens-inspect-widget .tm-metadata-table { width: 100%; } .monaco-editor .tokens-inspect-widget .tm-metadata-value { font-family: mon= ospace; text-align: right; } .monaco-editor .tokens-inspect-widget .tm-token-type { font-family: monospa= ce; } .monaco-quick-open-widget .monaco-list .monaco-list-row .monaco-highlighted= -label .highlight, .monaco-quick-open-widget .monaco-tree .monaco-tree-row = .monaco-highlighted-label .highlight { color: rgb(0, 102, 191); } .vs-dark .monaco-quick-open-widget .monaco-list .monaco-list-row .monaco-hi= ghlighted-label .highlight, .vs-dark .monaco-quick-open-widget .monaco-tree= .monaco-tree-row .monaco-highlighted-label .highlight { color: rgb(0, 151,= 251); } .hc-black .monaco-quick-open-widget .monaco-list .monaco-list-row .monaco-h= ighlighted-label .highlight, .hc-black .monaco-quick-open-widget .monaco-tr= ee .monaco-tree-row .monaco-highlighted-label .highlight { color: rgb(243, = 133, 24); } .monaco-quick-open-widget { font-size: 13px; } .monaco-editor { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC= ", "Segoe UI", HelveticaNeue-Light, Ubuntu, "Droid Sans", sans-serif; } .monaco-editor.hc-black .monaco-menu .monaco-action-bar.vertical .action-me= nu-item:focus .action-label, .monaco-editor.vs-dark .monaco-menu .monaco-ac= tion-bar.vertical .action-menu-item:focus .action-label, .monaco-menu .mona= co-action-bar.vertical .action-item .action-menu-item:focus .action-label {= stroke-width: 1.2px; } .monaco-editor-hover p { margin: 0px; } .monaco-editor.hc-black { forced-color-adjust: none; } @media screen and (-ms-high-contrast: active) { .monaco-editor.vs-dark .view-overlays .current-line, .monaco-editor.vs .v= iew-overlays .current-line { border-left-width: 0px; border-left-style: ini= tial; border-right-width: 0px; border-right-style: initial; border-color: w= indowtext !important; } .monaco-editor.vs-dark .cursor, .monaco-editor.vs .cursor { background-co= lor: windowtext !important; } .monaco-editor.vs-dark .dnd-target, .monaco-editor.vs .dnd-target { borde= r-color: windowtext !important; } .monaco-editor.vs-dark .selected-text, .monaco-editor.vs .selected-text {= background-color: highlight !important; } .monaco-editor.vs-dark .view-line, .monaco-editor.vs .view-line { forced-= color-adjust: none; } .monaco-editor.vs-dark .view-line span, .monaco-editor.vs .view-line span= { color: windowtext !important; } .monaco-editor.vs-dark .view-line span.inline-selected-text, .monaco-edit= or.vs .view-line span.inline-selected-text { color: highlighttext !importan= t; } .monaco-editor.vs-dark .view-overlays, .monaco-editor.vs .view-overlays {= forced-color-adjust: none; } .monaco-editor.vs-dark .reference-decoration, .monaco-editor.vs-dark .sel= ectionHighlight, .monaco-editor.vs-dark .wordHighlight, .monaco-editor.vs-d= ark .wordHighlightStrong, .monaco-editor.vs .reference-decoration, .monaco-= editor.vs .selectionHighlight, .monaco-editor.vs .wordHighlight, .monaco-ed= itor.vs .wordHighlightStrong { box-sizing: border-box; border: 2px dotted h= ighlight !important; background: transparent !important; } .monaco-editor.vs-dark .rangeHighlight, .monaco-editor.vs .rangeHighlight= { box-sizing: border-box; background: transparent !important; border: 1px = dotted activeborder !important; } .monaco-editor.vs-dark .bracket-match, .monaco-editor.vs .bracket-match {= border-color: windowtext !important; background: transparent !important; } .monaco-editor.vs-dark .currentFindMatch, .monaco-editor.vs-dark .findMat= ch, .monaco-editor.vs .currentFindMatch, .monaco-editor.vs .findMatch { box= -sizing: border-box; border: 2px dotted activeborder !important; background= : transparent !important; } .monaco-editor.vs-dark .find-widget, .monaco-editor.vs .find-widget { bor= der: 1px solid windowtext; } .monaco-editor.vs-dark .monaco-list .monaco-list-row, .monaco-editor.vs .= monaco-list .monaco-list-row { forced-color-adjust: none; color: windowtext= !important; } .monaco-editor.vs-dark .monaco-list .monaco-list-row.focused, .monaco-edi= tor.vs .monaco-list .monaco-list-row.focused { color: highlighttext !import= ant; background-color: highlight !important; } .monaco-editor.vs-dark .monaco-list .monaco-list-row:hover, .monaco-edito= r.vs .monaco-list .monaco-list-row:hover { border: 1px solid highlight; box= -sizing: border-box; background: transparent !important; } .monaco-editor.vs-dark .monaco-tree .monaco-tree-row, .monaco-editor.vs .= monaco-tree .monaco-tree-row { forced-color-adjust: none; color: windowtext= !important; } .monaco-editor.vs-dark .monaco-tree .monaco-tree-row.focused, .monaco-edi= tor.vs-dark .monaco-tree .monaco-tree-row.selected, .monaco-editor.vs .mona= co-tree .monaco-tree-row.focused, .monaco-editor.vs .monaco-tree .monaco-tr= ee-row.selected { color: highlighttext !important; background-color: highli= ght !important; } .monaco-editor.vs-dark .monaco-tree .monaco-tree-row:hover, .monaco-edito= r.vs .monaco-tree .monaco-tree-row:hover { border: 1px solid highlight; box= -sizing: border-box; background: transparent !important; } .monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar, .monaco-e= ditor.vs .monaco-scrollable-element > .scrollbar { forced-color-adjust: non= e; border: 1px solid windowtext; box-sizing: border-box; background: backgr= ound !important; } .monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .slider,= .monaco-editor.vs .monaco-scrollable-element > .scrollbar > .slider { back= ground: windowtext !important; } .monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .slider.= active, .monaco-editor.vs-dark .monaco-scrollable-element > .scrollbar > .s= lider:hover, .monaco-editor.vs .monaco-scrollable-element > .scrollbar > .s= lider.active, .monaco-editor.vs .monaco-scrollable-element > .scrollbar > .= slider:hover { background: highlight !important; } .monaco-editor.vs-dark .decorationsOverviewRuler, .monaco-editor.vs .deco= rationsOverviewRuler { opacity: 0; } .monaco-editor.vs-dark .minimap, .monaco-editor.vs .minimap { display: no= ne; } .monaco-editor.vs-dark .squiggly-d-error, .monaco-editor.vs .squiggly-d-e= rror { border-bottom: 4px double rgb(228, 119, 119); background: transparen= t !important; } .monaco-editor.vs-dark .squiggly-b-info, .monaco-editor.vs-dark .squiggly= -c-warning, .monaco-editor.vs .squiggly-b-info, .monaco-editor.vs .squiggly= -c-warning { border-bottom: 4px double rgb(113, 183, 113); } .monaco-editor.vs-dark .squiggly-a-hint, .monaco-editor.vs .squiggly-a-hi= nt { border-bottom: 4px double rgb(108, 108, 108); } .monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-m= enu-item:focus .action-label, .monaco-editor.vs .monaco-menu .monaco-action= -bar.vertical .action-menu-item:focus .action-label { forced-color-adjust: = none; color: highlighttext !important; background-color: highlight !importa= nt; } .monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-m= enu-item:hover .action-label, .monaco-editor.vs .monaco-menu .monaco-action= -bar.vertical .action-menu-item:hover .action-label { forced-color-adjust: = none; border: 1px solid highlight; box-sizing: border-box; background: tran= sparent !important; } .monaco-diff-editor.vs-dark .diffOverviewRuler, .monaco-diff-editor.vs .d= iffOverviewRuler { display: none; } .monaco-editor.vs-dark .line-delete, .monaco-editor.vs-dark .line-insert,= .monaco-editor.vs .line-delete, .monaco-editor.vs .line-insert { box-sizin= g: border-box; background: transparent !important; border: 1px solid highli= ght !important; } .monaco-editor.vs-dark .char-delete, .monaco-editor.vs-dark .char-insert,= .monaco-editor.vs .char-delete, .monaco-editor.vs .char-insert { backgroun= d: transparent !important; } } .context-view .monaco-menu { min-width: 130px; } .context-view-block { position: fixed; left: 0px; top: 0px; z-index: -1; wi= dth: 100%; height: 100%; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: https://www.gstatic.com/og/_/ss/k=og.qtm.bRS0UajBGvM.L.W.O/m=qdid,qcwid/excm=qaaw,qadd,qaid,qein,qhaw,qhbr,qhch,qhga,qhid,qhin,qhpr/d=1/ed=1/ct=zgms/rs=AA2YrTtTEo69N9Re0LKoEJSuScGU0634HA @charset "utf-8"; .gb_Re { background: rgba(60, 64, 67, 0.9); border-radius: 4px; color: rgb(= 255, 255, 255); font: 500 12px / 16px Roboto, arial, sans-serif; letter-spa= cing: 0.8px; margin-top: 4px; min-height: 14px; padding: 4px 8px; position:= absolute; z-index: 1000; -webkit-font-smoothing: antialiased; } .gb_a-a { width: 100%; height: 100%; border: 0px; overflow: hidden; } .gb_a.gb_b-b-c { position: absolute; top: 0px; left: 0px; background-color:= rgb(255, 255, 255); } .gb_a.gb_b-b { position: absolute; top: 0px; left: 0px; background-color: r= gb(255, 255, 255); border: 1px solid rgb(172, 172, 172); width: auto; paddi= ng: 0px; z-index: 1001; overflow: auto; box-shadow: rgba(0, 0, 0, 0.2) 0px = 4px 16px; transition: top 0.5s ease-in-out 0s; } .gb_a-d { position: absolute; z-index: 1002; } .gb_a.gb_b-b-e { font-size: 0px; padding: 0px; } .gb_a.gb_b-b-f { height: 0px; margin: 0px; } .gb_a.gb_b-b-f-g, .gb_a.gb_b-b-h { display: none; } .gb_Ja ~ .gb_Za, .gb_Ja ~ .gb_0a { left: auto; right: 11.5px; } .gb_1a { outline: none; transform: translateZ(0px); } .gb_l.gb_1a { border-radius: 8px; margin-left: 12px; } @media screen and (min-width: 361px) { .gb_l.gb_1a { width: 354px; } } @media screen and (max-width: 361px) { .gb_l.gb_1a { width: calc(100vw - 24px); } } .gb_l.gb_1a.gb_2a { max-height: calc((100vh - 62px) - 100px); } .gb_l.gb_1a.gb_3a { max-height: calc(((100vh - 62px) - 15px) - 100px); } .gb_l.gb_1a.gb_4a { background-color: rgb(45, 46, 48); } .gb_5a.gb_6a { color: rgb(95, 99, 104); font: 400 12px / 16px Roboto, Robot= oDraft, Helvetica, Arial, sans-serif; } .gb_7a.gb_5a.gb_6a { background-color: rgba(138, 180, 248, 0.24); color: rg= b(232, 234, 237); } .gb_8a, #gb a.gb_8a.gb_8a, .gb_9a a, #gb .gb_9a.gb_9a a { color: rgb(51, 10= 2, 204); text-decoration: none; } .gb_5a > .gb_8a, #gb .gb_5a > a.gb_8a.gb_8a { color: rgb(0, 112, 255); font= -style: inherit; font-variant: inherit; font-stretch: inherit; font-size: i= nherit; line-height: inherit; font-family: inherit; font-weight: 500; outli= ne: 0px; } .gb_7a.gb_5a > .gb_8a, #gb .gb_7a.gb_5a > a.gb_8a.gb_8a { color: rgb(138, 1= 80, 248); } .gb_8a:active, #gb a.gb_8a.gb_8a:active, .gb_8a:hover, #gb a.gb_8a.gb_8a:ho= ver, .gb_9a a:active, #gb .gb_9a a:active, .gb_9a a:hover, #gb .gb_9a a:hov= er, #gb .gb_5a > a.gb_8a.gb_8a:focus { text-decoration: underline; } .gb_ab { margin: 20px; white-space: nowrap; } .gb_l > .gb_ab { margin: 20px 33px; } .gb_bb, .gb_cb { display: inline-block; vertical-align: top; } .gb_bb.gb_db, .gb_cb.gb_eb { vertical-align: middle; } .gb_l .gb_bb, .gb_l .gb_cb { display: block; vertical-align: top; text-alig= n: center; } .gb_db { cursor: default; } .gb_l .gb_bb { margin-bottom: 10px; position: relative; height: 86px; width= : 86px; } .gb_fb { border-radius: 50%; overflow: hidden; transform: translateZ(0px); = } .gb_Ia { border: none; margin-right: 6px; vertical-align: top; height: 80px= ; width: 80px; } .gb_gb { margin-bottom: 11px; margin-top: 4px; } @media screen and (min-width: 361px) { .gb_l .gb_bb, .gb_gb { margin-left: 101px; } } @media screen and (max-width: 361px) { .gb_l .gb_bb, .gb_gb { margin-left: calc((((100vw - 24px) - 66px) - 86px)= / 2); } } .gb_hb.gb_hb { fill: rgb(26, 115, 232); } .gb_4a .gb_hb { fill: rgb(138, 180, 248); } .gb_l .gb_ib.gb_Ia { position: relative; left: 2px; margin-right: 10px; top= : 2px; height: 76px; width: 76px; } .gb_l .gb_jb { background: rgb(255, 255, 255); bottom: 0px; position: absol= ute; right: 0px; overflow: visible; height: 32px; width: 32px; } .gb_l.gb_4a .gb_jb { background: rgb(45, 46, 48); } .gb_kb { bottom: 0px; box-shadow: rgba(65, 69, 73, 0.3) 0px 1px 1px 0px, rg= ba(65, 69, 73, 0.15) 0px 1px 3px 1px; margin: 0px 2.5px 3px; outline: 0px; = position: absolute; right: 0px; height: 26px; width: 26px; } .gb_kb:hover { background-color: rgb(248, 250, 255); } .gb_kb:focus, .gb_kb:hover:focus { background-color: rgb(244, 248, 255); } .gb_kb:active, .gb_kb:focus:active { background-color: rgb(244, 248, 255); = box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 3px 0px, rgba(60, 64, 67, 0.15) 0= px 4px 8px 3px; } .gb_kb:hover > svg.gb_lb, .gb_kb:focus > svg.gb_lb, .gb_kb:active > svg.gb_= lb { fill: rgb(26, 115, 232); } .gb_mb { font-weight: bold; margin: -4px 0px 1px; text-overflow: ellipsis; = overflow: hidden; } .gb_l .gb_mb { color: rgb(32, 33, 36); font: 500 16px / 22px "Google Sans",= Roboto, RobotoDraft, Helvetica, Arial, sans-serif; letter-spacing: 0.29px;= margin: 0px; text-align: center; text-overflow: ellipsis; overflow: hidden= ; } .gb_l.gb_4a .gb_mb { color: rgb(232, 234, 237); } .gb_ob { color: rgb(102, 102, 102); text-overflow: ellipsis; overflow: hidd= en; } .gb_l .gb_ob { color: rgb(95, 99, 104); font: 400 14px / 19px Roboto, Robot= oDraft, Helvetica, Arial, sans-serif; letter-spacing: normal; text-align: c= enter; text-overflow: ellipsis; overflow: hidden; } .gb_l.gb_4a .gb_ob { color: rgb(232, 234, 237); } .gb_eb > .gb_ob { color: rgb(0, 0, 0); font-weight: bold; margin: -4px 0px = 1px; text-overflow: ellipsis; overflow: hidden; } .gb_pb { color: rgb(102, 102, 102); font-style: italic; font-weight: 500; m= argin: 4px 0px; overflow: hidden; } .gb_qb { color: rgb(95, 99, 104); font-family: Roboto, RobotoDraft, Helveti= ca, Arial, sans-serif; font-size: 14px; line-height: 19px; margin-top: 4px;= text-align: center; } .gb_4a .gb_qb { color: rgb(154, 160, 166); } .gb_rb { font-weight: 500; } .gb_sb.gb_sb { background-color: rgb(255, 255, 255); border: 1px solid rgb(= 218, 220, 224); border-radius: 100px; color: rgb(60, 64, 67); display: inli= ne-block; font: 500 14px / 16px "Google Sans", Roboto, RobotoDraft, Helveti= ca, Arial, sans-serif; letter-spacing: 0.25px; margin: 16px 0px 0px; max-wi= dth: 254px; outline: 0px; padding: 8px 16px; text-align: center; text-decor= ation: none; text-overflow: ellipsis; overflow: hidden; } .gb_4a .gb_sb.gb_sb { background-color: rgb(45, 46, 48); border: 1px solid = rgb(95, 99, 104); color: rgb(232, 234, 237); } .gb_sb:hover { background-color: rgb(247, 248, 248); } .gb_sb:focus, .gb_sb:hover:focus { background-color: rgb(244, 244, 244); } .gb_sb:active, .gb_sb:focus:active { background-color: rgb(232, 232, 233); = border-color: transparent; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0p= x, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; } .gb_tb { color: rgb(95, 99, 104); margin: 14px 33px; text-align: center; wh= ite-space: normal; } .gb_4a .gb_tb { color: rgb(232, 234, 237); } .gb_ub.gb_ub { border-radius: 4px; color: rgb(95, 99, 104); display: inline= -block; font: 400 12px / 16px Roboto, RobotoDraft, Helvetica, Arial, sans-s= erif; outline: 0px; padding: 4px 8px; text-decoration: none; text-align: ce= nter; white-space: normal; } .gb_4a .gb_ub.gb_ub { border: 1px solid transparent; color: rgb(232, 234, 2= 37); } .gb_ub:hover { background-color: rgb(247, 248, 248); } .gb_ub:focus, .gb_ub:hover:focus { background-color: rgb(244, 244, 244); } .gb_ub:active, .gb_ub:active:focus { background-color: rgb(232, 232, 233); = } .gb_cb .gb_3 { background: rgb(77, 144, 254); border-color: rgb(48, 121, 23= 7); font-weight: bold; margin: 10px 0px 0px; color: rgb(255, 255, 255); } #gb .gb_cb a.gb_3.gb_3 { color: rgb(255, 255, 255); } .gb_cb .gb_3:hover { background: rgb(53, 122, 232); border-color: rgb(47, 9= 1, 183); } .gb_vb .gb_Za { border-bottom-color: rgb(254, 249, 219); } .gb_6a { background: rgb(254, 249, 219); font-size: 11px; padding: 10px 20p= x; white-space: normal; } .gb_5a.gb_6a { background: rgb(232, 240, 254); border-radius: 4px; margin: = 4px; padding: 4px 8px; text-align: center; } .gb_5a.gb_6a > #gbpbt > span { white-space: nowrap; font-weight: 500; } .gb_6a b, .gb_8a { white-space: nowrap; } .gb_wb.gb_wb { background-color: rgb(255, 255, 255); color: rgb(60, 64, 67)= ; display: table; font: 500 14px / 16px "Google Sans", Roboto, RobotoDraft,= Helvetica, Arial, sans-serif; letter-spacing: 0.25px; outline: 0px; paddin= g: 14px 41px; text-align: center; text-decoration: none; width: 100%; } .gb_4a .gb_wb.gb_wb { background-color: rgb(45, 46, 48); border: 1px solid = transparent; color: rgb(232, 234, 237); width: 270px; } .gb_wb:hover { background-color: rgb(247, 248, 248); } .gb_wb:focus, .gb_wb:hover:focus { background-color: rgb(244, 244, 244); } .gb_wb:active, .gb_wb:focus:active { background-color: rgb(232, 232, 233); = } .gb_xb { border: none; display: table-cell; vertical-align: middle; height:= 20px; width: 20px; } .gb_kb > svg.gb_lb, .gb_xb > svg.gb_yb, .gb_zb > svg.gb_Ab { color: rgb(95,= 99, 104); fill: currentcolor; } .gb_4a .gb_zb > svg.gb_Ab { fill: rgb(154, 160, 166); } .gb_4a .gb_kb { border: 1px solid transparent; box-shadow: rgba(0, 0, 0, 0.= 3) 0px 1px 3px 0px, rgba(0, 0, 0, 0.15) 0px 4px 8px 3px; } .gb_4a .gb_kb > svg.gb_lb, .gb_4a .gb_xb > svg.gb_yb { color: rgb(232, 234,= 237); fill: currentcolor; } .gb_4a .gb_kb:hover > svg.gb_lb, .gb_4a .gb_kb:focus > svg.gb_lb, .gb_4a .g= b_kb:focus:hover > svg.gb_lb, .gb_4a .gb_kb:active > svg.gb_lb { fill: rgb(= 138, 180, 248); } .gb_4a .gb_kb:hover { background-color: rgb(53, 54, 57); box-shadow: rgba(0= , 0, 0, 0.3) 0px 2px 3px 0px, rgba(0, 0, 0, 0.15) 0px 6px 10px 4px; } .gb_4a .gb_kb:focus, .gb_4a .gb_kb:focus:hover { background-color: rgb(53, = 54, 57); border: 1px solid rgb(95, 99, 104); box-shadow: rgba(0, 0, 0, 0.3)= 0px 2px 3px 0px, rgba(0, 0, 0, 0.15) 0px 6px 10px 4px; } .gb_4a .gb_kb:active { background-color: rgba(255, 255, 255, 0.12); box-sha= dow: rgba(0, 0, 0, 0.3) 0px 4px 4px 0px, rgba(0, 0, 0, 0.15) 0px 8px 12px 6= px; } .gb_Bb { display: table-cell; padding: 0px 74px 0px 16px; text-align: left;= vertical-align: middle; white-space: normal; } .gb_Cb { border-bottom: 1px solid rgb(232, 234, 237); border-top: 1px solid= rgb(232, 234, 237); padding: 0px 17px; text-align: center; } .gb_4a .gb_Cb { border-bottom: 1px solid rgb(95, 99, 104); border-top: 1px = solid rgb(95, 99, 104); } .gb_Db.gb_Db, .gb_Eb.gb_Eb { background-color: rgb(255, 255, 255); border: = 1px solid rgb(218, 220, 224); border-radius: 4px; display: inline-block; fo= nt: 500 14px / 16px "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, s= ans-serif; letter-spacing: 0.15px; margin: 16px; outline: 0px; padding: 10p= x 24px; text-align: center; text-decoration: none; white-space: normal; } .gb_Db.gb_Db { color: rgb(60, 64, 67); } .gb_Eb.gb_Eb { color: rgb(26, 115, 232); } .gb_4a .gb_Eb.gb_Eb, .gb_4a .gb_Db.gb_Db { background-color: rgb(45, 46, 48= ); border: 1px solid rgb(95, 99, 104); color: rgb(232, 234, 237); } .gb_Db:hover { background-color: rgb(247, 248, 248); } .gb_Db:focus, .gb_Db:hover:focus { background-color: rgb(244, 244, 244); } .gb_Db:active, .gb_Db:active:focus { background-color: rgb(232, 232, 233); = border-color: transparent; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0p= x, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; } .gb_Eb:hover { background-color: rgb(248, 251, 255); border-color: rgb(204,= 224, 252); } .gb_Eb:focus, .gb_Eb:hover:focus { background-color: rgb(244, 248, 255); bo= rder-color: rgb(201, 221, 252); } .gb_Eb:active, .gb_Eb:active:focus { background-color: rgb(236, 243, 254); = border-color: transparent; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0p= x, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; } .gb_Jb { border-top: 1px solid rgb(232, 234, 237); } .gb_4a .gb_Jb { border-top: 1px solid rgb(95, 99, 104); } .gb_l.gb_1a { overflow: hidden auto; } .gb_Mb { border-top: 1px solid rgba(0, 0, 0, 0.2); display: block; outline-= offset: -2px; padding: 10px 20px; position: relative; white-space: nowrap; = } .gb_Nb > .gb_Mb { border: none; cursor: pointer; height: 35px; outline: 0px= ; padding: 12px 33px 13px; } .gb_Ob .gb_Mb:focus .gb_Pb { outline: rgb(255, 255, 255) dotted 1px; } .gb_Mb:hover { background: rgb(238, 238, 238); } .gb_Nb > .gb_Mb:hover { background-color: rgb(247, 248, 248); } .gb_Nb > .gb_Mb:focus, .gb_Nb > .gb_Mb:hover:focus { background-color: rgb(= 244, 244, 244); } .gb_Nb > .gb_Mb:active, .gb_Nb > .gb_Mb:focus:active { background-color: rg= b(232, 232, 233); } .gb_4a .gb_Qb:hover, .gb_4a .gb_wb:hover, .gb_4a .gb_ub:hover, .gb_4a .gb_N= b > .gb_Mb:hover { background-color: rgba(255, 255, 255, 0.04); border: 1px= solid transparent; } .gb_4a .gb_Db:hover, .gb_4a .gb_sb:hover { background-color: rgba(232, 234,= 237, 0.04); border: 1px solid rgb(95, 99, 104); } .gb_4a .gb_Qb:focus, .gb_4a .gb_Qb:hover:focus, .gb_4a .gb_sb:focus, .gb_4a= .gb_sb:hover:focus, .gb_4a .gb_wb:focus, .gb_4a .gb_wb:hover:focus, .gb_4a= .gb_Db:focus, .gb_4a .gb_Db:hover:focus, .gb_4a .gb_Nb > .gb_Mb:focus, .gb= _4a .gb_Nb > .gb_Mb:hover:focus { background-color: rgba(232, 234, 237, 0.1= 2); border: 1px solid rgb(232, 234, 237); } .gb_4a .gb_ub:focus, .gb_4a .gb_ub:hover:focus { background-color: rgba(232= , 234, 237, 0.12); } .gb_4a .gb_Qb:active, .gb_4a .gb_Qb:focus:active, .gb_4a .gb_wb:active, .gb= _4a .gb_wb:focus:active, .gb_4a .gb_ub:active, .gb_4a .gb_ub:active:focus, = .gb_4a .gb_Nb > .gb_Mb:active, .gb_4a .gb_Nb > .gb_Mb:focus:active { backgr= ound-color: rgba(232, 234, 237, 0.1); border: 1px solid transparent; } .gb_Rb { overflow-x: hidden; } .gb_4a .gb_Nb > .gb_Mb { border: 1px solid transparent; } .gb_4a .gb_Db:active, .gb_4a .gb_Db:active:focus, .gb_4a .gb_sb:active, .gb= _4a .gb_sb:focus:active { background-color: rgba(232, 234, 237, 0.1); borde= r: 1px solid rgb(95, 99, 104); } .gb_Mb[selected=3D"true"] { overflow: hidden; } .gb_Nb > .gb_Mb[selected=3D"true"] { background-color: rgba(60, 64, 67, 0.1= ); } .gb_4a .gb_Nb > .gb_Mb[selected=3D"true"] { background-color: rgba(255, 255= , 255, 0.12); } .gb_Mb[selected=3D"true"] > .gb_Sb { display: block; position: absolute; z-= index: 2; } .gb_Sb { background-color: transparent; border: none; border-radius: 4px; b= ox-sizing: border-box; color: rgb(255, 255, 255); cursor: pointer; display:= inline-block; font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, = Arial, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 0.25p= x; line-height: 16px; margin-bottom: 1px; min-height: 36px; min-width: 86px= ; outline: none; padding: 10px 24px; text-align: center; text-decoration: n= one; top: 16px; width: auto; } .gb_Tb.gb_Ub { background-color: rgb(26, 115, 232); color: rgb(255, 255, 25= 5); margin-left: 0px; margin-right: 12px; margin-top: 14px; } .gb_4a .gb_Tb.gb_Ub { background-color: rgb(138, 180, 248); color: rgb(45, = 46, 48); } .gb_Tb.gb_Vb { background-color: rgb(255, 255, 255); border: 1px solid rgb(= 218, 220, 224); color: rgb(60, 64, 67); margin-left: 0px; margin-right: 0px= ; margin-top: 11px; } .gb_4a .gb_Tb.gb_Vb { background-color: rgba(218, 220, 224, 0.01); border: = 1px solid rgb(95, 99, 104); color: rgb(232, 234, 237); } .gb_Sb.gb_Vb:hover { background-color: rgb(247, 248, 248); } .gb_Sb.gb_Vb:focus, .gb_Sb.gb_Vb:hover:focus { background-color: rgb(244, 2= 44, 244); } .gb_Sb.gb_Vb:active { background-color: rgb(244, 244, 244); border: 1px sol= id rgb(95, 99, 104); box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgb= a(60, 64, 67, 0.15) 0px 1px 3px 1px; } .gb_Sb.gb_Ub:hover { background-color: rgb(43, 125, 233); border-color: tra= nsparent; box-shadow: rgba(66, 133, 244, 0.3) 0px 1px 2px 0px, rgba(66, 133= , 244, 0.15) 0px 1px 3px 1px; } .gb_Sb.gb_Ub:focus, .gb_Sb.gb_Ub:hover:focus { background-color: rgb(80, 14= 8, 237); border-color: transparent; box-shadow: rgba(66, 133, 244, 0.3) 0px= 1px 2px 0px, rgba(66, 133, 244, 0.15) 0px 1px 3px 1px; } .gb_Sb.gb_Ub:active { background-color: rgb(99, 160, 239); box-shadow: rgba= (66, 133, 244, 0.3) 0px 1px 2px 0px, rgba(66, 133, 244, 0.15) 0px 1px 3px 1= px; } .gb_4a .gb_Sb.gb_Vb:hover { background-color: rgba(232, 234, 237, 0.04); } .gb_4a .gb_Sb.gb_Vb:focus, .gb_4a .gb_Sb.gb_Vb:hover:focus { background-col= or: rgba(232, 234, 237, 0.12); border: 1px solid rgb(232, 234, 237); } .gb_4a .gb_Sb.gb_Vb:active, .gb_4a .gb_Sb.gb_Vb:active:focus { background-c= olor: rgba(232, 234, 237, 0.1); border: 1px solid rgb(95, 99, 104); box-sha= dow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px = 6px 2px; } .gb_4a .gb_Sb.gb_Ub:hover { background-color: rgb(147, 185, 248); box-shado= w: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px, rgba(0, 0, 0, 0.15) 0px 1px 3px 1px;= } .gb_4a .gb_Sb.gb_Ub:focus, .gb_4a .gb_Sb.gb_Ub:hover:focus { background-col= or: rgb(165, 197, 249); } .gb_4a .gb_Sb.gb_Ub:active { background-color: rgb(138, 180, 248); box-shad= ow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px, rgba(0, 0, 0, 0.15) 0px 2px 6px 2px= ; } .gb_Mb[selected=3D"true"] > .gb_Sb:focus { background-color: rgba(0, 0, 0, = 0.24); border-radius: 2px; outline: 0px; } .gb_Mb[selected=3D"true"] > .gb_Sb:hover, .gb_Mb[selected=3D"true"] > .gb_S= b:focus:hover { background-color: rgb(86, 86, 86); border-radius: 2px; } .gb_Mb[selected=3D"true"] > .gb_Sb:active { border-radius: 2px; background-= color: rgb(33, 33, 33); } .gb_Vb { left: 0px; margin-left: 5%; } .gb_Ub { margin-right: 5%; right: 0px; } .gb_Mb:first-child, .gb_Wb:first-child + .gb_Mb { border-top: 0px; } .gb_4a .gb_Mb:first-child, .gb_4a .gb_Wb:first-child + .gb_Mb { border-top:= 1px solid transparent; } .gb_4a .gb_Mb:first-child:focus:hover, .gb_4a .gb_Wb:first-child + .gb_Mb:f= ocus:hover, .gb_4a .gb_Mb:first-child:focus, .gb_4a .gb_Wb:first-child + .g= b_Mb:focus { border-top: 1px solid rgb(232, 234, 237); } .gb_4a .gb_Mb:first-child:active, .gb_4a .gb_Wb:first-child + .gb_Mb:active= , .gb_4a .gb_Mb:first-child:active:focus, .gb_4a .gb_Wb:first-child + .gb_M= b:active:focus { border-top: 1px solid transparent; } .gb_Wb { display: none; } .gb_Nb > .gb_Mb.gb_Xb { cursor: default; opacity: 0.38; } .gb_Nb > .gb_Mb.gb_Xb:hover, .gb_Nb > .gb_Mb.gb_Xb:focus, .gb_Nb > .gb_Mb.g= b_Xb:active { background-color: rgb(255, 255, 255); } .gb_Zb { border: none; vertical-align: top; height: 32px; width: 32px; } .gb_Pb { display: inline-block; margin: 0px 0px 0px 12px; } @media screen and (min-width: 361px) { .gb_l .gb_Pb { width: 244px; } } @media screen and (max-width: 361px) { .gb_l .gb_Pb { width: calc((((100vw - 24px) - 12px) - 32px) - 66px); } } .gb_1a.gb_ra .gb_Pb { max-width: 222px; } .gb_0b .gb_Pb { margin-top: 9px; } .gb_1b { color: rgb(60, 64, 67); font: 500 14px / 18px "Google Sans", Robot= o, RobotoDraft, Helvetica, Arial, sans-serif; letter-spacing: 0.25px; text-= overflow: ellipsis; overflow: hidden; } .gb_4a .gb_1b { color: rgb(232, 234, 237); } .gb_2b .gb_1b { font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-se= rif; font-size: 12px; letter-spacing: normal; line-height: 16px; } .gb_4a .gb_3b { color: rgb(189, 193, 198); } .gb_3b { color: rgb(95, 99, 104); display: inline-block; font: 400 12px / 1= 6px Roboto, RobotoDraft, Helvetica, Arial, sans-serif; text-overflow: ellip= sis; overflow: hidden; } @media screen and (min-width: 361px) { .gb_l .gb_3b { max-width: 244px; } } @media screen and (max-width: 361px) { .gb_l .gb_3b { max-width: calc((((100vw - 24px) - 12px) - 32px) - 66px); = } } @media screen and (min-width: 361px) { .gb_Pb > .gb_3b.gb_4b { max-width: 224px; } } @media screen and (max-width: 361px) { .gb_Pb > .gb_3b.gb_4b { max-width: calc(((((100vw - 24px) - 12px) - 32px)= - 66px) - 20px); } } .gb_2b .gb_3b { margin-top: 2px; } .gb_5b { color: rgb(93, 99, 105); display: block; float: right; font: itali= c 400 12px / 14px Roboto, RobotoDraft, Helvetica, Arial, sans-serif; paddin= g: 3px 0px 0px 20px; text-align: right; visibility: visible; } .gb_4a .gb_5b { color: rgb(154, 160, 166); } .gb_6b { background-color: transparent; display: none; left: 0px; position:= relative; margin-left: 44px; white-space: normal; width: 100%; overflow-wr= ap: break-word; z-index: 1; } @media screen and (min-width: 361px) { .gb_6b { max-width: 244px; } } @media screen and (max-width: 361px) { .gb_6b { max-width: calc(((100vw - 24px) - 66px) - 44px); } } .gb_Mb[selected=3D"true"] > .gb_6b { display: block; } .gb_Nb > .gb_Mb[selected=3D"true"] { height: auto; min-height: 91px; } .gb_Sb:hover { background-color: rgba(100, 100, 100, 0.4); } .gb_7b { display: block; padding: 10px 20px; } .gb_Qb { outline: 0px; padding: 14px 41px; width: 280px; } .gb_Qb:hover { background-color: rgb(247, 248, 248); } .gb_Qb:focus, .gb_Qb:hover:focus { background-color: rgb(244, 244, 244); } .gb_Qb:active, .gb_Qb:focus:active { background-color: rgb(232, 232, 233); = } .gb_8b { display: inline-block; vertical-align: middle; height: 20px; width= : 20px; } .gb_e .gb_9b::before { left: -244px; top: 0px; } .gb_ac { color: rgb(66, 127, 237); display: inline-block; padding: 0px 25px= 0px 10px; vertical-align: middle; white-space: normal; } .gb_bc { color: rgb(60, 64, 67); font: 500 14px / 18px "Google Sans", Robot= o, RobotoDraft, Helvetica, Arial, sans-serif; padding: 0px 25px 0px 16px; t= ext-align: left; } @media screen and (min-width: 361px) { .gb_bc { width: 195px; } } @media screen and (max-width: 361px) { .gb_bc { width: calc((((((100vw - 24px) - 12px) - 32px) - 66px) - 24px) -= 25px); } } .gb_4a .gb_bc { color: rgb(232, 234, 237); } .gb_cc { vertical-align: middle; } .gb_dc { transform: rotate(180deg); } .gb_ec { height: 108px; position: absolute; right: -6px; top: -6px; width: = 108px; } .gb_fc { height: 88px; position: absolute; right: 2px; top: -4px; width: 88= px; } @-webkit-keyframes progressmove {=20 0% { margin-left: -100%; } 100% { margin-left: 100%; } } @keyframes progressmove {=20 0% { margin-left: -100%; } 100% { margin-left: 100%; } } .gb_gc.gb_Ba { display: none; } .gb_gc { background-color: rgb(210, 227, 252); height: 3px; overflow: hidde= n; } .gb_4a .gb_gc { background-color: rgba(138, 180, 248, 0.24); } .gb_hc { background-color: rgb(26, 115, 232); height: 100%; width: 50%; ani= mation: 1.5s linear 0s infinite normal none running progressmove; } .gb_4a > .gb_hc { background-color: rgb(138, 180, 248); } .gb_Ab, .gb_ic { height: 20px; position: absolute; top: -2px; width: 20px; = } .gb_Mb .gb_zb { display: inline-block; height: 16px; position: relative; wi= dth: 20px; } .gb_Ab { display: inline-block; } .gb_Mb[selected=3D"true"] .gb_Ab { transform: rotate(180deg); } .gb_zb { display: none; } .gb_jc { margin: 0px 9px; } .gb_Ea.gb_bb { height: 80px; width: 80px; } .gb_kc.gb_Ea { height: 32px; width: 32px; } .gb_Ha.gb_Ia { font: 400 50px / 80px "Google Sans", Roboto, RobotoDraft, He= lvetica, Arial, sans-serif; } .gb_Ha.gb_Zb { font: 400 22px / 34px "Google Sans", Roboto, RobotoDraft, He= lvetica, Arial, sans-serif; } .gb_lc { padding-bottom: 2px; position: relative; } .gb_kc > .gb_Fa { bottom: -2px; left: calc(20px); } .gb_lc > .gb_Fa { bottom: 11px; height: 24px; left: calc(158px); width: 24p= x; } .gb_mc { color: rgb(95, 99, 104); font-family: Roboto, RobotoDraft, Helveti= ca, Arial, sans-serif; font-size: 14px; line-height: 19px; margin-top: 4px;= text-align: center; } .gb_kc { display: inline-block; position: relative; } .gb_Pb.gb_nc { margin-left: calc(11px); } .gb_1a.gb_l::-webkit-scrollbar { width: 16px; } .gb_H.gb_l::-webkit-scrollbar { width: 16px; } .gb_1a.gb_l::-webkit-scrollbar-thumb { background: padding-box rgb(218, 220= , 224); border: 4px solid transparent; border-radius: 8px; box-shadow: none= ; } .gb_H.gb_l::-webkit-scrollbar-thumb { background: padding-box rgb(218, 220,= 224); border: 4px solid transparent; border-radius: 8px; box-shadow: none;= min-height: 50px; } .gb_4a.gb_l::-webkit-scrollbar-thumb { background-color: rgb(95, 99, 104); = } .gb_H.gb_l::-webkit-scrollbar-track { background: none; border: none; } .gb_1a.gb_l::-webkit-scrollbar-track { background: none; border: none; } .gb_H.gb_l::-webkit-scrollbar-track:hover { background: none; border: none;= } .gb_1a.gb_l::-webkit-scrollbar-track:hover { background: none; border: none= ; } .gb_fe { text-align: left; } .gb_fe > * { color: rgb(189, 193, 198); line-height: 16px; } .gb_fe div:first-child { color: white; } sentinel { } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: image/jpeg Content-Transfer-Encoding: base64 Content-Location: https://lh3.googleusercontent.com/ogw/ADGmqu-lm31D22YCP-FaFHpvBb_2GIPcMA9iR02yKUhQGA=s32-c-mo /9j/4AAQSkZJRgABAQAAAQABAAD/4QAqRXhpZgAASUkqAAgAAAABADEBAgAHAAAAGgAAAAAAAABH b29nbGUAAP/bAIQAAwICAwICAwMDAwQDAwQFCAUFBAQFCgcHBggMCgwMCwoLCw0OEhANDhEOCwsQ FhARExQVFRUMDxcYFhQYEhQVFAEDBAQFBAUJBQUJFA0LDRQUFRQUFBQTFBUUFBUUEhQVERQRFBQS FBURFBQUEhQVFBAUFBUVEw8SFBQVEhIVFRIT/8AAEQgAIAAgAwERAAIRAQMRAf/EABgAAQEAAwAA AAAAAAAAAAAAAAgHBQYJ/8QALBAAAgIBAwIGAQMFAAAAAAAAAQIDBAUGBxESIQAIEyIxQRRRYYIJ FUJxgf/EABgBAQEBAQEAAAAAAAAAAAAAAAUEBgMC/8QAMBEAAQIEAwUHBAMAAAAAAAAAAQIDAAQR IRIxQQVxkcHwMlFhobHh8RNCgdEUIiX/2gAMAwEAAhEDEQA/AFb5jt8a+yej0mi6JM7kOuOjG45V OAOqVh9heocD7JH0D4nWvDlGq2fJ/wAtz+3ZGf6gE7bbU6r8wWprmSrZehjsXHK1nJ5XMWWLp1E8 2HAA9QkqwA6l+hyq+D1zCG6pVUq6tX2javuIlEAkW0AhV7ebZ7XYXAXtOUoquVu5aCSk+pWsx2xc LKVaGOUAeieOSI+lQ3yDIQxBLj61KrXLTKCVqfXR02A0gibg7YZHazNzYzLQGMqxFe108RW4/p1P xzx8r8g/twQm28HhVPxDjakOIxJi/eZPcfaezr149aSaq1vPWRXhpYuaGGtjazKp97JGjDqYFuXk Y9+eVBA8BsnbU83jl8CUjIkKqeIvvpmbVjJsuKlQUoIFYpezumdt8ltplaulMUlfTmYhZZIJLM8z yQDrVw/ru5DISp9nwwJHb4N/1EPIfftQHFdNCdMISAdPuuRHUOuvOYHVYhpbKsbRtVtBp3b+OCpg 1Rk6JC9p+DPYLStKXmIADMGPAPA7cfoPFjsyuaIWvSKnAWgqmRpbu0ib+Y/XWKw2i9bR6ntZHETV cXKaeJuUYWrZCVgUh9OUxP1MZGQFUkV1Hu4A7muTaccdQEixOeo39Uj0FpQkYM+/o+sR7d7aq7pF s7rvCalxdPAZJY/7nFlq1h5oHRSAYo442LkBzz7elSTzwo9tGy9ruPJLTjRBGV034kbrVjhMyTjr tk38PW0I3Y3Z2ztpojDYH0ppb1GVJbFiSYrEyMxaUqhHbhSydLgdQJKsx5HgOccmJiZDocojVPXP 2j2Q02bHTz+e7LUaxiM3r3TW0MVjM5bXmMwuLed7EVWcevcJdi8kcMYbqIJLf4MQG45ACgIMtqmR hbRU+HOFZh1tKAhxJxeR8e/lxMCvzk+bivvzhtM4LTVm4uArTSW7sNut6MslhWZIiSGIZOglwO3B fv3HA1uzdnGUKlu9qAHFY1gpFBHRnXOFo2sHELMSGGV3Ugr2LM3AH+z2H7+MDhUpQSjMw0y99IqW TQJHlGc0ZBZj0tZr/lGzLY9aXueyFieQP0BPu/l4qmAnJEFBRUoOOih5aDeBb8RD9zfKho7c3Mq2 oIGklSRTH+NIY3Veg+3qHfgkE/8AB4slJh6VlyWlUNeXtFLsyl6ZShxNRgPEKGVPAxLt4f6bWFqY jDZXbqe5Da/Pr1btG/I1mIQyyLGbA4UuPSLh2HJBRW+OO60ltN51z6TxrXWIluttE2yj/9k= ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: image/jpeg Content-Transfer-Encoding: base64 Content-Location: https://lh3.googleusercontent.com/ogw/ADGmqu-lm31D22YCP-FaFHpvBb_2GIPcMA9iR02yKUhQGA=s83-c-mo /9j/4AAQSkZJRgABAQAAAQABAAD/4QAqRXhpZgAASUkqAAgAAAABADEBAgAHAAAAGgAAAAAAAABH b29nbGUAAP/bAIQAAwICDQINDg4PCAkLDQ0NCwsKCwgNCg0LDw0LCwoLDQsICwgKCwkKCAoLCBAK DQoOCAgODQoOCAsNCggOCgoNCgEDBAQGBQYKBgYKDg0LDQ8PEhAQEA8PEBAQEA8QDQ0PDxAODxAN Dw0ODw8NDg0NDw0NDQ0NDQ0NDQ0ODQ0NDQ0N/8AAEQgAUwBTAwERAAIRAQMRAf/EAB0AAAIDAQEB AQEAAAAAAAAAAAYIBQcJAwQCAQD/xAA6EAACAQIEBAQEBAUCBwAAAAABAgMEEQAFEiEGBxMxIjJB UQhSYXEUQoGhCSNikcFysRUWFzM0Q1P/xAAbAQACAwEBAQAAAAAAAAAAAAAEBQIDBgcBAP/EADUR AAICAQIEAwcDAwQDAAAAAAECAAMRBCEFEjFBEyJRMmFxgZGhwQax0eHw8TNigpIUFSP/2gAMAwEA AhEDEQA/ANBcQjbM/QL4+zPIvvxVc/v+nMf4eElqqUabRnxIpG5vfwOwN9dx047v4SYyaXbsI/4b ofFItceUdPf/AEmfVXVDIjrY9SZvzDsv9NOD2UDbqEC47euKM82w2E2WAN5EZbmJzMliRf5j5V+i XuLnsW3ubi0m6rIjl2E89qEWQZRLxlIIaeneeY76U/KO2uZzdYUHzEliNhfYYpZgoy2w/vpItyoM scRvuUnwNQ8PgS1hWpl2PSFxToe+yneZh87337KuFturdtl2H3P8RJbrc7INoEfGhy3XLFhlSIKi aoXVAANMmkobDbwsmkfV7etxPR2blYRpLObIMWKPKL2IIN7aT6H2V/r8r7H0uCBhiX7Rtyd52p4g O4sOxv8Al9d7W8PqR7eNdJVgYk+k+Cz+mpgDukZPa7katvfb07X9e+18eBhJYM2NAwxnLJWPPjnG OU8Xhs08gIhVvKoHeWXvaNL7Cx1NsA1mGKbH5RGnD9GdS+/sjqZnPxhxv+OZ2LGR3JMkkm7Me57n yjuEvYeZz2JCOTN+iKoAA2EBst4Wn5qMUjZULnSrSnzt8t/QHte2x7KSL4mb66COff8AE+sQshI2 Euvkj8FFfx7Jaa1FTobM4KPK9titMq3RbgW6reXayHcCm3WV4ymSYtu1i0r6n0jnZFy4k5DxmOiy zLnQG561TNHUSbeaWQ0kqmYn5nsB+YWAwtaxXOXJ/v8AETG4ag5tYj4AfyP2nt4Q53R8XyGCSGWj qlFzTVWm7C3mpZEJiqI9j4lN9mOmwvil1IHMNxJPpGRedSGX1H5HadeZPBicaxPGyhgwII+/23B9 j6HfFAcqcie0tyHMzy4z4HflXK0cikxsTocjYi/5trfVreVrtYKfC8SwXDI6zUVWBhkSIrqbpW3v fZG+b1COf/oPyt67etrzBxtLiBPEqk9o0YehYkH7WHbT5QPYC++J4lU2JCYYAg9JyuZrfFFzAbim tqAG2WUwL9FhJQAfS6NKRt42HcXuK25yZ0Hh9YroUDuMn35i451mJVSR6+X6C50j7mxkPzHY3sLT RcmMeaXLyVyrrSUoUjcqbntsCxP1NlNvc4QagnmcmHPtV8o+HNzmVPyXoDPBl/4xkt1UEix6EKsT M2oeONGADAEEKxfcK1oaVFtIVmxMHcnNac5+UTrij4sM5pKlIpcq6UkqxPHTxyDqlZ7dM2XqaSb3 KsoYLuUXY4cPwukqT4hhOntrAyqg9fXtLeyrPF54J0p0mgnieys40VdNPYMpVl8LRvp1LIjaJFAt uAy55w+lfrkH6GNqWXBsp+Y6j6S7OWzVQi01XRaRGKLLCdpUAGmV0sOnI3ZkFxcXFr2EHKk+XpF2 oWvnzX0Pb0kfzD5XQ8foUdAb9iO4Pup7g/XH1blDkSVV5rO0UXj74Yqrg/V0lFTD8lwsoH9IayNb uLMpHopG2G9eqRvb2McpqlcYi+1+dCjYq3UDAkMD4TcbHUp3D/N/Vc4brXzDInpO81F555LmtUsK 0VZS0w1SNWT1jKrf+vQsWuGcBDdyxCo11j8RBbGNp4/o9PXyKzO3UkDqfcD0Ew2Uscsy7dABKki+ BBc+JkqM51SyFpJjSxrp1yWZtDO1yt72bppsfKO2Fl/6tQbIm/8Au/pG6a+xVCqnTaTeWfAdlFAB rkrJ9NvNIEGyldxEq+h9++/tZQ/6s1JPlAH3kTq9QwwABJTgflxlvBpikjymBBI0SI9RVTyVA6rB V0xyBkDqzgMqzbDXudG7nXabWvpW1Fl4OF5sBcdcd9vjE6a602eGCfxLR4lyAZgs8EgEkMq6NLfJ IhjeM2A8Nhse/iJv7L+Ea57a8Md1MdUnmww6xX+H/g9HB9Wk/wCIaWNCLMNS1ICW02YOsRlsNHWH SIXcRltxtBxEcpVh1h1vnXyqA0vGryaLPKszLGVPSjSQkEXKvIyg+jaNZ3Fx4u/fC7UOLAqjtBdM r0VsG6k/aGkUWgXxASDNvA7jgSZ6miOqkpnDAiWJUc7X8LLKCpU33Gx2G/e8VtVTuMw6hADzMMj0 glR8I5pMLJm1HUH0Wspenf6M1K9xftcLt7HBYspYHykSVllCndCPgf5zMuufZfNswqyVSNhPIkiI 2pQ8R6cgR7LqTqRnS2kXWxxu9IoSlR129ZQWYnytt2msHN3msuSwM00VHoUaz1bO5PYCCNtKmRtW kMdluSdg2ON6U1apwmnpIdtuYeXHqSykbQE11L3PwiG8xvi9rOM5NKTTRoPJBR6gQo28fTXqP9SS ov2jj7Y3ug/TWmorGV5z3Zt/oOg/eDlxn0nXlp8UVXkrf+VJMgP8yGoJJt66S41owG9tvcqwBsNx L9N6S9fYCt2ZRj/PvliWbx1+W3HQzOITR09HH1Br1qC8hvfUHCxwnqX2Y9VvFqvqtvmB+lnZcW3s fQY2+5/ErLgNgCWvm1s0UVImdtgoQG0YVyAdSKDrlDWBd2OkatAiDurk1cPp0tT+Fnm7567SzT89 dwrbpvPDS54s+xxWrZjtqyN53MaxdhufbBKwZ1JhBUURqIwosCR3OJNmAhgHy3SLVzJfNuVrmWKG kr4V3eALJFVW2uYn6kkM57mwjhPYBXO+DKq6LBhsqfXtGXiZ3XpImr+O+hWjmnRunVwxm1HUjRN1 iRGiaT50WVwXK6tKB2bTbF9XDLRcFxlT3G4xBbcYxnMzEkRsyJZnZmYlnZjuWYklm+rE3P1xvCQv lHaSWs4Ecr4nJ3o4kRNP4d5S8ZQabEK38qUbEOmoix397kXxndFZzDlPUSGqo5CGg9yTiT8MFVEW TqSGZwPGST4Ax72VAAB2vrNrlsaAucYHSZ1185YwU515SmSzQsunqskpl09ygMYj6g976lUnzLrG 4GKWOVOflCaSTGc+FWpdKVR0ZHGuTSbxhbFvXU+sDuf+2fX6XyGs4vptK/huxz6AZhrUM3mHSX/w 3VnKpOlIipFUA6NDl7SIbnzRoFPZwBqBsxuMIP8A2lGssIrDA4743+QhlaMa+YbspgVzc4jk5YS0 7aoxTtI0NW7ozhNYHSmujBliEngfzWVw1vBgvTUI4YHr2j2hfGrLBSSOw2/ziFjZ6aEjUejcApJf VTyKdw0UoGmxBvY6drd8SakqdpFa0sXNZ5vUdGH/AB7j4Sx6bP7IGJQ+gMbBgf1W4v8AqcVkEdYm NI5iu/znf8WmcixAOPAe8j4ZQ7TMn+JBzMjzarjo4VQLTDqVLLa7TygaUZrXIgiI21W1ySKRdMbb gtBFZtbv0+EGsckxU6aquBh0V3jFH8omsHGvJyPmfHKLEJPplTT3jlCgB0B2uLWYbB12uL3HGE48 KbVdN1I3HcYn11gK+GeoidcUfDbmXBDnTT1DDsJaEsysPcrGRIp9wyDfsW743Ok4/o7VyLAPcdj/ AAYnasGfPDvw31eaHVLFJEGZQxmOqdrm3lLM4t2BcrvawIBtbbxeljis8x92cfX1hum0vOcHYd49 XKFafhzTRMhp5Y01QdYAO6DTqdbE9WIO2liCbNby3BxiNbo11gLMCDn2oy1KHqhDAdh2k1xHXslV DA1M66WMqzGxhYaWS0TDvIQbspAKqBfzKSo4fw+3T289hGPdKtOgap7Fbt07j5T38d5GvEetCARc izbj23HqDjUK3KdoXor2oIeV7wvyrmyIFIa+tpVY3McHSeMXJJMa1SyRIWJJZujck37gEHLeBvGu qu0lvndAT65IP2xCXJuW0HL/AKj6mMkh6lRPUOWdiPV3chVRfRQEVR2VQABVbY1p3/aKLNYbMKuy jp/k5MDc953RZ7Q101JmdIrUscuiWQF42mjjEuiALtMxVgFdeqmsr4ZgrqDKOHuWVrRhc/WAW6kD CqMk/aZHV9e2Zuzu7O7szu8hJZmZizM7HdnZiSSSSSScdDRAqgLsBFhnoo5tIGK26w1D5RNfMqym fh20SzSBBtGNjt2Auyltu3c7Wxwt9BWz5ZdzNI4os/8AoVGe8mOaOevQxNEiIdUZjZgCsm66S0cs RSaOX1V1kQq1mBBxoaPCo6Iv/UfvFNGhrtYliQPjKH+GjIqhcwqHqa2pmQUlkapkkeWyTxkB5JCx tEHbRpMe0kvhvvhtqL67qhgYOe0vu0jabHh4IP7/AAjcVfDyZui60FXDcSRSKP50ZI2eNorMdjYS xlH0mxVxqYqMlcjsYqL5bbyuPofj/eDCzL8r/wCHrYuZQN06oGoe1yALkehsD73NziojAgjWF2yB g98d5RnEfH5yiR2KllLMRpte1z72B2+o+5xWG3mvq0getQOuJR3Nr+IQOX66IctleQ3AerKJCCO5 tC8kkhGx0XguDfWLY02j4SbwHdgB6DrEmoxVYU7iJFzX+IGt5z3/ABFY7ISCII/BAPUWiTwsR3DO ZG/rxq9NoqqPYX5nrBXYkbyuYFsb29rYObHWVKN8z5lp9Z+9z++JBtpDl3khT5aZRiotCQhxN0I6 MTuNvKC3+B+5vjlJwWzCwSqQa4nyrrE3GKWMOobEB6elHDbltNwyNGyi3iDWsBewvrA9fp64toBd uQd4VfaPDLE+zv8ASGvJCeTKhIpZjHGIkjB+Yhyxv76Sl+1ySTcm5aaitKyVXsB9ZmTcdVWtlmMs W+OM4H5Ms7MK7Yn2BP8AYXwqeRrrwcSj+IOGgyEnfYn9sCd5rKrcED4RaeNuQP8Az3SGQx6mMzWR R4vFJoGkjsQT32sL42tF5qoDKekRWWI3FDS/Qr+Mys6b+HtPmnasSO/5XQuR92VlH7H74sHH8dUy YTboEU+R/rO2cfw3cwy9dUc9LPbfQdcTH6ISHTUdhuyD6i2LU49UTh1I98BNHL0YGLVWcJy8OTPB NC8EkZImSQWYW/uCpHlZSVZSGVmBBL4Xo6c6HIMrVSTgjEn0mWDayC3YMd/12wMATvmX8wE2oyxb u32/zjnHcz1/ZWQvE46ZxQYXRuIJCNcwb3Ee7f6reFT9RfVb0PTPrhzw+rGbm6DpE/F7mKrpq/af 9u8O+GaYUkK27sWZre+oj/ZR+lsVMxYEnuZ7ycjBOwGBJ6rg/Fow91Yf3GAmGZPm5SD74Ptw4HFi SfcemKvDEN/8gjpB8UC0celVCgSqLD0BlQn9mxpqV5tGw+My+osK8TRz3AkvRZcIz2wjxNSzw0yy nDYhyxZaxEUn+ItyFXiCmFfGgE1LpE5APipmYBjJoBYinYiUnSxEQmAB2w84Vca38M+yfsZ5VqPL hu0srl98FmT5fTwj8FDWnpqTVu8hMxYajKDFKI9DlrqqiyppUFrXOlLnPSJW1duTvLSyfzt9h/vj nnczT2+wPiZEcdr01J9gbYoPWHaTeVbwBJ1KeA33cLJIfVmdNbM31LG/sNgAAABpdZ5NOoXaZ3Sk 2cQtZ9yM492OktDIGsCPTvhRXG9o6H3CGWVDWv6HFbRdZI7MfApxAwgQDqW0pL9iR99J3++wxo9H /o2TP8T21dBHoIUUPphFNQ0Kstx4Yuu6T3SxCpBBAIIIIYAgg7EEHYgg2I9sHaL/AFli204Sccsy 5MhUJHGkSLsqRKqILknwqgCgEm+wG9zjX5MV5zuZ/9k= ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: image/jpeg Content-Transfer-Encoding: base64 Content-Location: https://lh3.googleusercontent.com/-d0GkJpHyfyA/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckbjIpwVgO126bmoYVH6g9U0xB4yg/s48-c/photo.jpg /9j/4AAQSkZJRgABAQAAAQABAAD/4QAqRXhpZgAASUkqAAgAAAABADEBAgAHAAAAGgAAAAAAAABH b29nbGUAAP/bAIQAAwICAwICAwMDAwQDAwQFCAUFBAQFCgcHBggMCgwMCwoLCw0OEhANDhEOCwsQ FhARExQVFRUMDxcYFhQYEhQVFAEDBAQGBAYKBgYKEA4LDRIVDxUVEA4PDhESEBAVEg4QFQ4OEA4T Eg8VDw8QEg0PEBIPDxATDxANDRAPDQ8QDRAN/8AAEQgAMAAwAwERAAIRAQMRAf/EABoAAAMBAAMA AAAAAAAAAAAAAAYICQcDBAX/xAAyEAACAQQBAwMCAwcFAAAAAAABAgMEBQYREgAHIQgTQSIxUWFx FBVCUmJy0SMygZHB/8QAGgEAAgMBAQAAAAAAAAAAAAAABAUCAwYHAf/EADIRAAECBAMGBgEEAwEA AAAAAAECAwAEESESMVEFIkFhcfATgZGhscEUMkLR4RUjMwb/2gAMAwEAAhEDEQA/AKCkhVLMQqgb JJ0AOoEw2hD/AFd+oSDOHbHbVW+3ilIxed434m4yD7En4hHx8t9/5ehFuYjQRttm7P8Ax043BvH2 H98fTWFfw6lvvcHLYrLZrTWXO6uNUltpoCpEY/j0dBI/624r+YB68XRCcRP330hspaUglVgNYczs d6VcPoq1Zs2vFqyfKY4xMuNwTBqejX+Zozppv7mUJ48LsbKl6YVTdsNe8u7wnmJtR/5iide8oBfW T2qWz5LQ5PSUSx2iWFaSpEKALTspPB9D4IPE/wBo69lXrFHHOCpJeMYVQvTW8UewdMhHgnzr8Dv/ AN+fnyOjcVYa4KRQb1fd4LZiHbGts1Be6E3+4vDC9vjqUNStM4djIY98gje2V3rR5EdE+Kl1AUnI /EYfZkufyKrH6fm3xWsT6ocPyrML5RPS4xfb1SvUblkobVUVA0p/oQ/Pn9P06BdfabQqq0g04qA+ 42YmG2zVagBD44fJlnZ307T19ttNEmX0cCyy01/SeH2aYyEszLGjSEICzaC+eJHjpDKzDEy4QF2r S1++sIp9YmnP9RqOvfekZr2+7k533ptslyy210ddZYLu9HR3az+7BUUkwBMdTDzUPGG+wYEnyFdO LnTCbZTLDG2om1SDxHfCLWCltXhlOEkdhQ4wxSWCW+YkLXlEtNeZmRop51g9pZ12QGZNkBiuuQHj e9ADx0rxXqm0UkhC6t2hMe5/Zmx0Fnu15wXMLRfLZQQy1T2tK6OWogVAWcIykk6Cn6WA1r7+B06Z fKlBLiTU2r1h0H1JFHEkeUbX329Ulh7S5FFdLDjlDc8uutKscfsQQSyyKDpXeSOMysAF4qofR4t4 HHZy0rsiY2sQC46lAzx1BPJIqBTUkWtnlGSU2hvM19vuAXBfXHf86vaYvmVt/dz1M0SKaRDA8bFw UDxzFgUYjXLZHxrq93/yypJxL8qupHBzeSeGYHCunnEcDbiSKekNNbLlTyY8hgMafu4sssbfVKyy uGBUhUAXkfga8a0Nb6F/xzss65MPLBUoCyRQeXSCZQYSlIG6beY1jhpaK1MiGj1TRiX3TTRDgjyH f1FR4J8730SlwqsTDRbZF6X1ju5tb71HjglsFFT11aic2gqakwB/nQYI+v8Arq2gJoTQQI2sBRxQ p/qS7+WCm7FZPa7ni1dac0rwLTDbb7QB/bkk3yqIKkAxyBI1dgyMSG4A8SenOz5RwvghVUC9Qfrn FriySKHvnAR307aZRieeUGeWq2VN5okWSKVaRWfhsSIWAAJWN0k5D7hTyB8cd2bN2xLrJZKwFDU5 jMUPH5gSdbSs7vZgKxyyXjuj3Ex+4S2abG7HQSB5q6oRtBEYSSNyIAYgKNKN6+5PnwxnZ1tDaghY KvW+QqIjJyilnl38w/dHboLHe8dgNf8AtU9xLRLyJaOqpihLldAL4IjOx5Hj8R1zpE1POv8AhzH6 NaADlentBbTWELwjK/MHhAa9tvmP5Nc/2aCa62e4TCqiiSZQ9NIVAdAshCPGxUMAGRlZm0xBCroE YFpANiI0KAhxsKBAULEH2IIFR5gjlB9b8su1spKQ3uGktTNOKaGMVZlMnJuMQJYDUjbA4AtonQLd VqRVVG6nyhO4hq9D/FeWvWgiYnrq7313dfvnV2t6WW22vEpZrTBSSlCTOJNVEx4kjbMiqNE/TEh8 EkdbrZkp+OzU5qv/AAIVYqrqMopPQWG44zb6wRV0lQsKCClWc+6qDwQdNsbAAH/PXL2pNplRWUJP UA+xh454UwRu0rc0tGcdrLdV4JmWYXzJLzdbtFXtR+x71Y7/ALAoef3GiDkhU3Kn+mPpA+ygeOnP i/kpShKQCNAB8RKYYQ0kFs0B1uK8L53r3eGKprdQ45YKiSligVFVp0hhj4RKwBIZYz4jbyd8dDyT 89COWuc4SpxOLCeGX9V4jSFW7u93+43buy1CYpQW6suK07zo9dC8jLGpUMwAYDej9z4/Ho3ZzTcw oh0mg0h7OtpCUqRmpQT5mJ6dwMp7l9y7ul1yufILtVwMXWSaGQRQH8Y1RQkf2/gA63zAlmRRopp1 EJHELBotJrzEBVLQNdK1Qj85Drkd7+PJJ/z0YV4Ex4EYlRdmeHnZ6ogbPuMft+nXJFQek746RntP R22/XBPeAkp1m9iQEfSfIEn66BK/qSPjphLp8FsuHNVh04n6imbWp55LKf2b56/tHrveUatJCbjQ VUStotvyOhXRUxSlWAgmAfIcTty1ks88QqKiWhnpiHG1KMASpH58ejtnI31J1BijaUyrwUkZJWkx 7WMY9Q0jgRQRiPQ4hVGgPy6AKAYaPPrPGMU9SXoxx/uR3Ew/KLfSTW2Opr46PJmtMO5Z6UqSk3ED /eHVI2fRISTmdiLrRbKfUKtE1GY5QlXNKQkmgr3699D/AP/Z ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: image/png Content-Transfer-Encoding: base64 Content-Location: https://lh3.googleusercontent.com/-Fyrkqd0aYm8/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckhU-ehMBPq93bbRJYXjWSqbTZTPQ/s48-c/photo.jpg iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAAAA3NCSVQICAjb4U/gAAAABmJLR0QA AgCIANGdcUBlAAAB+ElEQVRYhWNk6rjIMJgA00A7AB2MOogQGHUQITDqIEJg1EGEwKiDCIFRBxEC LORpOxyjoiLI9ubbX925NweFg4Q5mcW4yNSLHwy6KBt1ECEw6BxEacI0keBstZc0kuDkZWP68ef/ vQ+/ppx9M+/Su4FxECsT44ZgRUkeqCGsbIz6YhxT3aTFuFg6TrwaAAcJcjD/+vt/7c2PW+9++vX3 f7A6v68KPxszY4m56MbbH6+//UmGmRSlof8MDL2nXodteLjw8vvl1z6ErH+4/tZHiEMrLMXIM5Mi B7359qfm0Atkkc4Tr378+c/AwGAuxT0ADvqPIXL+5fe7H34yMDBIcpOZGKif7T/8+MvAwMDNxsTD Ro7h1HfQp1//GBgYGBkYNITYydBOfQfxszMzMDD8Z2C48Y7uuQwrgLQCPv78++XXPzK0U+QgQQ7m eF1BZJEkPSFlQTYGBoZ7H36RZyZFDmJlYux0kMwwFIZwQzX4623EGRkY/jMwbLj1kTwzKSqpH376 Lc7FMsVNuslW4u///yKcLEyMDAwMDIcef209NhBVx6VX348++ZpvIgqvzn78+b/7weeAtQ/INpOR KiNoibqCyoLsn37+XX3j4/2PZKYeCKBOu3j+5fdUMYdhEDbQRh1ECIw6iBAYdRAhMOogQmDUQYTA oHMQAJnjjU2cKD6JAAAAAElFTkSuQmCC ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
<= /html> ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://5aw5yymkdca-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
<= /html> ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://scone-pa.clients6.google.com/static/proxy.html?usegapi=1&jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.gapi.en.vQiXRrxCe40.O%2Fd%3D1%2Frs%3DAHpOoo-wBrxoiAJAWI5rmBYJxS8iVgTdFg%2Fm%3D__features__#parent=https%3A%2F%2Fcolab.research.google.com&rpctoken=350768162 ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
/usr/local/lib/python=
3.7/dist-packages/nltk/twitter/__init__.py:20: UserWarning: The twython lib=
rary has not been installed. Some functionality from the twitter package wi=
ll not be available.
  warnings.warn("The twython library has not been installed. "
=20
=20
/usr/local/lib/python3.7/dist-packages/past/types/oldstr.py:5=
: DeprecationWarning:

Using or importing the ABCs from 'collections' instead of from 'collections=
.abc' is deprecated since Python 3.3,and in 3.9 it will stop working

------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-fab752a9-7f78-4118-9adc-ac9e709a9849@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
ID profileName ReviewTitle Rating Brand
0 RRXDF48XJ3PIZ SonamGupta MUST BUY ..... INALASA AIRFRYER 5.0 Amazon Airfryer
1 R1T00CUBTLNHWV Sumit Saxena Low Quality/ Pathetic Customer Support 1.0 Amazon Airfryer
2 RYRABT0JRHNX2 Ankit Mishra Easy to use 5.0 Amazon Airfryer
3 R30JVDIPF5BO91 Tushar Arora Was almost a great product 2.0 Amazon Airfryer
4 RBCHCB8D9ZTY3 Amazon Customer Product has manufacturing defect. 1.0 Amazon Airfryer
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-50f769dc-0b95-4113-a7ce-aa0e7eeca067@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-9f1f97b7-8fd4-4c7f-bf07-6bea64673eff@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
ReviewTitle Rating Brand
0 MUST BUY ..... INALASA AIRFRYER 5.0 Amazon Airfryer
1 Low Quality/ Pathetic Customer Support 1.0 Amazon Airfryer
2 Easy to use 5.0 Amazon Airfryer
3 Was almost a great product 2.0 Amazon Airfryer
4 Product has manufacturing defect. 1.0 Amazon Airfryer
... ... ... ...
3473 Air Fryer with a difference but seller 4.0 Varada Pro
3474 A happy experience 5.0 Varada Pro
3475 Recommended 5.0 Varada Pro
3476 Looks trendy black and copper 5.0 Varada Pro
3477 NaN NaN NaN

3478 rows =C3=97 3 columns

------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7f619ec0-64d8-45d0-8457-08c1c72fbaa1@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-cee4c237-0e76-46b0-9b02-47774a80722b@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Brand Rating
1698 Philips 4.0
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-76c58c09-005c-4508-82fb-91ffeecdf531@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b30a1a7c-c9af-4220-b6eb-005ae6c7d838@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Brand Rating
717 American Micronic 5.0
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-7cc6efb7-e77d-4719-a017-f3c4a3a52e8d@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c2e61cac-21f5-48b8-8f10-417bd8005126@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
ReviewTitle Rating Brand
1372 Push button not worked 1.0 Insala airfryer
1636 air fryer get hot outside 1.0 Kent
1911 \n Repalced it once but to this day doesn't w... 1.0 Philips
1015 Defective piece was sent 1.0 Insala airfryer
2921 \n An excellent Product. A lot of calories ca... 1.0 Philips
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-649cddbc-bab5-4aff-803d-fd3e85e48cd5@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-eb4f7ba2-8098-48be-9662-7343b9116a4c@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Rectangle(xy=3D(-0.4,=
 0), width=3D0.8, height=3D1975, angle=3D0)
1975
Rectangle(xy=3D(0.6, 0), width=3D0.8, height=3D739, angle=3D0)
739
Rectangle(xy=3D(1.6, 0), width=3D0.8, height=3D439, angle=3D0)
439
Rectangle(xy=3D(2.6, 0), width=3D0.8, height=3D202, angle=3D0)
202
Rectangle(xy=3D(3.6, 0), width=3D0.8, height=3D121, angle=3D0)
121
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e395e0c8-2eb6-4284-bdbf-70b3831e7c8e@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-31663f74-3543-43e2-bfbf-2472bb9fbff3@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3cc0a73b-313e-4374-98d1-9d53cc8a8c36@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-479b73cf-40a7-4b12-bba1-9df9cc2dccad@mhtml.blink @charset "utf-8"; #modebar-422618 .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-422618 .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-422618 .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-422618 .modebar-group { background-c= olor: rgba(245, 246, 249, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Negative on Amazon Ai=
rfryer:                                 CleanedText  ...                   =
                 lemma_neg
1017                           worst experi  ...                           =
   [worst, experi]
1135                                satisfi  ...                           =
         [satisfi]
1435                    take long time cook  ...                     [take,=
 long, time, cook]
1054                   poor qualiti product  ...                     [poor,=
 qualiti, product]
1159     product box inner thermacol broken  ...     [product, box, inner, =
thermacol, broken]
1055                     poor built qualiti  ...                       [poo=
r, built, qualiti]
1336                     miss warranti card  ...                       [mis=
s, warranti, card]
1155                                 averag  ...                           =
          [averag]
1500                          worst product  ...                           =
  [worst, product]
1512                                  worth  ...                           =
           [worth]
1213                                   good  ...                           =
            [good]
1092     warranti card instruct manual miss  ...     [warranti, card, instr=
uct, manual, miss]
1086                        real disappoint  ...                           =
[real, disappoint]
1218                     poor paint qualiti  ...                       [poo=
r, paint, qualiti]
1517                   delic plastic compon  ...                     [delic=
, plastic, compon]
1226              miss manual warranti card  ...               [miss, manua=
l, warranti, card]
1026        damag product reciev weak handl  ...        [damag, product, re=
ciev, weak, handl]
1100           poor kitchen inalsa airfrier  ...            [poor, kitchen,=
 inalsa, airfrier]
1294                       money well spent  ...                         [m=
oney, well, spent]
1283                           unabl regist  ...                           =
   [unabl, regist]
1035            decent product littl faulti  ...             [decent, produ=
ct, littl, faulti]
1241                              worth buy  ...                           =
      [worth, buy]
1511                           averag fryer  ...                           =
   [averag, fryer]
1479                          worst product  ...                           =
  [worst, product]
1020      worst servic poor qualiti product  ...      [worst, servic, poor,=
 qualiti, product]
1201                         horribl experi  ...                           =
 [horribl, experi]
994       low qualiti pathet custom support  ...      [low, qualiti, pathet=
, custom, support]
1233                 abl return broken piec  ...                  [abl, ret=
urn, broken, piec]
1036                   genuin worst product  ...                     [genui=
n, worst, product]
1483                        worst air fryer  ...                          [=
worst, air, fryer]
1008                          worst product  ...                           =
  [worst, product]
1210                           poor qualiti  ...                           =
   [poor, qualiti]
1041                pathet air fryer inalsa  ...                 [pathet, a=
ir, fryer, inalsa]
1266                                    use  ...                           =
             [use]
1264                   poor qualiti product  ...                     [poor,=
 qualiti, product]
1475       poor product qualiti poor servic  ...       [poor, product, qual=
iti, poor, servic]
1109             poor product servic amazon  ...              [poor, produc=
t, servic, amazon]
1397                              complaint  ...                           =
       [complaint]
1398                      useless seem fake  ...                        [us=
eless, seem, fake]
1143                   poor qualiti product  ...                     [poor,=
 qualiti, product]
1277                              worth buy  ...                           =
      [worth, buy]
1485                          worst product  ...                           =
  [worst, product]
1071                            bad qualiti  ...                           =
    [bad, qualiti]
1063  disappoint product ever bought amazon  ...  [disappoint, product, eve=
r, bought, amazon]
1542                      bad custom servic  ...                        [ba=
d, custom, servic]
1544                             wast money  ...                           =
     [wast, money]
1066       stop work use miss item list box  ...     [stop, work, use, miss=
, item, list, box]
1362                 worst product dont buy  ...                  [worst, p=
roduct, dont, buy]
1162                    wast chines product  ...                       [was=
t, chine, product]
1249                                    bad  ...                           =
             [bad]
1167                            worst brand  ...                           =
    [worst, brand]
1380                            bad product  ...                           =
    [bad, product]
1412                        horribl product  ...                           =
[horribl, product]
1323                       dont buy serious  ...                         [d=
ont, buy, serious]
1314         buy inalsa airfryer wast money  ...         [buy, inalsa, airf=
ryer, wast, money]

[55 rows x 5 columns]
Trigram Frequency
0 product box inner thermacol 1
1 box inner thermacol broken 1
2 warranti card instruct manual 1
3 card instruct manual miss 1
4 miss manual warranti card 1
5 damag product reciev weak 1
6 product reciev weak handl 1
7 poor kitchen inalsa airfrier 1
8 decent product littl faulti 1
9 worst servic poor qualiti 1
10 servic poor qualiti product 1
11 low qualiti pathet custom 1
12 qualiti pathet custom support 1
13 abl return broken piec 1
14 pathet air fryer inalsa 1
15 poor product qualiti poor 1
16 product qualiti poor servic 1
17 poor product servic amazon 1
18 disappoint product bought amazon 1
19 stop work use miss 1
20 work use miss item 1
21 use miss item list 1
22 miss item list box 1
23 worst product dont buy 1
24 buy inalsa airfryer wast 1
25 inalsa airfryer wast money 1
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-40de8963-483e-41e4-8cc0-a4b626fda428@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-51698d2e-7604-440a-8c3c-b18e8337deb3@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Negative on kenstar A=
irfryer:                              CleanedText  ...                     =
             lemma_neg
1569                          disappoint  ...                              =
 [disappoint]
1558                matter week wast buy  ...                  [matter, wee=
k, wast, buy]
1567               recip book given miss  ...                 [recip, book,=
 given, miss]
1551                             satisfi  ...                              =
    [satisfi]
1568   snall wire wrong descript mention  ...    [snall, wire, wrong, descr=
ipt, mention]
1581        remov extra fat chicken meat  ...         [remov, extra, fat, c=
hicken, meat]
1602  kenstar aster digi oxi fryer black  ...  [kenstar, aster, digi, oxi, =
fryer, black]
1562  product valu money recip book miss  ...  [product, valu, money, recip=
, book, miss]
1584             worst experi wast money  ...               [worst, experi,=
 wast, money]
1548              build qualiti question  ...                 [build, quali=
ti, question]

[10 rows x 5 columns]
Trigram Frequency
0 matter week wast buy 1
1 recip book given miss 1
2 snall wire wrong descript 1
3 wire wrong descript mention 1
4 remov extra fat chicken 1
5 extra fat chicken meat 1
6 kenstar aster digi oxi 1
7 aster digi oxi fryer 1
8 digi oxi fryer black 1
9 product valu money recip 1
10 valu money recip book 1
11 money recip book miss 1
12 worst experi wast money 1
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3150f4e9-6074-4c72-a746-693719bd594c@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-8853105f-c7f2-48f1-b1bd-c2dc077c394b@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Negative on kent Airf=
ryer:                             CleanedText  ...                         =
       lemma_neg
1644                        bad qualiti  ...                           [bad=
, qualiti]
1637  worst product possibl need refund  ...  [worst, product, possibl, nee=
d, refund]
1642                             pathet  ...                               =
  [pathet]
1645                     good make food  ...                       [good, m=
ake, food]
1651                       qualiti poor  ...                          [qual=
iti, poor]

[5 rows x 5 columns]
Trigram Frequency
0 worst product possibl need 1
1 product possibl need refund 1
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ce8f2294-378d-4962-876d-90311735d8ea@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-5274c849-3a6a-4922-a595-aaa916570e3f@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Negative on kent Airf=
ryer:                                       CleanedText  ...               =
                           lemma_neg
686                                averag product  ...                     =
             [averag, product]
588                                        expect  ...                     =
                      [expect]
874                                     tast good  ...                     =
                  [tast, good]
563                         worst warranti servic  ...                     =
     [worst, warranti, servic]
946                                       satisfi  ...                     =
                     [satisfi]
818                                 tranport good  ...                     =
              [tranport, good]
696                                          sure  ...                     =
                        [sure]
626  product gud ltr true base small compar brand  ...  [product, gud, ltr,=
 true, base, small, compar,...
575           pleas note air fryer pan fit proper  ...         [plea, note,=
 air, fryer, pan, fit, proper]
582                                 less oil cook  ...                     =
               [le, oil, cook]
613                              oil less journey  ...                     =
            [oil, le, journey]
620                                     dri fryer  ...                     =
                  [dri, fryer]
605                                        averag  ...                     =
                      [averag]
646                                    packag bad  ...                     =
                 [packag, bad]
641                                           use  ...                     =
                         [use]
556                                 qualiti great  ...                     =
              [qualiti, great]
589                          good even prima faci  ...                     =
     [good, even, prima, faci]
584                                         worth  ...                     =
                       [worth]
688                              worst buy amazon  ...                     =
          [worst, buy, amazon]
809                                  wast product  ...                     =
               [wast, product]
839                                       useless  ...                     =
                     [useless]
657                          poor qualiti product  ...                     =
      [poor, qualiti, product]
647                                  good product  ...                     =
               [good, product]
664                         timer function expect  ...                     =
     [timer, function, expect]
860                                    wast money  ...                     =
                 [wast, money]

[25 rows x 5 columns]
Trigram Frequency
0 product gud ltr true 1
1 gud ltr true base 1
2 ltr true base small 1
3 true base small compar 1
4 base small compar brand 1
5 pleas note air fryer 1
6 note air fryer pan 1
7 air fryer pan fit 1
8 fryer pan fit proper 1
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-fa5676ea-8415-4bb0-8381-b95fc3ac0b2e@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-45db042a-7fd4-490d-93c6-8c7c193b1452@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
positive on AMC Airfr=
yer:                                   CleanedText  ...                    =
                     lemma_Pos
862                  excel daili healthi cook  ...                     [exc=
el, daili, healthi, cook]
858  easi use healthi flavour rich food fryer  ...  [easi, use, healthi, fl=
avour, rich, food, fryer]
830                          one kind product  ...                         =
     [one, kind, product]
840                             best bachelor  ...                         =
         [best, bachelor]
842                    great product low cost  ...                       [g=
reat, product, low, cost]
..                                        ...  ...                         =
                      ...
855      product qualiti top class usag limit  ...       [product, qualiti,=
 top, class, usag, limit]
859                         use member famili  ...                         =
    [use, member, famili]
873                              good product  ...                         =
          [good, product]
856                    good oper maintain vfm  ...                       [g=
ood, oper, maintain, vfm]
836                                      good  ...                         =
                   [good]

[219 rows x 5 columns]
Trigram Frequency
0 excel daili healthi cook 1
1 easi use healthi flavour 1
2 use healthi flavour rich 1
3 healthi flavour rich food 1
4 flavour rich food fryer 1
5 great product low cost 1
6 excel air fryer amaz 1
7 air fryer amaz price 1
8 absolut blown away wonder 1
9 blown away wonder product 1
10 away wonder product technolog 1
11 wonder product technolog permit 1
12 product technolog permit fri 1
13 technolog permit fri littl 1
14 excel product use week 1
15 product use week chicken 1
16 best air fryer qualiti 1
17 air fryer qualiti wise 1
18 fryer qualiti wise come 1
19 product good look good 1
20 good look good thing 1
21 look good thing purchas 1
22 shes alreadi tri recipi 1
23 alreadi tri recipi day 1
24 tri recipi day enjoy 1
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-2ef56de9-3285-4680-b3b3-6b5b72cb42ad@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b5fc3d24-6a2e-41bd-97de-6ea6377cfee6@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20
=20
=20 =20
<= /g>= <= g class=3D"points"><= /g>= <= path d=3D"M660.35,344.35V315.35H686.35V344.35Z" style=3D"vector-effect: non= -scaling-stroke; opacity: 1; stroke-width: 1.3px; fill: rgb(219, 64, 82); f= ill-opacity: 1; stroke: rgb(77, 86, 99); stroke-opacity: 1;">=E2=88=921<= /text>=E2=88=920.500.510100200300<= text text-anchor=3D"end" x=3D"79" y=3D"4.199999999999999" data-unformatted= =3D"400" data-math=3D"N" transform=3D"translate(0,272.27)" style=3D"font-fa= mily: "Open Sans", verdana, arial, sans-serif; font-size: 12px; f= ill: rgb(77, 86, 99); fill-opacity: 1; white-space: pre;">4005= 00600700= Export to plot.l= y =C2=BB
= Sentiment Po= larity distributionPolaritycount
=20
<matplotlib.axes._s=
ubplots.AxesSubplot at 0x7f7c9a82bed0>
<= /div> ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-5fe85ecd-20f4-416c-8479-928ef7e4993f@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
<matplotlib.axes._s=
ubplots.AxesSubplot at 0x7f7c9a7f53d0>
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c07355e6-2b9f-4451-92c6-b97bf23b9d09@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
'
Push button  not workedair fryer get hot outside\n  =
Repalced it once but to this day doesn\'t work properly.\nDefective piece w=
as sent\n  An excellent Product. A lot of calories can be saved with its us=
e\nDamaged product receivedWorst experienceWant this replacementService pro=
blem\n  Reveived damaged product with full of scratch and the coil also det=
ached from the position\nWorst service. Poor quality product.\n  Product is=
 bud but delivered to me has a little problem.\nTo buy Inalsa airfryer is a=
 waste of money\n  Totally different product delivered without indicator li=
ght and display as shown in pic. Very disappointed from this.\n\n  Buy any =
air frier at lesser cost, it hardly matters, dont pay so much for just a na=
me\nNo guarantee card no invoice no recipe book\n  First Time. I ordered on=
e  but it did not work - the \'tray\' would not go in because it was obstru=
cted by a wire hanging down. I tried to return it to the \'authorised\' age=
nt that was some 25 kms away. At 1230h when I re
=
'
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-96777068-5726-4498-a420-451dbdb058fb@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
ReviewTitle Rating Brand CleanedText
1372 Push button not worked 1.0 Insala airfryer push button work
1636 air fryer get hot outside 1.0 Kent air fryer get hot outsid
1911 \n Repalced it once but to this day doesn't w... 1.0 Philips repalc day doesnt work proper
1015 Defective piece was sent 1.0 Insala airfryer defect piec sent
2921 \n An excellent Product. A lot of calories ca... 1.0 Philips excel product lot calori save use
... ... ... ... ...
1520 Value for money n easy to clean 5.0 Insala airfryer valu money easi clean
1522 Good and useful product 5.0 Insala airfryer good use product
1524 Very easy to use and good product 5.0 Insala airfryer easi use good product
1509 Excellent Product. Proud owner of Inalsa Air F... 5.0 Insala airfryer excel product proud owner inalsa air fryer
3476 Looks trendy black and copper 5.0 Varada Pro look trendi black copper

3476 rows =C3=97 4 columns

------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-d5ba1f1f-4854-450a-a76c-668f61b1aa62@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-9be09262-2c85-49e6-a828-c79a0cd29b39@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
ReviewTitle Rating Brand CleanedText Polarity Sentiment_Type
0 Push button not worked 1.0 Insala airfryer push button work 0.000000 NEUTRAL
1 air fryer get hot outside 1.0 Kent air fryer get hot outsid 0.125000 POSITIVE
2 \n Repalced it once but to this day doesn't w... 1.0 Philips repalc day doesnt work proper 0.000000 NEUTRAL
3 Defective piece was sent 1.0 Insala airfryer defect piec sent 0.000000 NEUTRAL
4 \n An excellent Product. A lot of calories ca... 1.0 Philips excel product lot calori save use 1.000000 POSITIVE
... ... ... ... ... ... ...
3471 Value for money n easy to clean 5.0 Insala airfryer valu money easi clean 0.400000 POSITIVE
3472 Good and useful product 5.0 Insala airfryer good use product 0.500000 POSITIVE
3473 Very easy to use and good product 5.0 Insala airfryer easi use good product 0.631667 POSITIVE
3474 Excellent Product. Proud owner of Inalsa Air F... 5.0 Insala airfryer excel product proud owner inalsa air fryer 0.900000 POSITIVE
3475 Looks trendy black and copper 5.0 Varada Pro look trendi black copper 0.216667 POSITIVE

3476 rows =C3=97 6 columns

------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-94e83d2c-f70b-4bca-a9ed-23442aa98a99@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-dacdfd31-e79e-46b8-ad15-4915732c57a3@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-6d0da60c-2f41-4743-8472-e211ff5b614f@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c80e4fb0-831c-4afd-8fb6-6754e2288601@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-96b5bb5e-e23e-43d3-acbf-c46c729dbe2b@mhtml.blink @charset "utf-8"; #modebar-0ce58d .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-0ce58d .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-0ce58d .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-0ce58d .modebar-group { background-c= olor: rgba(245, 246, 249, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20 =20
<= /g>= = <= path d=3D"M290.35,344.35V344.35H316.35V344.35Z" style=3D"vector-effect: non= -scaling-stroke; opacity: 1; stroke-width: 0px; fill: rgb(219, 64, 82); fil= l-opacity: 1; stroke: rgb(77, 86, 99); stroke-opacity: 1;"><= /path><= path d=3D"M422.35,344.35V344.35H448.35V344.35Z" style=3D"vector-effect: non= -scaling-stroke; opacity: 1; stroke-width: 0px; fill: rgb(219, 64, 82); fil= l-opacity: 1; stroke: rgb(77, 86, 99); stroke-opacity: 1;"><= /path><= g class=3D"point"><= g class=3D"point">11.522.533.544.55<= g class=3D"ytick">0500100015002= 000Export to plot.ly =C2=BB
Review Rating distributionRatingcou= nt
=20
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a363e9fd-5216-4002-98f0-cc39320e4602@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-0b317fb9-c33f-42c8-8597-a3cc8928c9ec@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b859db01-4b05-4727-935e-73c74517410b@mhtml.blink @charset "utf-8"; #modebar-fe9a9b .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-fe9a9b .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-fe9a9b .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-fe9a9b .modebar-group { background-c= olor: rgba(245, 246, 249, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
ReviewTitle Rating CleanedText Polarity Sentiment_Type
Brand
Amazon Airfryer 553 553 553 553 553
American Micronic 396 396 396 396 396
Hilton 44 44 44 44 44
Insala airfryer 553 553 553 553 553
Kenster 87 87 87 87 87
Kent 23 23 23 23 23
Philips 1796 1796 1796 1796 1796
Solara Digital 3 3 3 3 3
Varada Pro 21 21 21 21 21
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-9b53c2a3-3e19-4e06-bd23-4c923b6f0855@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a8ecd7c6-a724-41c6-900a-250f19f3e8de@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20 =20
<= /g>= = PhilipsIns= ala airfryerAmazon AirfryerAmerican MicronicK= ensterHiltonKentVarada ProSolara Digital= 020040060080010001200= 140016001800Export to plot.ly =C2=BB
<= text class=3D"gtitle" x=3D"62.2" y=3D"50" text-anchor=3D"start" dy=3D"0em" = data-unformatted=3D"COUNT OF BRANDS" data-math=3D"N" style=3D"font-family: = "Open Sans", verdana, arial, sans-serif; font-size: 17px; fill: r= gb(77, 86, 99); opacity: 1; font-weight: normal; white-space: pre;">COUNT O= F BRANDSBrandcount
=20
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c7ca8fde-7c91-4b42-bc6a-d1e7312aa621@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f8c7c966-b958-40bb-90bb-5100eae55f84@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-23543fd8-edb4-4a2f-a592-08fc423d5d32@mhtml.blink @charset "utf-8"; #modebar-f58e61 .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-f58e61 .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-f58e61 .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-f58e61 .modebar-group { background-c= olor: rgba(245, 246, 249, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
ReviewTitle Rating Brand CleanedText Polarity Sentiment_Type Review_emotions pol_num
1372 Push button not worked 1.0 Insala airfryer push button work 0.000000 NEUTRAL SATISFIED 0
1636 air fryer get hot outside 1.0 Kent air fryer get hot outsid 0.125000 POSITIVE HAPPY 1
1911 \n Repalced it once but to this day doesn't w... 1.0 Philips repalc day doesnt work proper 0.000000 NEUTRAL SATISFIED 0
1015 Defective piece was sent 1.0 Insala airfryer defect piec sent 0.000000 NEUTRAL SATISFIED 0
2921 \n An excellent Product. A lot of calories ca... 1.0 Philips excel product lot calori save use 1.000000 POSITIVE HAPPY 1
586 Damaged product received 1.0 American Micronic damag product receiv 0.000000 NEUTRAL SATISFIED 0
1017 Worst experience 1.0 Insala airfryer worst experi -1.000000 NEGATIVE ANGRY -1
1634 Want this replacement 1.0 Kent want replac 0.000000 NEUTRAL SATISFIED 0
313 Service problem 1.0 Amazon Airfryer servic problem 0.000000 NEUTRAL SATISFIED 0
2919 \n Reveived damaged product with full of scra... 1.0 Philips reveiv damag product full scratch coil also de... 0.350000 POSITIVE HAPPY 1
1020 Worst service. Poor quality product. 1.0 Insala airfryer worst servic poor qualiti product -0.700000 NEGATIVE ANGRY -1
2918 \n Product is bud but delivered to me has a l... 1.0 Philips product bud deliv littl problem -0.187500 NEGATIVE ANGRY -1
321 To buy Inalsa airfryer is a waste of money 1.0 Amazon Airfryer buy inalsa airfryer wast money -0.200000 NEGATIVE ANGRY -1
1929 \n Totally different product delivered withou... 1.0 Philips total differ product deliv without indic light... -0.191667 NEGATIVE ANGRY -1
2806 \n Buy any air frier at lesser cost, it hardl... 1.0 Philips buy air frier lesser cost hard matter dont pay... -0.030556 NEGATIVE ANGRY -1
304 No guarantee card no invoice no recipe book 1.0 Amazon Airfryer guarante card invoic recip book 0.000000 NEUTRAL SATISFIED 0
2950 \n First Time. I ordered one but it did not ... 1.0 Philips first time order one work tray would obstruct ... -0.149365 NEGATIVE ANGRY -1
2951 \n Product is really good. suitable for fries... 1.0 Philips product realli good suitabl fri chip frozen fo... 0.356667 POSITIVE HAPPY 1
2606 \n It's not working i want to exchange it\n 1.0 Philips work want exchang 0.000000 NEUTRAL SATISFIED 0
300 Do not buy 1.0 Amazon Airfryer buy 0.000000 NEUTRAL SATISFIED 0
1027 Rust air frier, opened box, 1.0 Insala airfryer rust air frier open box 0.000000 NEUTRAL SATISFIED 0
1204 Product didn't powered up 1.0 Insala airfryer product didnt power 0.000000 NEUTRAL SATISFIED 0
1942 \n Extremely disappointed. I opened it after ... 1.0 Philips extrem disappoint open find damag whole coil h... 0.016667 POSITIVE HAPPY 1
2915 \n Compact,portable and ease of cleaning. Req... 1.0 Philips compact portabl eas clean requir low oil make ... 0.400000 POSITIVE HAPPY 1
1616 Review 1.0 Kenster review 0.000000 NEUTRAL SATISFIED 0
589 Not good even prima facie 1.0 American Micronic good even prima faci -0.350000 NEGATIVE ANGRY -1
1910 \n Did not receive the recipe book.For such a... 1.0 Philips receiv recip book expens product get complet s... -0.133333 NEGATIVE ANGRY -1
1210 Poor quality 1.0 Insala airfryer poor qualiti -0.400000 NEGATIVE ANGRY -1
2923 \n This isn't even worth 5k anymore. This is ... 1.0 Philips isnt even worth anymor basic analog fryer enti... 0.076389 POSITIVE HAPPY 1
351 Don't buy 1.0 Amazon Airfryer dont buy 0.000000 NEUTRAL SATISFIED 0
1650 Dont buy this product 1.0 Kent dont buy product 0.000000 NEUTRAL SATISFIED 0
1645 NOT GOOD FOR MAKING FOOD 1.0 Kent good make food -0.350000 NEGATIVE ANGRY -1
1006 Doesn't work anymore Amazon is sell so cheap q... 1.0 Insala airfryer doesnt work anymor amazon sell cheap qualiti p... 0.400000 POSITIVE HAPPY 1
346 Defected piece. 1.0 Amazon Airfryer defect piec 0.000000 NEUTRAL SATISFIED 0
1882 \n It's not getting locked. We got faulty pro... 1.0 Philips get lock got faulti product even month face is... 0.000000 NEUTRAL SATISFIED 0
1885 \n RECEIVED A BROKEN PRODUCT 2nd timeAwful ex... 1.0 Philips receiv broken product timeaw experi -0.200000 NEGATIVE ANGRY -1
1643 No safety switch 1.0 Kent safeti switch 0.000000 NEUTRAL SATISFIED 0
341 Defective pro6 1.0 Amazon Airfryer defect 0.000000 NEUTRAL SATISFIED 0
1008 Worst product 1.0 Insala airfryer worst product -1.000000 NEGATIVE ANGRY -1
1890 \n Received used product please check your pr... 1.0 Philips receiv use product pleas check product 0.000000 NEUTRAL SATISFIED 0
2832 \n The product arrived broken unfortunately\n 1.0 Philips product arriv broken unfortun -0.450000 NEGATIVE ANGRY -1
1893 \n Damaged product delivered!\n 1.0 Philips damag product deliv 0.000000 NEUTRAL SATISFIED 0
1642 Pathetic! 1.0 Kent pathet -1.000000 NEGATIVE ANGRY -1
1895 \n I got the product wth broken handle.Outsid... 1.0 Philips got product wth broken handl outsid box inspit... -0.400000 NEGATIVE ANGRY -1
334 Chinese product 1.0 Amazon Airfryer chines product 0.000000 NEUTRAL SATISFIED 0
1897 \n Got a defective product....how is it that... 1.0 Philips got defect product packag bad expens product -0.312500 NEGATIVE ANGRY -1
1641 Didn't work after 1 time use 1.0 Kent didnt work time use 0.000000 NEUTRAL SATISFIED 0
2807 \n Tried first time to make French Fries. Whe... 1.0 Philips tri first time make french fri close cook minu... -0.126667 NEGATIVE ANGRY -1
330 Don't buy seriously 1.0 Amazon Airfryer dont buy serious -0.333333 NEGATIVE ANGRY -1
1638 Malfunctioning within 2 weeks of purchase 1.0 Kent malfunct within week purchas 0.000000 NEUTRAL SATISFIED 0
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-36f9a3bf-4318-4325-aa30-0ce055976931@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a80bca22-af79-4fff-be99-c09930d737e1@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
<seaborn.axisgrid.P=
airGrid at 0x7f7c96e5de90>
=
=
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b4704cfc-f07c-436d-ae52-b45b0c98c714@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
<seaborn.axisgrid.F=
acetGrid at 0x7f7c96a946d0>
=
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b9165e06-302c-4ec6-9316-881bc52813e0@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20 =20
= = = Philips= Insala airfryerAmerican MicronicVarada Pro= Amazon AirfryerHiltonKensterKentSolara Digital= 0200400600800100012= 0014001600
RecomendedN= ot Recomended= Distribution of= Recomending Brands based on Ratings
=20
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-308f8b1c-0b27-435f-9fa9-69cfc5426d74@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c1ab3fe7-2def-4c94-b6cb-7477b522c819@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-75a1392a-6f39-484f-84a9-5b75a2a94c8b@mhtml.blink @charset "utf-8"; #modebar-0d8448 .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-0d8448 .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-0d8448 .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-0d8448 .modebar-group { background-c= olor: rgba(255, 255, 255, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20 =20
= = = = <= path d=3D"M666.93,345V337.2H754.4V345Z" style=3D"vector-effect: non-scaling= -stroke; opacity: 1; stroke-width: 0px; fill: rgb(99, 110, 250); fill-opaci= ty: 1;">In= sala airfryerKentPhilipsAmerican Micronic<= g class=3D"xtick">Am= azon AirfryerKensterHiltonVarada ProSolara Di= gital0200= 600800= 1000120014001600
Recomended<= /g><= /g>Not RecomendedDistribution of polarity of reviews based on ratings<= /g>
<= /div> =20
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-18c7cafb-1ecf-439f-bfd9-9bb7cb5a5c3f@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-42ff331c-1d54-4b25-8a80-d25c5562c6eb@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-8494fbb6-2ed0-40ba-8e7f-3416079a4040@mhtml.blink @charset "utf-8"; #modebar-fc54a9 .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-fc54a9 .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-fc54a9 .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-fc54a9 .modebar-group { background-c= olor: rgba(255, 255, 255, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Shape of your Data Se=
t: (3478, 5)
############## C L A S S I F Y I N G  V A R I A B L E S  ##################=
##
Classifying variables in data set...
    Number of Numeric Columns =3D  1
    Number of Integer-Categorical Columns =3D  0
    Number of String-Categorical Columns =3D  1
    Number of Factor-Categorical Columns =3D  0
    Number of String-Boolean Columns =3D  0
    Number of Numeric-Boolean Columns =3D  0
    Number of Discrete String Columns =3D  2
    Number of NLP String Columns =3D  1
    Number of Date Time Columns =3D  0
    Number of ID Columns =3D  0
    Number of Columns to Delete =3D  0
    5 Predictors classified...
        This does not include the Target column(s)
        3 variables removed since they were ID or low-information variables
<= div class=3D"stream">
Time to=
 run AutoViz (in seconds) =3D 2.025

 ###################### VISUALIZATION Completed ########################
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c82c80c8-67ca-4ec1-b0ac-eac77f474467@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
CleanedText Sentiment_Type Brand Polarity
1 air fryer get hot outsid POSITIVE Kent 0.125000
2447 great product amaz price POSITIVE Insala airfryer 0.700000
2452 good product reason price POSITIVE Insala airfryer 0.450000
2453 excel product POSITIVE Insala airfryer 1.000000
2455 easi oper POSITIVE Insala airfryer 0.433333
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c54d9be5-7c2a-4347-9332-0c739763ce54@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4695915b-7e46-4a03-bbbb-31b858ecd5fc@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
CleanedText Sentiment_Type Brand Polarity
0 push button work NEUTRAL Insala airfryer 0.0
2314 five star NEUTRAL American Micronic 0.0
2316 five star NEUTRAL American Micronic 0.0
2319 five star NEUTRAL American Micronic 0.0
2320 five star NEUTRAL American Micronic 0.0
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-9bcf3de2-7dbe-4ee0-ab0d-3dc37c5634e5@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e5b076db-3732-4213-99cd-b8bf2ce253dd@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
CleanedText Sentiment_Type Brand Polarity
6 worst experi NEGATIVE Insala airfryer -1.00
517 total wast moneytak lot time cooktoo much unne... NEGATIVE Philips -0.30
603 satisfi NEGATIVE Insala airfryer -0.25
592 expect upto NEGATIVE Philips -0.10
587 take long time cook NEGATIVE Insala airfryer -0.05
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-c1494c8c-cb7c-4a44-bc35-7a7e8d9d398b@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-b92d16eb-80a2-4935-a8e7-8bda4dd3b8ca@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
CleanedText Sentiment_Type Brand Polarity
1636 air fryer get hot outsid POSITIVE Kent 0.125000
1108 great product amaz price POSITIVE Insala airfryer 0.700000
1117 good product reason price POSITIVE Insala airfryer 0.450000
1118 excel product POSITIVE Insala airfryer 1.000000
1122 easi oper POSITIVE Insala airfryer 0.433333
... ... ... ... ...
3411 airfryer liter save heart attack fast econom u... POSITIVE Philips 0.457031
2270 less amount oil thought food would tast good w... POSITIVE Philips 0.411111
3313 good product satisfi amazon servic POSITIVE Philips 0.675000
3383 wonder buy much fri food want without actual f... POSITIVE Philips 0.100000
3476 look trendi black copper POSITIVE Varada Pro 0.216667

2391 rows =C3=97 4 columns

------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-133b6aa9-2810-4cb4-a951-240d3cc354eb@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-f9880840-8758-4801-8936-5f43dd5126c9@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html#topic=0&lambda=1&term=
Slide to adjust relevance metric:(2)
= 0= .00.20.40.6= 0.81.0
PC1PC2= Marginal topic distribution2%5%10%123Intertopi= c Distance Map (via multidimensional scaling)Overall term frequencyEstimated term frequency within the selected topic1. saliency(= term w) =3D frequency(w) * [sum_t p(t | w) * log(p(t | w)/p(t))] for topics= t; see Chuang et. al (2012)2. relevance(term w= | topic t) =3D =CE=BB * p(w | t) + (1 - =CE=BB) * p(w | t)/p(w); see Sieve= rt & Shirley (2014)= = = prod= uct= goodexcelnicegreatfrieasifryercookmustaw= esompriceuseairamazonworkbestbuyitemhealthipurchasonesatisfichicken<= text x=3D"-5" class=3D"terms" y=3D"448" cursor=3D"pointer" id=3D"ldavis_el5= 91401727225850407911009890-termexpect" style=3D"text-anchor: end;">amazwell<= /text>r= ecipvalutri0200400600<= g class=3D"tick" transform=3D"translate(424,0)" style=3D"opacity: 1;">8001,000Top-30 Mo= st Salient Terms1<= /text>
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-5e42ca95-9341-4f36-9117-6f9be90c9a7f@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: https://cdn.rawgit.com/bmabey/pyLDAvis/files/ldavis.v1.0.0.css @charset "utf-8"; path { fill: none; stroke: none; } .xaxis .tick.major { fill: black; stroke: black; stroke-width: 0.1; opacity= : 0.7; } .slideraxis { fill: black; stroke: black; stroke-width: 0.4; opacity: 1; } text { font-family: sans-serif; font-size: 11px; } .container { width: 1350px !important; } .output_area { width: 1450px !important; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html#topic=0&lambda=1&term=
2156
***************************************************************************=
******************************
728
***************************************************************************=
******************************
CPU times: user 13 s, sys: 252 ms, total: 13.2 s
Wall time: 12.9 s
Slide to adjust relevance metric:(2)
= 0= .00.20.40.6= 0.81.0
PC1PC2= Marginal topic distribution2%5%10%123Intertopic Dist= ance Map (via multidimensional scaling)Overall term frequencyEstimated term frequency within the selected topic<= text x=3D"0" y=3D"590" style=3D"dominant-baseline: middle;">1. saliency(ter= m w) =3D frequency(w) * [sum_t p(t | w) * log(p(t | w)/p(t))] for topics t;= see Chuang et. al (2012)2. relevance(term w |= topic t) =3D =CE=BB * p(w | t) + (1 - =CE=BB) * p(w | t)/p(w); see Sievert= & Shirley (2014)<= /rect>valumoneyairfivefryerproductmust<= text x=3D"-5" class=3D"terms" y=3D"142" cursor=3D"pointer" id=3D"ldavis_el5= 91401727060825125108647873-termwork" style=3D"text-anchor: end;">workstarrecip= = inalsabookdamagreceivdefectfourbuydontwarrantifoodmanualphilipcardfriqualitireturnitemusekitchentimeTop-30 Most Salient= Terms(1)= 020= 406080100
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-8431c58d-3ab4-4a6c-9d8f-52f7904a8ce8@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20 =20
<= /g>= <= g class=3D"barlayer mlayer"><= g class=3D"points">= PhilipsInsala airfryer<= g class=3D"xtick">Amazon AirfryerAmerican MicronicKensterHilton<= /g>= Varada ProKentSolara Digital0200400<= text text-anchor=3D"end" x=3D"79" y=3D"4.199999999999999" data-unformatted= =3D"600" data-math=3D"N" transform=3D"translate(0,305.14)" style=3D"font-fa= mily: "Open Sans", verdana, arial, sans-serif; font-size: 12px; f= ill: rgb(77, 86, 99); fill-opacity: 1; white-space: pre;">6008= 00100012001400= Export to plot.ly =C2=BB
= COUNT OF Positive ReviewsBrandcount
=20
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-efc8bb31-215d-4781-859f-69c86be51466@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ebf40423-57f5-4b6e-b766-9375f70ada01@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-aa9bb7ad-5c7a-41c0-a331-37e47e9baa46@mhtml.blink @charset "utf-8"; #modebar-fd1817 .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-fd1817 .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-fd1817 .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-fd1817 .modebar-group { background-c= olor: rgba(245, 246, 249, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20 =20
<= /g>= = PhilipsInsala airfryerAmazon AirfryerAmerican M= icronicKensterHiltonKentVarada Pro050100150= 200Export to plot.ly =C2=BB
COUNT OF Nutral ReviewsBrandcount
=20
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4e749707-92ec-4f43-8c04-5c964315b357@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ba783428-e4a0-4ebb-8aaf-9f8f037e0cbe@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-51fe7533-14e3-4383-8022-077e88d9e19a@mhtml.blink @charset "utf-8"; #modebar-b50a21 .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-b50a21 .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-b50a21 .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-b50a21 .modebar-group { background-c= olor: rgba(245, 246, 249, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20 =20
<= /g>= <= g class=3D"barlayer mlayer"><= g class=3D"points">PhilipsInsala airfryerAmazon AirfryerAmerican MicronicKensterHiltonKentVarada Pr= o0<= text text-anchor=3D"end" x=3D"79" y=3D"4.199999999999999" data-unformatted= =3D"50" data-math=3D"N" transform=3D"translate(0,363.06)" style=3D"font-fam= ily: "Open Sans", verdana, arial, sans-serif; font-size: 12px; fi= ll: rgb(77, 86, 99); fill-opacity: 1; white-space: pre;">50100= 150200= Export to plot.l= y =C2=BB
= COUNT OF Negative = ReviewsBrandcount
=20
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-4646f94c-b083-4ba5-96e0-f8853496e156@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-60498021-625c-4f1e-b6da-539142211e09@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-071b6c77-5883-4120-8159-d4297acb2fb5@mhtml.blink @charset "utf-8"; #modebar-186770 .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-186770 .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-186770 .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-186770 .modebar-group { background-c= olor: rgba(245, 246, 249, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-88fdc163-f09f-4001-8bb2-7f9910bcc7da@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
<= div class=3D"output_subarea output_image">
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-ae3f3841-c830-470b-992d-5b0d5c90efc9@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Trigram Frequency
0 easi use easi clean 9
1 good product easi use 5
2 tast good deep fri 3
3 buy health conscious peopl 3
4 good product use regular 2
5 amaz product food lover 2
6 product peopl want consum 2
7 peopl want consum oil 2
8 enjoy cook philip air 2
9 cook philip air fryer 2
10 valu money good health 2
11 tri french fri chicken 2
12 food health conscious product 2
13 easi make french fri 2
14 differ compar deep fri 2
15 chicken fri fish fri 2
16 recommend buy air fryer 2
17 buy air fryer air 2
18 total oil free cook 2
19 product easi use clean 2
20 save lot oil fat 2
21 use everi altern day 2
22 kebab bread roll french 2
23 bread roll french fri 2
24 eat oil free food 2
25 oil free cook good 2
26 good product health conscious 2
27 product health conscious peopl 2
28 amazon prompt deliveri good 2
29 prompt deliveri good pack 2
30 easi use great product 2
31 great product cook healthi 2
32 tast food cook air 2
33 food cook air fryer 2
34 fri chicken french fri 2
35 perfect product healthi life 2
36 food oil good health 2
37 excel product prompt deliveri 2
38 nice product worth buy 2
39 product deliv time good 2
40 good product thank amazon 2
41 heat coil fan temperatur 2
42 coil fan temperatur nob 2
43 fan temperatur nob timer 2
44 temperatur nob timer tray 2
45 nob timer tray pull 2
46 timer tray pull remov 2
47 tray pull remov mechan 2
48 pull remov mechan metal 2
49 remov mechan metal mesh 2
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-241af85f-6be1-4f04-9d8c-98d5ecd1ae61@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-49b5d343-6259-478d-8ff6-ed6155517a31@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20 =20
<= /g>= <= path class=3D"yzl zl crisp" transform=3D"translate(0,294)" d=3D"M80,0h1084"= style=3D"stroke: rgb(225, 229, 237); stroke-opacity: 1; stroke-width: 2px;= "><= /path><= /g><= /g><= text text-anchor=3D"start" x=3D"0" y=3D"307" data-unformatted=3D"easi use e= asi clean" data-math=3D"N" transform=3D"translate(90.84,0) rotate(90,0,301)= " style=3D"font-family: "Open Sans", verdana, arial, sans-serif; = font-size: 12px; fill: rgb(77, 86, 99); fill-opacity: 1; white-space: pre;"= >easi use easi cleangood p= roduct easi usetast good deep fribuy health conscious peoplgood product use regular= amaz product food loverproduc= t peopl want consumpeopl want consum oil<= /text>enjoy cook philip aircook philip air fryervalu money good healthtri f= rench fri chickenfood health consci= ous producteasi make french fridiffer compar deep frichicken fri fish frirecommend = buy air fryerbuy air fryer airtotal oil free cookpr= oduct easi use cleansave lot oil fatuse everi altern day= kebab bread roll frenchbread roll = french frieat oil free foodoil free cook goodgood product health consciouspr= oduct health conscious peoplamazon= prompt deliveri goodprompt deliveri= good packeasi use great product= great product cook healthitast food cook airfood cook= air fryerfri chicken french fri= perfect product healthi life<= g class=3D"xtick">food oil good healthexcel product prompt deliverinic= e product worth buyproduct deliv time= goodgood product thank amazonheat coil fan temperaturcoil fan temperatur nobfan temperatur nob timertemp= eratur nob timer traynob timer tray pull<= /text>timer tray pull removtray pull remov mechanpull remov mechan metalremov mec= han metal mesh02468<= tspan class=3D"js-link-to-tool">Export to plot.ly= =C2=BB
<= /g>
<= a rel=3D"tooltip" class=3D"modebar-btn" data-title=3D"Lasso Select" data-at= tr=3D"dragmode" data-val=3D"lasso" data-toggle=3D"false" data-gravity=3D"n"= >
=
=20
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-52b38a72-ee52-4564-b94b-e1b4b6a39259@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-bfb57746-173d-46f2-83ab-2c90ba4feb2c@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-62b38883-83f8-489b-84de-3fbbf8d8afc3@mhtml.blink @charset "utf-8"; #modebar-c9ed3c .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-c9ed3c .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-c9ed3c .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-c9ed3c .modebar-group { background-c= olor: rgba(245, 246, 249, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Trigram Frequency
0 recip book miss box 2
1 work day dont buy 2
2 total wast moneytak lot 1
3 wast moneytak lot time 1
4 moneytak lot time cooktoo 1
5 lot time cooktoo unnecessari 1
6 time cooktoo unnecessari electr 1
7 cooktoo unnecessari electr consumpt 1
8 wire short difficult plug 1
9 short difficult plug amaz 1
10 difficult plug amaz purchas 1
11 work like microwav bake 1
12 like microwav bake say 1
13 microwav bake say use 1
14 bake say use oil 1
15 product intend guess seller 1
16 intend guess seller misplac 1
17 guess seller misplac recip 1
18 seller misplac recip book 1
19 product actual tast proper 1
20 actual tast proper fri 1
21 tast proper fri item 1
22 proper fri item promis 1
23 fri item promis meet 1
24 item promis meet tast 1
25 promis meet tast expect 1
26 meet tast expect moreov 1
27 tast expect moreov stop 1
28 expect moreov stop button 1
29 moreov stop button bad 1
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3e5f0074-9d4f-4e5c-8b88-114f54cf8688@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-dc285a25-d74d-4679-998c-00b84afeae6c@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20 =20
<= /g><= g class=3D"shapelayer"><= /path><= g class=3D"point"><= path d=3D"M385.17,261V137.02H412.93V261Z" style=3D"vector-effect: non-scali= ng-stroke; opacity: 1; stroke-width: 1px; fill: rgb(255, 153, 51); fill-opa= city: 0.6; stroke: rgb(255, 153, 51); stroke-opacity: 1;"><= /g><= text text-anchor=3D"start" x=3D"0" y=3D"374" data-unformatted=3D"recip book= miss box" data-math=3D"N" transform=3D"translate(97.35,0) rotate(30,0,368)= " style=3D"font-family: "Open Sans", verdana, arial, sans-serif; = font-size: 12px; fill: rgb(77, 86, 99); fill-opacity: 1; white-space: pre;"= >recip book miss boxwork day dont buy= total wast moneytak lotwast moneytak lot time= moneytak lot time cooktoolot ti= me cooktoo unnecessaritime c= ooktoo unnecessari electrc= ooktoo unnecessari electr consumptwi= re short difficult plugshort difficu= lt plug amazdifficult plug amaz pu= rchaswork like microwav bakelike microwav bake saymicrowav bake say usebake say use oil= product intend guess seller= intend guess seller misplacguess seller misplac recipseller misplac recip bookproduct actual tast properactual= tast proper fritast proper fri itemproper fri item promisfri item promis meetitem p= romis meet tastpromis meet tast expec= tmeet tast expect moreovtast expect moreov stopexpect moreov stop buttonm= oreov stop button bad00.511.52Export to plot.ly =C2=BB
<= /g>
=
<= a rel=3D"tooltip" class=3D"modebar-btn" data-title=3D"Autoscale" data-attr= =3D"zoom" data-val=3D"auto" data-toggle=3D"false" data-gravity=3D"n">
plotly-logo= mark
=20
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-14570d90-7adc-491b-9e52-63da791506a7@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-d0fb095f-ee9f-4c43-b356-450048d19ea6@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-e4659845-7a36-4840-97c2-1c670bcc5d2d@mhtml.blink @charset "utf-8"; #modebar-ae465e .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-ae465e .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-ae465e .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-ae465e .modebar-group { background-c= olor: rgba(245, 246, 249, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Trigram Frequency
0 excel product valu money 2
1 good product bad servic 2
2 perfect product perfect price 1
3 excel product dont think 1
4 fantast product competit price 1
5 product competit price gadar 1
6 easi use great tast 1
7 use great tast minim 1
8 great tast minim oil 1
9 great product oil requir 1
10 conveni healthi option peopl 1
11 healthi option peopl enjoy 1
12 option peopl enjoy food 1
13 peopl enjoy food option 1
14 size good easi clean 1
15 superl product great price 1
16 good easi use product 1
17 excel air fryer increas 1
18 air fryer increas life 1
19 fryer increas life span 1
20 air fryer healthier today 1
21 excel product proud owner 1
22 product proud owner inalsa 1
23 proud owner inalsa air 1
24 owner inalsa air fryer 1
25 awesom air fryer easi 1
26 air fryer easi use 1
27 fryer easi use job 1
28 great product amaz price 1
29 boon health conscious peopl 1
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-abe0f511-b7f9-4573-b5d5-ada9bcdc61d8@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-23af3bef-ea32-4cc5-89d2-490dc4dfa95d@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20 =20
<= /g><= /path>= = <= g class=3D"point">= excel product valu moneygood product bad servicperfect product perfect priceexcel product dont thinkfantast product competit price= product competit price gadarea= si use great tastuse great tast minimgreat tast minim oilgreat product oil requirconveni healthi option peoplhea= lthi option peopl enjoyoption peopl en= joy foodpeopl enjoy food option= size good easi cleansuperl product great pricego= od easi use productexcel air fryer in= creasair fryer increas life<= g class=3D"xtick">fryer increas life spanair fryer healthier todayexcel product proud ownerproduc= t proud owner inalsaproud owner inalsa= airowner inalsa air fryer<= g class=3D"xtick">awesom air fryer easi<= text text-anchor=3D"start" x=3D"0" y=3D"395" data-unformatted=3D"air fryer = easi use" data-math=3D"N" transform=3D"translate(980.12,0) rotate(30,0,389)= " style=3D"font-family: "Open Sans", verdana, arial, sans-serif; = font-size: 12px; fill: rgb(77, 86, 99); fill-opacity: 1; white-space: pre;"= >air fryer easi usefryer easi use jobgreat product amaz priceboon health conscious peopl00.511.52Export to plot.ly =C2=BB
=20
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-725030c3-a516-4d80-91ba-0ebcee524da5@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-698cee0c-0aa6-4847-9000-7dab7732f845@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-bed1a991-7931-4ea5-a7e2-62df365ebc79@mhtml.blink @charset "utf-8"; #modebar-84a253 .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-84a253 .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-84a253 .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-84a253 .modebar-group { background-c= olor: rgba(245, 246, 249, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Negative on Amazon Ai=
rfryer:                                CleanedText  ...                    =
                lemma_neg
166     product box inner thermacol broken  ...     [product, box, inner, t=
hermacol, broken]
225                     poor paint qualiti  ...                       [poor=
, paint, qualiti]
42             decent product littl faulti  ...             [decent, produc=
t, littl, faulti]
62                      poor built qualiti  ...                       [poor=
, built, qualiti]
442                    take long time cook  ...                     [take, =
long, time, cook]
343                     miss warranti card  ...                       [miss=
, warranti, card]
61                    poor qualiti product  ...                     [poor, =
qualiti, product]
142                                satisfi  ...                            =
        [satisfi]
162                                 averag  ...                            =
         [averag]
220                                   good  ...                            =
           [good]
93                         real disappoint  ...                           [=
real, disappoint]
150                   poor qualiti product  ...                     [poor, =
qualiti, product]
99      warranti card instruct manual miss  ...     [warranti, card, instru=
ct, manual, miss]
519                                  worth  ...                            =
          [worth]
524                   delic plastic compon  ...                     [delic,=
 plastic, compon]
107           poor kitchen inalsa airfrier  ...            [poor, kitchen, =
inalsa, airfrier]
33         damag product reciev weak handl  ...        [damag, product, rec=
iev, weak, handl]
301                       money well spent  ...                         [mo=
ney, well, spent]
290                           unabl regist  ...                            =
  [unabl, regist]
233              miss manual warranti card  ...               [miss, manual=
, warranti, card]
248                              worth buy  ...                            =
     [worth, buy]
518                           averag fryer  ...                            =
  [averag, fryer]
273                                    use  ...                            =
            [use]
507                          worst product  ...                            =
 [worst, product]
271                   poor qualiti product  ...                     [poor, =
qualiti, product]
482       poor product qualiti poor servic  ...       [poor, product, quali=
ti, poor, servic]
490                        worst air fryer  ...                          [w=
orst, air, fryer]
369                 worst product dont buy  ...                  [worst, pr=
oduct, dont, buy]
419                        horribl product  ...                           [=
horribl, product]
492                          worst product  ...                            =
 [worst, product]
330                       dont buy serious  ...                         [do=
nt, buy, serious]
321         buy inalsa airfryer wast money  ...         [buy, inalsa, airfr=
yer, wast, money]
284                              worth buy  ...                            =
     [worth, buy]
240                 abl return broken piec  ...                  [abl, retu=
rn, broken, piec]
256                                    bad  ...                            =
            [bad]
486                          worst product  ...                            =
 [worst, product]
43                    genuin worst product  ...                     [genuin=
, worst, product]
48                 pathet air fryer inalsa  ...                 [pathet, ai=
r, fryer, inalsa]
1        low qualiti pathet custom support  ...      [low, qualiti, pathet,=
 custom, support]
174                            worst brand  ...                            =
   [worst, brand]
208                         horribl experi  ...                            =
[horribl, experi]
169                    wast chines product  ...                       [wast=
, chine, product]
217                           poor qualiti  ...                            =
  [poor, qualiti]
549                      bad custom servic  ...                        [bad=
, custom, servic]
78                             bad qualiti  ...                            =
   [bad, qualiti]
387                            bad product  ...                            =
   [bad, product]
551                             wast money  ...                            =
    [wast, money]
70   disappoint product ever bought amazon  ...  [disappoint, product, ever=
, bought, amazon]
404                              complaint  ...                            =
      [complaint]
405                      useless seem fake  ...                        [use=
less, seem, fake]
73        stop work use miss item list box  ...     [stop, work, use, miss,=
 item, list, box]
15                           worst product  ...                            =
 [worst, product]
24                            worst experi  ...                            =
  [worst, experi]
27       worst servic poor qualiti product  ...      [worst, servic, poor, =
qualiti, product]
116             poor product servic amazon  ...              [poor, product=
, servic, amazon]

[55 rows x 5 columns]
Trigram Frequency
0 product box inner thermacol 1
1 box inner thermacol broken 1
2 decent product littl faulti 1
3 warranti card instruct manual 1
4 card instruct manual miss 1
5 poor kitchen inalsa airfrier 1
6 damag product reciev weak 1
7 product reciev weak handl 1
8 miss manual warranti card 1
9 poor product qualiti poor 1
10 product qualiti poor servic 1
11 worst product dont buy 1
12 buy inalsa airfryer wast 1
13 inalsa airfryer wast money 1
14 abl return broken piec 1
15 pathet air fryer inalsa 1
16 low qualiti pathet custom 1
17 qualiti pathet custom support 1
18 disappoint product bought amazon 1
19 stop work use miss 1
20 work use miss item 1
21 use miss item list 1
22 miss item list box 1
23 worst servic poor qualiti 1
24 servic poor qualiti product 1
25 poor product servic amazon 1
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-cb1d1985-5589-4ffe-8ca4-5b7bf30fb948@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-a4f6801d-f098-4e41-bfb8-35f94262fa97@mhtml.blink @charset "utf-8"; .dataframe tbody tr th:only-of-type { vertical-align: middle; } .dataframe tbody tr th { vertical-align: top; } .dataframe thead th { text-align: right; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://b1q7sfkjhd-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
=20 =20
=20 =20
<= /g>= <= g class=3D"point">= <= /g>= = product box inner thermacolbox inner thermacol brokendecent product littl faulti<= g class=3D"xtick">warranti card instruct manualcard instruct manual misspoor kitchen inalsa airfrier<= text text-anchor=3D"start" x=3D"0" y=3D"381" data-unformatted=3D"damag prod= uct reciev weak" data-math=3D"N" transform=3D"translate(336,0) rotate(30,0,= 375)" style=3D"font-family: "Open Sans", verdana, arial, sans-ser= if; font-size: 12px; fill: rgb(77, 86, 99); fill-opacity: 1; white-space: p= re;">damag product reciev weakproduc= t reciev weak handlmiss manual warra= nti cardpoor product qualiti poorproduct qualiti poor servicworst product dont buybuy inalsa airfryer wastinalsa airfryer wast moneyab= l return broken piecpathet air fryer i= nalsalow qualiti pathet customqualiti pathet custom supportdisappoint product bought amazonstop work use misswo= rk use miss itemuse miss item listmiss item list boxworst servic poor qualitise= rvic poor qualiti productpoor prod= uct servic amazon00.20.40.60.81Export to plot.ly =C2=BB=
=20
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-eb0759e1-a210-4b35-979e-7c0feb6cc751@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-9d835059-ab3a-4075-a386-bc483d29fd29@mhtml.blink @charset "utf-8"; .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .js-plotly-plot .plotly .mapboxgl-ctrl-logo { display: block; width: 21px; = height: 21px; background-image: url("data:image/svg+xml;charset=3Dutf-8,%3C= ?xml version=3D\"1.0\" encoding=3D\"utf-8\"?%3E %3Csvg version=3D\"1.1\" id= =3D\"Layer_1\" xmlns=3D\"http://www.w3.org/2000/svg\" xmlns:xlink=3D\"http:= //www.w3.org/1999/xlink\" x=3D\"0px\" y=3D\"0px\" viewBox=3D\"0 0 21 21\" s= tyle=3D\"enable-background:new 0 0 21 21;\" xml:space=3D\"preserve\"%3E%3Cg= transform=3D\"translate(0,0.01)\"%3E%3Cpath d=3D\"m 10.5,1.24 c -5.11,0 -9= .25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0= ,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,= 2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.= 95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.5= 2 z\" style=3D\"opacity:0.9;fill:%23ffffff;enable-background:new\" class=3D= \"st0\"/%3E%3Cpath d=3D\"M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.= 7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.= 01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.= 26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z\" style=3D\"op= acity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpath d=3D\"M 14.74= ,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 = 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,= 1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z\" styl= e=3D\"opacity:0.35;enable-background:new\" class=3D\"st1\"/%3E%3Cpolygon po= ints=3D\"11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 = 14.33,9.43 12.47,10.34 \" style=3D\"opacity:0.9;fill:%23ffffff;enable-backg= round:new\" class=3D\"st0\"/%3E%3C/g%3E%3C/svg%3E"); } .js-plotly-plot .plotly .mapboxgl-attrib-empty { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib .mapbox-improve-map { font-we= ight: bold; margin-left: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a:hover { color: inherit; tex= t-decoration: underline; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib a { color: rgba(0, 0, 0, 0.75= ); text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib { color: rgba(0, 0, 0, 0.75);= text-decoration: none; font-size: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl { margin= : 0px 10px 10px 0px; float: right; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl { margin:= 0px 0px 10px 10px; float: left; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.= mapboxgl-compact::after { bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib= .mapboxgl-compact::after { bottom: 0px; right: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact { min-height= : 20px; padding: 0px; margin: 10px; position: relative; background-color: r= gb(255, 255, 255); border-radius: 3px 12px 12px 3px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact::after { con= tent: ""; cursor: pointer; position: absolute; background-image: url("data:= image/svg+xml;charset=3Dutf-8,%3Csvg viewBox=3D\"0 0 20 20\" xmlns=3D\"http= ://www.w3.org/2000/svg\"%3E %3Cpath fill=3D\"%23333333\" fill-rule=3D\"even= odd\" d=3D\"M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1= ,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0\"/%3E %3C/svg%3E"); backgrou= nd-color: rgba(255, 255, 255, 0.5); width: 24px; height: 24px; box-sizing: = border-box; border-radius: 12px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover { padd= ing: 2px 24px 2px 4px; visibility: visible; margin-top: 6px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact:hover .mapbo= xgl-ctrl-attrib-inner { display: block; margin-top: 2px; } .js-plotly-plot .plotly .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ct= rl-attrib-inner { display: none; } .js-plotly-plot .plotly .mapboxgl-ctrl { clear: both; pointer-events: auto;= transform: translate(0px, 0px); } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-right { position: absolute; p= ointer-events: none; z-index: 2; right: 0px; bottom: 0px; } .js-plotly-plot .plotly .mapboxgl-ctrl-bottom-left { position: absolute; po= inter-events: none; z-index: 2; bottom: 0px; left: 0px; } .js-plotly-plot .plotly .mapboxgl-canary { background-color: salmon; } .js-plotly-plot .plotly .mapboxgl-missing-css { display: none; } .js-plotly-plot .plotly .mapboxgl-map { overflow: hidden; position: relativ= e; } .plotly-notifier .notifier-close:hover { color: rgb(68, 68, 68); text-decor= ation: none; cursor: pointer; } .plotly-notifier .notifier-close { color: rgb(255, 255, 255); opacity: 0.8;= float: right; padding: 0px 5px; background: none; border: none; font-size:= 20px; font-weight: bold; line-height: 20px; } .plotly-notifier .notifier-note { min-width: 180px; max-width: 250px; borde= r: 1px solid rgb(255, 255, 255); z-index: 3000; margin: 0px; background-col= or: rgba(140, 151, 175, 0.9); color: rgb(255, 255, 255); padding: 10px; ove= rflow-wrap: break-word; hyphens: auto; } .plotly-notifier p { margin: 0px; } .plotly-notifier { font-family: "Open Sans", verdana, arial, sans-serif; po= sition: fixed; top: 50px; right: 20px; z-index: 10000; font-size: 10pt; max= -width: 180px; } .js-plotly-plot .plotly .select-outline-2 { stroke: black; stroke-dasharray= : 2px, 2px; } .js-plotly-plot .plotly .select-outline-1 { stroke: white; } .js-plotly-plot .plotly .select-outline { fill: none; stroke-width: 1; shap= e-rendering: crispedges; } .js-plotly-plot .plotly .vertical [data-title]::before { border-width: 6px;= border-style: solid; border-color: transparent transparent transparent rgb= (105, 115, 138); border-image: initial; margin-top: 8px; margin-right: -30p= x; } .js-plotly-plot .plotly .vertical [data-title]::before, .js-plotly-plot .pl= otly .vertical [data-title]::after { top: 0%; right: 200%; } .js-plotly-plot .plotly [data-title]::after { content: attr(data-title); ba= ckground: rgb(105, 115, 138); color: white; padding: 8px 10px; font-size: 1= 2px; line-height: 12px; white-space: nowrap; margin-right: -18px; border-ra= dius: 2px; } .js-plotly-plot .plotly [data-title]::before { content: ""; position: absol= ute; background: transparent; border-width: 6px; border-style: solid; borde= r-color: transparent transparent rgb(105, 115, 138); border-image: initial;= z-index: 1002; margin-top: -12px; margin-right: -6px; } .js-plotly-plot .plotly [data-title]:hover::before, .js-plotly-plot .plotly= [data-title]:hover::after { display: block; opacity: 1; } .js-plotly-plot .plotly [data-title]::before, .js-plotly-plot .plotly [data= -title]::after { position: absolute; transform: translate3d(0px, 0px, 0px);= display: none; opacity: 0; z-index: 1001; pointer-events: none; top: 110%;= right: 50%; } .js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn { dis= play: block; text-align: center; } .js-plotly-plot .plotly .modebar.vertical .modebar-group { display: block; = float: none; padding-left: 0px; padding-bottom: 8px; } .js-plotly-plot .plotly .modebar.vertical svg { top: -1px; } .js-plotly-plot .plotly .modebar.vertical { display: flex; flex-flow: colum= n wrap; align-content: flex-end; max-height: 100%; } .js-plotly-plot .plotly .modebar-btn svg { position: relative; top: 2px; } .js-plotly-plot .plotly .modebar-btn { position: relative; font-size: 16px;= padding: 3px 4px; height: 22px; cursor: pointer; line-height: normal; box-= sizing: border-box; } .js-plotly-plot .plotly .modebar-group { float: left; display: inline-block= ; box-sizing: border-box; padding-left: 8px; position: relative; vertical-a= lign: middle; white-space: nowrap; } .js-plotly-plot .plotly:hover .modebar--hover .modebar-group { opacity: 1; = } .js-plotly-plot .plotly .modebar--hover > :not(.watermark) { opacity: 0; tr= ansition: opacity 0.3s ease 0s; } .js-plotly-plot .plotly .ease-bg { transition: background-color 0.3s ease 0= s; } .js-plotly-plot .plotly .modebar { position: absolute; top: 2px; right: 2px= ; } .js-plotly-plot .plotly .cursor-grab { cursor: grab; } .js-plotly-plot .plotly .cursor-ne-resize { cursor: ne-resize; } .js-plotly-plot .plotly .cursor-n-resize { cursor: n-resize; } .js-plotly-plot .plotly .cursor-nw-resize { cursor: nw-resize; } .js-plotly-plot .plotly .cursor-e-resize { cursor: e-resize; } .js-plotly-plot .plotly .cursor-w-resize { cursor: w-resize; } .js-plotly-plot .plotly .cursor-se-resize { cursor: se-resize; } .js-plotly-plot .plotly .cursor-s-resize { cursor: s-resize; } .js-plotly-plot .plotly .cursor-sw-resize { cursor: sw-resize; } .js-plotly-plot .plotly .cursor-ew-resize { cursor: ew-resize; } .js-plotly-plot .plotly .cursor-ns-resize { cursor: ns-resize; } .js-plotly-plot .plotly .cursor-row-resize { cursor: row-resize; } .js-plotly-plot .plotly .cursor-col-resize { cursor: col-resize; } .js-plotly-plot .plotly .cursor-move { cursor: move; } .js-plotly-plot .plotly .cursor-crosshair { cursor: crosshair; } .js-plotly-plot .plotly .cursor-pointer { cursor: pointer; } .js-plotly-plot .plotly .cursor-default { cursor: default; } .js-plotly-plot .plotly .main-svg .draglayer { pointer-events: all; } .js-plotly-plot .plotly .main-svg { position: absolute; top: 0px; left: 0px= ; pointer-events: none; } .js-plotly-plot .plotly svg a:hover { fill: rgb(60, 109, 197); } .js-plotly-plot .plotly svg a { fill: rgb(68, 122, 219); } .js-plotly-plot .plotly svg { overflow: hidden; } .js-plotly-plot .plotly .user-select-none { user-select: none; } .js-plotly-plot .plotly .crisp { shape-rendering: crispedges; } .js-plotly-plot .plotly a:hover { text-decoration: none; } .js-plotly-plot .plotly a { text-decoration: none; } .js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {= outline: none; } .js-plotly-plot .plotly input, .js-plotly-plot .plotly button { font-family= : "Open Sans", verdana, arial, sans-serif; } .js-plotly-plot .plotly, .js-plotly-plot .plotly div { direction: ltr; font= -family: "Open Sans", verdana, arial, sans-serif; margin: 0px; padding: 0px= ; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-364de36c-ed2d-4883-a7df-d54c71482fd0@mhtml.blink @charset "utf-8"; #modebar-7df192 .modebar-btn.active .icon path { fill: rgba(68, 68, 68, 0.7= ); } #modebar-7df192 .modebar-btn:hover .icon path { fill: rgba(68, 68, 68, 0.7)= ; } #modebar-7df192 .modebar-btn .icon path { fill: rgba(68, 68, 68, 0.3); } .js-plotly-plot .plotly:hover #modebar-7df192 .modebar-group { background-c= olor: rgba(245, 246, 249, 0.5); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://5aw5yymkdca-496ff2e9c6d22116-0-colab.googleusercontent.com/outputframe.html?vrz=colab-20210507-060057-RC00_372525719
Slide to adjust relevance metric:(2)
= 0= .00.20.40.6= 0.81.0
PC1PC2= Marginal topic distribtion2%5%10%123Intertopic Dista= nce Map (via multidimensional scaling)= Overall term frequencyEstimated term frequency within the selected topic<= text x=3D"0" y=3D"590" style=3D"dominant-baseline: middle;">1. saliency(ter= m w) =3D frequency(w) * [sum_t p(t | w) * log(p(t | w)/p(t))] for topics t;= see Chuang et. al (2012)2. relevance(term w |= topic t) =3D =CE=BB * p(w | t) + (1 - =CE=BB) * p(w | t)/p(w); see Sievert= & Shirley (2014)<= rect class=3D"bar-totals" x=3D"0" y=3D"151" height=3D"25" width=3D"0" opaci= ty=3D"0.4" style=3D"fill: rgb(31, 119, 180);">uptoexpectsatisfitakelongcookexperiworsttimemuchele= ctrlotwastconsumpttotalcooktoomoneytakTop-18 Most Salient Terms= 1=
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-376e5bfd-f549-4db7-b737-8c90f8de4243@mhtml.blink @charset "utf-8"; html { --paper-blue-200:#90caf9; --paper-blue-400:#42a5f5; --paper-blue-500= :#2196f3; --paper-blue-700:#1976d2; --paper-blue-900:#0d47a1; --paper-blue-= a100:#82b1ff; --paper-blue-a200:#448aff; --paper-blue-a400:#2979ff; --paper= -blue-a700:#2962ff; --paper-orange-50:#fff3e0; --paper-orange-100:#ffe0b2; = --paper-orange-200:#ffcc80; --paper-orange-300:#ffb74d; --paper-orange-400:= #ffa726; --paper-orange-500:#ff9800; --paper-orange-700:#f57c00; --paper-gr= ey-50:#fafafa; --paper-grey-100:#f5f5f5; --paper-grey-200:#eeeeee; --paper-= grey-300:#e0e0e0; --paper-grey-400:#bdbdbd; --paper-grey-500:#9e9e9e; --pap= er-grey-600:#757575; --paper-grey-700:#616161; --paper-grey-800:#424242; --= paper-grey-900:#212121; --paper-red-100:#ffcdd2; --paper-red-a700:#d50000; = --paper-green-a700:#00c853; --paper-white:#ffffff; --google-blue-500:#4285f= 4; --box-shadow-elevation-2dp:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba= (0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2); --box-shadow-elevation-3dp:0 3= px 4px 0 rgba(0,0,0,0.14),0 1px 8px 0 rgba(0,0,0,0.12),0 3px 3px -2px rgba(= 0,0,0,0.4); --paper-font-subhead-font-size:16px; --paper-font-subhead-font-= weight:400; --paper-font-subhead-line-height:24px; --paper-font-body1-font-= weight:400; --paper-font-body1-line-height:20px; } html { overflow-y: hidden; } body { background: var(--colab-primary-surface-color); color: var(--colab-p= rimary-text-color); font-family: var(--colab-chrome-font-family); font-size= : var(--colab-chrome-font-size); line-height: 1.24; font-weight: 400; paddi= ng: 7px 0px 10px 5px; margin: 0px; } h1, h2, h3, h4, h5, h6 { color: var(--colab-primary-text-color); font-famil= y: var(--colab-chrome-font-family); font-weight: 700; margin-bottom: 4px; } p, ul { margin-bottom: 6px; margin-top: 6px; } pre { margin-bottom: 0px; margin-top: 0px; } a { color: var(--colab-anchor-color); } div.stream, div.pyout, div.output_text, div.output_text pre { display: inli= ne; } div.output_latex, div.output_markdown { max-width: 1016px; } table.dataframe { border-collapse: collapse; border-spacing: 0px; border: n= one; table-layout: fixed; } table.dataframe thead { border-bottom: 1px solid var(--colab-border-color);= font-family: var(--colab-code-font-family); text-align: right; } table.dataframe tr, table.dataframe th, table.dataframe td { border: none; = padding: 0.5em; white-space: normal; } table.dataframe th { font-weight: bold; } table.dataframe th.col_heading { text-align: right; } table.dataframe tbody tr:nth-child(2n+1) { background: var(--colab-secondar= y-surface-color); } table.dataframe tbody tr:hover, table.dataframe tbody tr:nth-child(2n+1):ho= ver { background-color: var(--colab-highlighted-surface-color); } table.dataframe td { text-align: right; } table.dataTable input.text_filter { width: 95%; } table.dataTable th { text-align: left; } .output_image > img { background-color: white; max-width: 100%; vertical-al= ign: bottom; } .output_image > img.unconstrained { max-width: unset; } .ansibold { font-weight: bold; } .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: brown; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } .output-error span { font-weight: normal !important; } .output-error pre { white-space: pre-wrap; } input.raw_input { font-family: var(--colab-code-font-family); width: 90%; } input { background: var(--colab-primary-surface-color); border: 1px solid v= ar(--colab-bold-border-color); color: var(--colab-primary-text-color); } #output-area { display: flow-root; } #output-area button.colab { background-color: var(--colab-secondary-surface= -color); border: 0px; box-shadow: var(--box-shadow-elevation-3dp); color: v= ar(--colab-primary-text-color); font-family: var(--colab-chrome-font-family= ); font-size: 11px; margin: 0px 4px; padding: 6px; text-transform: uppercas= e; user-select: none; } #output-area button.colab:hover { background-color: var(--colab-highlighted= -surface-color); cursor: pointer; } #output-area .output-error button.error-details { background-color: rgb(66,= 165, 245); color: white; } #output-area .output-error button.error-details:hover { background-color: r= gb(33, 150, 243); } #output-area .stdin-widget { align-items: center; display: inline; font-fam= ily: var(--colab-code-font-family); margin-right: 10px; margin-top: 10px; m= in-width: 250px; padding: 1px; } #output-area .stdin-widget-hidden { visibility: hidden; } .pyerr .collapsed .extraneous { display: none; } .pyerr .error-expander { align-items: center; cursor: pointer; display: fle= x; } .pyerr .error-expander hr { border-right: 0px; border-bottom: 0px; border-l= eft: 0px; border-image: initial; border-top: 1px solid var(--colab-bold-bor= der-color); flex-grow: 1; height: 1px; margin: 0px 10px; padding: 0px; } .pyerr .error-expander hr:first-child { max-width: 240px; } .pyerr .error-expander svg { fill: var(--colab-icon-color); height: 24px; s= troke: var(--colab-icon-color); width: 24px; } .lm-Widget.lm-mod-hidden { display: none !important; } audio:focus { outline: none; } .string-repr { display: inline; } .string-repr .quote { opacity: 0.75; user-select: none; } .string-repr pre { display: inline; white-space: pre-wrap; word-break: brea= k-all; } .string-repr button { color: var(--colab-primary-text-color); cursor: point= er; border: 1px solid rgb(118, 118, 118); border-radius: 2px; outline: none= ; } .string-repr button.copy { background: transparent; border: none; margin-le= ft: 4px; opacity: 0; padding: 0px; stroke: var(--colab-primary-text-color);= transition: opacity 200ms ease 0s; } .string-repr button.copy svg { width: 14px; } .string-repr.hover button.copy, .string-repr:hover button.copy { opacity: 1= ; } .string-repr button.more { background-color: transparent; border-color: tra= nsparent; display: none; padding: 0px; transition: background-color 200ms e= ase 0s, border-color 200ms ease 0s; } .string-repr.large button.more { display: inline; } .string-repr.large.truncated button .collapse { display: none; } .string-repr.large button .expand { display: none; } .string-repr.large.truncated button .expand { display: inline; } .string-repr.hover button.more, .string-repr:hover button.more { border-col= or: rgb(118, 118, 118); } html { --colab-anchor-color:#0000ee; --colab-primary-text-color:var(--paper= -grey-900); --colab-primary-surface-color:var(--paper-white); --colab-secon= dary-surface-color:#f7f7f7; --colab-highlighted-surface-color:var(--paper-g= rey-300); --colab-border-color:#dadada; --colab-bold-border-color:#111; --c= olab-icon-color:#616161; --ansi-black:rgb(0,0,0); --ansi-red:rgb(139,0,0); = --ansi-green:rgb(0,100,0); --ansi-yellow:rgb(205,205,0); --ansi-blue:rgb(0,= 0,238); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb(70,130,180); --ansi-= gray:rgb(229,229,229); --ansi-bright-black:rgb(127,127,127); --ansi-bright-= red:rgb(255,0,0); --ansi-bright-green:rgb(0,208,0); --ansi-bright-yellow:rg= b(255,255,0); --ansi-bright-blue:rgb(92,92,255); --ansi-bright-magenta:rgb(= 255,0,255); --ansi-bright-cyan:rgb(0,255,255); --ansi-bright-gray:rgb(255,2= 55,255); --colab-code-font-family:monospace; --colab-chrome-font-family:"Ro= boto","Noto",sans-serif; --colab-chrome-font-size:14px; } html[theme=3D"dark"] { --colab-anchor-color:var(--paper-blue-400); --colab-= primary-text-color:#d5d5d5; --colab-primary-surface-color:#383838; --colab-= secondary-surface-color:#454545; --colab-highlighted-surface-color:#525252;= --colab-border-color:var(--paper-grey-900); --colab-bold-border-color:#eee= ; --colab-icon-color:#f5f5f5; --ansi-black:rgb(63,63,63); --ansi-red:rgb(25= 5,122,136); --ansi-green:rgb(87,187,138); --ansi-yellow:rgb(255,255,102); -= -ansi-blue:rgb(130,177,255); --ansi-magenta:rgb(205,0,205); --ansi-cyan:rgb= (153,187,215); --ansi-gray:rgb(229,229,229); --ansi-bright-green:rgb(0,255,= 0); } html[editor=3D"synthwave84"] { --colab-anchor-color:#f97e72; --colab-primar= y-surface-color:#241b2f; --colab-secondary-surface-color:#49549539; --colab= -highlighted-surface-color:#372d4b; --colab-border-color:#34294fb3; --ansi-= red:#fe4450; --ansi-green:#72f1b8; --ansi-yellow:#f97e72; --ansi-blue:#03ed= f9; --ansi-magenta:#ff7edb; --ansi-cyan:#03edf9; --ansi-bright-red:#fe4450;= --ansi-bright-green:#72f1b8; --ansi-bright-yellow:#fede5d; --ansi-bright-b= lue:#03edf9; --ansi-bright-magenta:#ff7edb; --ansi-bright-cyan:#03edf9; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable Content-Location: https://www.google.com/recaptcha/api2/anchor?ar=2&k=6LfQPtEUAAAAAHBpAdFng54jyuB1V5w5dofknpip&co=aHR0cHM6Ly9jb2xhYi5yZXNlYXJjaC5nb29nbGUuY29tOjQ0Mw..&hl=en&v=npGaewopg1UaB8CNtYfx-y1j&size=invisible&cb=6qsna35v7ode reCAPTCHA
Recaptcha requires verification.
protected by reCAPTCHA<= /strong>
------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: cid:css-3bb2d78e-0257-4e62-8a0e-de97973f32f1@mhtml.blink @charset "utf-8"; @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2") for= mat("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U= +A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2") for= mat("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2") for= mat("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2") for= mat("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2") for= mat("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+= 1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2") for= mat("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-= 20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 400; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2") format= ("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA= , U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+221= 5, U+FEFF, U+FFFD; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2")= format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DF= F, U+A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2")= format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2")= format("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2")= format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2")= format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169= , U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2")= format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+2= 0A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 500; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") fo= rmat("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U= +2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U= +2215, U+FEFF, U+FFFD; } @font-face { font-family: Roboto; font-style: normal; font-weight: 900; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2")= format("woff2"); unicode-range: U+460-52F, U+1C80-1C88, U+20B4, U+2DE0-2DF= F, U+A640-A69F, U+FE2E-FE2F; } @font-face { font-family: Roboto; font-style: normal; font-weight: 900; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2")= format("woff2"); unicode-range: U+400-45F, U+490-491, U+4B0-4B1, U+2116; } @font-face { font-family: Roboto; font-style: normal; font-weight: 900; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2")= format("woff2"); unicode-range: U+1F00-1FFF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 900; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2")= format("woff2"); unicode-range: U+370-3FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 900; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2")= format("woff2"); unicode-range: U+102-103, U+110-111, U+128-129, U+168-169= , U+1A0-1A1, U+1AF-1B0, U+1EA0-1EF9, U+20AB; } @font-face { font-family: Roboto; font-style: normal; font-weight: 900; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2")= format("woff2"); unicode-range: U+100-24F, U+259, U+1E00-1EFF, U+2020, U+2= 0A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: Roboto; font-style: normal; font-weight: 900; src= : url("//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfBBc4.woff2") fo= rmat("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U= +2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U= +2215, U+FEFF, U+FFFD; } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/css Content-Transfer-Encoding: quoted-printable Content-Location: https://www.gstatic.com/recaptcha/releases/npGaewopg1UaB8CNtYfx-y1j/styles__ltr.css @charset "utf-8"; .goog-inline-block { position: relative; display: inline-block; } * html .goog-inline-block { display: inline; } :first-child + html .goog-inline-block { display: inline; } .recaptcha-checkbox { border: none; font-size: 1px; height: 28px; margin: 4= px; width: 28px; overflow: visible; outline: 0px; vertical-align: text-bott= om; } .recaptcha-checkbox-border { border-radius: 2px; background-color: rgb(255,= 255, 255); border: 2px solid rgb(193, 193, 193); font-size: 1px; height: 2= 4px; position: absolute; width: 24px; z-index: 1; } .recaptcha-checkbox-borderAnimation { background-image: url("data:image/png= ;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAABmJLR0QA/wD/AP+gvae= TAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAABUAAADSAC4K4y8AAA4oElEQVR42u2dCZ= RV1ZX3q5iE4IQIiKQQCKBt0JLEIUZwCCk7pBNFiRMajZrIl9aOLZ8sY4CWdkDbT2McooaAEmNix= FhpaYE2dCiLScWiQHCgoGQoGQuhGArKKl7V+c5/n33fO/V4w733nVuheXuv9V/rrnvP2Xud3zvT= Pee+ewsKxMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMT= ExP4OdtlT6ztAbRWvvLy8A3QkwxzH6tBGMMexIo+nCgraaf2E1U6A5g60o9a9rI7S5N1APQaSzl= 1MTExMTExMTExMTExMTExMTExMTExMTExMTExMTOwIsMueWl8EtVW88vLyIqit4qmCguOgtoT5A= KuojWA+wCpqA5i9tP6d1UuA5g70K1oPsL4iTd4N1DMh6dzFxMTExMTExMTExMTExMTExMTExMTE= xMTExMTExMT+l9tlT63/stbtrC9HHa+8vPzLWrezIo+nCgq6a41hdW8LoAD5COv2NgAKkI+wbm8= DoHhf0yOsnwjQ3IHeaQG9U5p87kAHa01kDZZOXkxMTExMTExMTExMTExMTExMTExMTExMTExMTE= ysLe2yp9afoTWWdUbU8crLy8/QGsuKPJ4qKOirdRWrb1vAfDJJZ0QM88kknREhTLwR5wmtJ1lPR= PpmHK6VT/5q3g4SAx0bIVDUyidXr15NYqBjIwT6YwI5cqSRgfpjARoe6E8J4vjxRgboT6XJhwf6= Dau5e/qGDEq5Qb3I+mriRTINERMTExMTExMTExMTExMTExMTExMTExMTEzss7LKn1neB2ipeeXl= 5F+hIBHma1mStF1g4Pi1CkKdpTdZ6gYXjyOKpgoLeWndoPcPCce8oYU63YHqaHgVUhjndgulpeh= RQNbgiree0XkgSzhVFAZRq5pQ3t7+w+0CMhGOvpkYAlGrmhx9++EJTUxMJx15NjQDozwngN7/5g= nr/fSMcG6g/j6LPJHgAqZQi4diqqV0c95kEDyC9eDi2amoXhzCP0ppO8DZsiMejYwMU144SoP6B= Hk3gCgtfUHv2JIDiGOcM1KOlyQeD+giB++lPX1AHDxrh2MB8RAal4EDPjg9Exx1nlBiYzpZpUzi= o39R6ygKJ42/KxD43qO14CgW1k9s4MTExMTExMTExMTExMTExMTExMTGxw894C+Q2rQdZt7XBFs= htWg+ybot4C6Sn1hX8xZo7+bhnFCA78NdpStMI1zo4BNmBv05Tmka41sEhyEJ+C85rWqVJeo2vF= boESjBHPb2+9Om/fV66pHo/Ccc450F1CJRgLliwoLSqqqp0x44dJBzjnAfVIdAxcYDf/napevxx= IxwnwI5x2cwJXMX6A6VKqVbCOQvqaY6aOYHbuXPnIfFwzoJ6mgOYeE/T6wTtN785JB6dM0Bfd/I= eJ+4nqTYeEoyFawz0NgdA0U9SbUwXD9cY6G0OgN5MwK66Km08umag3uwCKAYfauLpAuIaA33QAV= AMPtTE08XDNQb6oAOg9xOsV15JDxTXDND7BWh2oA8TrFmz0gPFNQP0YWny2YHeQbDuuis9UFwzQ= O+QQSk70KEEq0uXUlVRcShMnMM1A3SoTJv8QZ1AwI4+ulQ9+GCpWrbMCMc4Z2BOkIm9f6Bf0pqc= YlLvCde+JLeewe+WhvP3PKeyJvK5wgIxMTExMTExMTExMTExMTExMbHD2y57an03rRKtG1g47hZ= VvPLy8m5aJVo3sHAcWTxVUNBB6wytb7Nw3CEKkD20JmjN1ypL0ny+1sMhyB5aE7Tma5UlaT5f6+= EQJBaYb9V6U6ssSW/ytS+5gnkar8qXXa41fuaWsmfnf07C8eUJsE73lDyAy5cvL1uzZg0JxxZYV= 3tKJ2v9Lg6wd+8y9Z3vGOE4ARZpTnZRMwnmna9sLlu3o7FMKdVKOIdrFtQeOdZMgrls2bKy+vr6= Q+LhHK5ZUHvkAPMYrd8TsKKiMjVrVplqaUnEwzHO4ZqBirTH5AJ0ggezoan5kMJ5wjUL6oQcgE7= wYMZisbTxcM2COiEHoD8jUKecUqa2bEkbj64hjYH6s1wGoPlo0qlqZqqaenmiT+0WcgCiPjNVzU= xVU60+tVsImHhxyzyCpP1ki0dpDNB5oV7owiM49ZNZg7GQlmtpSQigJV6f6Tee1aeWhAB6MQE68= 0zf8SitgXpxGKCYFtHg4zcg0jLQ60MAxbSIBh+/8ZCWgV4fAugYgnPbbf6BIq0BOqatgd7QxkBv= CAH0RoLzz//sHyjSGqA3SpM/FOhIgnPJJf6BIq0BOlIGpUOB9iI4HTqUqU8/zQ4TaZDWAO0l06b= UUB8hQCNGlKmDB9PDxDWkMTDDv2UsDyb2p2jNIVC4M0o1F8U5XDMwkfYUufXMDPU8rf8mYF27lq= lrry1TjzxihGOcMzCR5jxZHPEHFd9EfjrFwoinpyP5RnLS8t31bbx8d30bLN+dpvVDrbu1/i8fR= /Z0oZiYmJiYmJiYmJiYmJhYVKbv1wu1LuD31s/Sepc1i8/hmrN/m+n79UKtC/i99bO03mXN4nO4= 5vTfbfqefYDWWK3nrb8kPs/nBriEOVDrZa3KLEKagQ5gDtR6Wasyi5BmoAOQPbT+n1ZlFiFNj1x= hnqf1DoBd/dyGyt+W76z84LOGys/3xUg4xjlcY6hIe14OMM/TegfAFi1aVFldXV1ZV1dX+cUXX5= BwjHO4xlCR9rwcYA7W+h8CVlhYqS6/vFJNn16ptH8SjnEO1wxUpB2cS80kmL94fWvlrvpYpVIqp= XANaSyoA0PWTIK5YsWKysbGxrTxcA1pLKgDQ8A8SWs+gTrttEql/aWLR9eQxkBFnpPC9JkvezAP= xlrSB2MhjQX15SB9KveZL3swW1qyx0MaC+rLQftUDeVZAjRkSKXavTtrPEqDtAbqs0GBXuA180w= 1M1VNtZr/BQGAXuA180w1M1VNtZr/BQFgnkVgOnasVFVVvuNRWuQxUM8KAhQjN/WPvoOxkIeBTg= 4AFCM39Y9B4yEPA50cAOjPCcottwSOR3kM0J8HAYrpEA06QQMiDwOdFQAopkM06ASNhzwMdFYAo= KUEZc6c4ECRxwAtDQIUc0wayYMGRB4G+m4AoJhj0kgeNB7yMNB3AwBdTFA2bAgOFHkM0MUCNAH0= PYKydWtwoMhjgL4nTT4BdDZBwVwzKFDkMUBny6CUAPofBGXChOBAkccA/Q+ZNiWAlhCU7t0rVZB= WgbTIY4CWBAF6RE/sNYz2Wv9JYK6+ulL5iEdpkNbARN72cuvZGurXtCoI0JgxlerAgfQwcQ1pDE= zk+ZosjqSG+k9xqH36VKonnqhUn35qaiOEY5zDtQTMf5Llu8xQz9ea22qpDreXiVtMT0hzviww+= 4N6FL+4Gq9ne9+C+D6fu8rpx6bzyfgdeN1Z8s47MTExMTExMbHDxPQE/li+e4KOjTqensAfy3dP= 0LFtUUY9/+wCRQmxn/c3Ra2qJJXxtX4OIfbz/qaoVZWkMr7WzyHAY7V+xK/AWKZVxVrG53DtWBc= gO2tN0vrEhjjmNxtJSWA/4bSdcwDZWWuS1ic2xMWLF5OSwH7CaTvnALKd1i1ayy2I6bSc07YLC/= MErb94wO77z21VS6r3VzU0NVcppUg4xjlcs8AizwkhYJ6g9RcP2MqVK6t27NhRFYvF4vFwjHO4Z= oFFnhNCNuupcWCnn16lHn+8Sq1aVaX27DHCMc7hWgLs1MDdAddMgnnDb2uqlm04EC9UOiEN0lpQ= OwesmQRzyZIlVTt37swaD2mQ1oLaOQBMLDBPJ0BdulSp556rUtYPd4hwDWmQ1kCdHmiBmZsuAdq= yuylr4TwhrQV1UgCgkzyYBw4c8B0PaS2okwIAvT0OU+f3G4/SJqDeHmQAoj7TT81MVVOtPrWfzw= GI+kw/NTNVTbX61H4+YOLFA6sIyu9/Hzge5TFAV/l6EQGP2NQvBg7GsvrUCT6ATvD6zLDxrD51g= g+gdxGQ886rUi0tweMhD/IaqHf5AUpTIww2YQuIvN6UygdQmhphsAkbD3m9KZUPoHND185Da+lc= P5N2gmGP5kGFvNaof2yWSTvBiGUaFLIIea1R/9gMMLvGR+sQ3UtcyJsY9btmAjrQm2eGDsay5qk= DMwAd6M0zc41nzVMHZgA6gCAcc0zO8ciHATogn4EOIgg9euQOFD4M0EH53ORPiDfVhobwMJE30e= RPyPdBaTGBmDs3PFDkNTAXy7SpoOAhgnHtteGBIq8B+pBM7AsKvhpvrkuXBoeJPInm/lW59TRQf= 0lA+vevUrW1/mEiLfIYmL+UxZEE0OP4/0ZVatAgs6qUDSbSIK2BibzHyfJda6in8EuuqlT79lVq= 7NgqtWzZoSBxDteQxsAsC/26tjxYYO7Of5BN9Ivdu1epoUONcNx6kRlpu8sWSHaweALvufgqVGu= t4mvnF0RhR/ImHT+Fd7rWRazT5ak7MTExMbH8Mf7W/ImsDlHH42/Nn8jqcKRAHKQ1UWue1nqtGt= Z6PodrgxxCHKQ1UWue1nqtGtZ6PodrzuLpqVE3ftzmRa13tNay3uFzuNbNBcieWs9aAElXPLOBl= Hye0/bMAWRPrWctgKQFCxaQks9z2p45gMSHqe7VWqNVk0VrOO2XwsI8R2s5QF2uNeXN7TVvr66v= 2bU/VqPvcUk4xjlcuzwBFXnOCQHzHK3lHqwPP/ywZvv27TWNjY3xeDjGOVyzoCLPOSFgfoXvyw2= ws86qUQ8+WKPeeadGbd5shGOcw7UE2LLAL7hmmGsA6M4/bq5ZV5soVDohDdIy1DVBoDLMNQBUUV= FRs2/fvqzxkAZpGeqaIFA1kIFaKwhQnz416o03ssajNEhroCLvwCDNnGrmv7+xreaLgy3Zg7GQF= nmsmtrTZzOnmrlq1aqa5uZm3/GQFnmsmtrTB0x85WsRgTn77Bqla7zfeJQWeQzURb6+/uX1maht= QWDaUK2a+qwPoM96NTMITBuqVVOf9QH0IQLSr1+Nqq0NHI/yIK+B+pCf0Zz6Qz/NPFPzt/rUQVl= Gc4Lhp5lnav5WnzooA8w+WusJxvz5oeNRXgMUvvpkAorpDw0yoYOx4IOBTswAdKI3AOUazxqoJm= YAOo5AjBiRczzyYaCOywQUc0oauXMNCB8MdF4GoJhT0sidazz4YKDzMgB9kyBMnZo7UPgwQN/Md= AdEk3Z7ahRW8GFN/jukuQOiSbs9NQor+LAm/x1SwMRDtusIwoYNuQOFDwN0XcqHb/lWkibsOQdj= WZP/E1MAPdGbtLuKZ03+T0yz3VGj2rd3Fo98Gajd8xFoTyr8UUe5AwpfBmjPfGzynbQ2EoCdO3O= HCR8GJnx2ytdBqZwglJbmDhQ+DNDyfJ42TSEIN9yQO1D4MECn5PPE/iyC0LFjjfr00/AwkRc+DN= Cz8v3W848E4pJLalQsxFiBPMhrYP5RFkfMY+GrCcgttwSDirTIY2Cu9v069jxYvsNXZzcQmO98x= 6x9ZoOJNEhrYG4I/PXZPFhg/ife5qhRXbvWqH/91xq1aFGNslsIjnEO15DGwFwb+u1iebAFcqrW= G622Orp0qVGDBhnhuPU2CNKeKpt0maHixVeX8JN1H6fYS/qYr10SyYuxjuRtZP7/fJHWUFZR6P/= Hi4mJiYlF9ihOJ63vak3xPo1ufQJ9Cl/r5HAg6qT1Xa0p9qfR+XgKX+vksox68DlD66daT2q9xH= qSz53hCiT+tDCen6WvzaIqTpvrnxbG87P0tVlUxWlz+dMCpkzXaC3Qqs2iBZy2MCzMYq2lHrBbX= vis9rflO2vLq+prV21qIOEY53DNAos8xSFgFmst9YC9++67tdXV1bX6zqi2rq6OhGOcwzULLPIU= h4D5Zd60M8C6dKlVl19eqx56qFa9+KIRjnEO1xJgkefLQWF+iyfutTdrWADX0qJq9e1YSuEa0ty= cAIu83woA81s8cSdYAJculiekscAi77cCwCzmxY1adfTRtWrKlFq1Z0/6eLiGNEhroCJvcZCaST= Anv7Gtdt8XzVkL5wlpkceCWuyzZhLMVatW1R48eNB3PKRFHgtqsQ+Y/eIwhw6tVevW+Y5HaZEnA= bWfnz5zqQfzYKzFfzCvkDqPBXVppj6V+8ylHsyWluDxkMeCujRTn6oBdNCaR0C+/vVatXt34HiU= B3kNVPjqkAnoeK+ZB6mZqWqq1fzHZwA63mvmQWpmqppqNf/xGYD+mEB061arPvssdDzKCx8G6o8= zTY1oNEd/GDoYCz6s0b9TmqkRjeZ++kw/fao1+ndK86DDCoLw61/nHI98GKAr0j3o8F1vNM80AP= lvisoe/b+bAuh3vdqZc+FYVi39bgqglxCAE0+sVY2NuceDD/gyUC9JBRQTdJoGuSogfDHQKSmAY= oJO0yBX8eCLgU5JAXQyFf6225zFI18G6ORUQEtdNfcUzb40BdBSV809RbMvTQF0JhV+xgx3QOHL= AJ2ZCihuJWnC7iogfDHQshRAcStJE3ZX8eCLgZalAFpGhZ8/3x1Q+DJAy/IXaFmZO6DwlQHokd7= kZ1HhX3vNHVD4MkBn5eOg9BgV/p573AGFLwP0sXycNo2mwp96qjug8GWAjs7Hif3R/IBCrZo7N3= eY8GFgwufR+Xrr+QBB+Id/qFUNOQy+yAsfBugD+bw4cjzvs9eqm26qVSHiUR7kNTDh6/h8X767W= GsbAbn11mC3oUiLPAYmfFwsC8wG6nVxqFjfXLIkO0ykSayFIu91sgXSGuql/JdtA+mCC2rVE0/U= qsWLa9X69UY4xjlcS2yBIM+lskmXGmoPrae0NvvYpNvMaXvINnJ2sHi3/f/hD6ngY6jVrAo+939= 8vbNeTExMLH0/is/5Dtb6vtaNrO/zOecPovLnfAdrfV/rRtb3+VwkX4TlDwcU81z1Yj7u6hrkAK= 1H+Y8IdWm0htMMcABygNaj/EeEujRaw2kGOICIt93eofU3rZ1adUnaydfuCPxW2ySQXbUe0/rcA= 3f1cxvq7nltS93Ds7eTcIxzFtjPOU/XECC7aj2m9bkHbtGiRXXLly+v++ijj0g4xjkL7Oecp2sI= kNgF/Rn/VzMBsE+fOvW1rxnhuDXcjZynfZhaudQD9cCs7XWVGw/UxZpb6vRdQyvhHK4hjQV2aZD= ayrVyqQdK307W7dq1q07fpx8SD+dwDWkssEuD1FYN5ESt2XFQZ5xRp55/vk5t3XpIPDqHa0iTAI= u8JwaBWQ0wN79QU7eipuHQIGmEtMjDUKv9QGWY1QCj74DqYH7jwZCHoVb7gcowKwjM0UfXqWnT6= lSKH+4QIQ3SIo+BWpEVKjdzqpn/8ofNdXX7Y74LFy+kzoO8Vk3tmqWZU82sqKioa2xsDBwPeZDX= qqldM8DsyI/PmOb8ySeB41GeRFcAXx0zAX3Mq5lhYNpQrZr6WAagj3k1MwxMG6pVUx/LAPReAnH= 88XWqqip0PMoLHwbqvZmaOg1AQZp5puZvDVQD0jR1GoCCNPNMzd8aqAakub3cRhBeeSXneOTDAN= 2W8raUpz00uOQcjGUNVI+mAPqoNwC5imcNVI+mAPpvBGDYMGfxyJeB+m+pJu00z8SI7SogfFnz1= MKkSTvNMzFiu4oHX9Y8tTAJ6Coq/J//7A4ofBmgq5KBDvbmmammRmEFX9Y8dbAFdLA3z2xpcRcP= vqx56uCkh2zr1FFH1amGBndA4Qs+DdR+NlDcQtJE3VkwFnwy0O9bQHELSRN11/Hgk4F+3wI6kgp= 9zjnO45FPA3SkDRT35XT34zogfDLQGy2guC+nux/X8eCTgd5oAb2BCj1qlHug8GmA3pBPQH9Ehf= 7BD9wDhU8D9Ef51OSvoEJfdJF7oPBpgF6RT4PSECp0t251qrnZHUz4gk8DdEjeTJt4ZcmsKmngz= oDCV2IVqn2+Tex/TYW//np3QOHLAP11Pt56nkmFb9euTi1bljtM+IAvA/TMfF0cmU4ATj+9Tu3b= Fx4m8sKHgTk9n5fvevBfCuvUJZfUqf37g8NEHuQ1MFdnffAhDxaYv661lYCceWad+vhj/zCRFnk= MTPj4umyBGKjn8Aut6lTHjnXqjjvq1OrV6UHiGtIgrYGJvOcE3Vc60jfpTuL/LiX2ik491Yzc48= YZ4RjnWm/UIc9Jso2cHuwwrT9p7UixhexpB6cZJg86+Ad7rNa3tW7Xmsi6nc9F/nVIMbHD67mm7= lo3aT2vNV/rA9Z8Podr3R029+5aN2k9rzVf6wPWfD6Ha90dNveO/CzTL7Rm8L/uZvHxL/haR1fP= NU3T2q1Vn0W7Oe2AHEBiQJqmtVurPot2c9oBOYDEp9Mm8X+N6rNoA6ftFgYkBqBxWjs9YOP+tKX= +j+/W1b/z6f761Vu/IOEY53DNAruT8xYGAIkBaJzWTg9YZWVl/YYNG+o///zz+j179pBwjHO4Zo= HdyXkLA8Ic3Qpkr1716qab6tUTT9SrV14xwjHO4VprsKODwMTj3y95gP7tL9vqq2sb6/UEN6OQB= mktsC/5eUycH/9+yQO0cuXK+n379mWNhzRIa4F9yc9j4vzyqwfjgE4/vV69/nq9isXSx8M1pEHa= BNgHs74Ui2smwbzimQ31c1ftzVqwZCEP8lpQC7PUTIK5YMGC+i1btgSOhzzIa0EtzAL0kTiUe+6= pV01N/uMhLfIkoD6SDeg4D2bF+gOBC+cJeS2o4zIAHefB3LlzZ+h4yGtBHZcB5vVxGFOnho5HeR= NQr880AFGfGaZmpqqpVp+abj2U+swwNTNVTbX61HSP4mwlCPfdl3M88mGAbk33KM40r8/MORjL6= lOnpQA6zeszXcWz+tRpKYD+kgCcfXbm/tKv4AO+DNRfpppn0tTIzwDkV/BlTam6J80zaWrkZwDy= K/iyplTdLZhH8/14vZo/31k88mWA7mj1F2+emNP0x1kwljWluskCepM3NXIdz5pS3WQBvZoKftp= pzuORTwP1ahso7nZoTuk6IHwy0OctoLjboTml63jwyUCft4A+FR/VXQNNjPpP2UBxC0kTddcB4Z= OBzreA4haSJuqu48EnA51vAZ1HhX7tNfdA4dMAnWcDxX053f24DgifDPQDCyjuy+nux3U8+GSgH= 1hAl1OhFy92DxQ+DdDl+QR0FRX6vffcA4VPA3RVPjX5cir0f/2Xe6DwaYCW59Og9AIV+uGH3QOF= TwP0hXyaNo2lQl94oXug8GmAjs2niT0+Mr1PFRbWqzVr3MGEL/iE7+SPTufBredMqknXXusOKHy= Z2jkzHxdH8MXEvQSgtDR3mPBhYO5N++XEPFi+e5ggHHtsvaqoCA8TeeHDAH04bxeY+XO+/x2HOm= dOcJjIk4D532k/45tHWyB4oOGv8QXin/ykXvn5IZEGaRMLy3/1/QDEkb5Jp0F01vpVHE6nTvXqB= z+oVy++WK+WL69XW7ca4RjncA1pEjCRN/j7ovJgG/mb8YUTf0Lab8qDDtnBnsF77nO1PrUeEvuU= z01y9k0lsegexzmJXzB4YZJw7iTX8XQNPIlfMHhhknDOeTz+BCXeL3pKko539ilKDep8ralaG7U= asmgjpz0/B4jna03V2qjVkEUbOe35OUDsqzWBv+aFJt6QRnWcBmn7hgHZX2uWDUzPLRtueeGzhj= v/uLmVcA7XkuAib/8AIPtrzbKB6bllw7vvvttQUVHRSjiHa0lwkbd/AJCodU/zQNMa3nHHtdahc= Os57/F+YV6qtd2D+PT/7GhYtamh4WCspUHPx1IK15AGaS248HGpD5iXam33IFZVVTXs3r27oaUl= fTxcQxqkteDCx6U+YBbzM/IG0IgRDWrGjAa1bl2Dam4+NB7O4RrSIG0C7NqsX/1imHsB5J7XtjR= s2d2UtlDphDzIy1D3ZoLKMPcCyPLlyxsOHDgQOB7yIC9D3ZsJKn+edzsBGTiwQek8QeNRHuQ1UO= FraKZmTjXz0bm1GWtkNiEvfFg1tX+aZk418+OPP85YI7MJeeHDqqn9U8DEf5TWE4iLLmpQuoaHj= Ud54cNAXZ/yv0pen4nalQtMG6pVU2elADrLq5m5wLShWjV1VgqgMwjA6afnBtOGCl8G6oxUozn1= f2Gaeabmb/Wp5yeN5tT/hWnmmZq/1aeeb8EcQgUvLGxQemBzFY98waeB2urv3Zju0KDiLBgLPhn= oVAsopjs0qLiOB58MdKoF9FdU6Kuuch6PfBqgv7KB0jwTI7XrgPDpzVMtoDTP3O2i6SUJPr15qg= W0igo9Z457oPBpgFbZd0DUNF30nan6UqvZn8R3QNQ0XfSdqfpSq9nj33InUIHbtWtQ+/e7Bwqf8= G2gnuC9r54m6M6DseCbgRbzrSNN0KOKB98MtJj/J9+g+vSJLB75NkDPLOD7cbrriSogfDNQ736c= 7nqiigffDPRCXcjhVNgzzogOKHwboMPzAeiFVNji4uiAwrcBeqEAFaCHP9AjfVAaSoXt3z86oPB= tgA7Nh2lTERW2U6cGFYu5hwmf8G2AFh3xE3v+59xWKvB777kHCp8G5tb4P+vy4NbzD1Tou+5yDx= Q+DdA/5NPiyD9Sobt2bVBbt7qDCV/waYD+Y94s33GzX0gFv/zyBuWi74YP+DIwFx7yR9o8WGDGi= L8n3vRzgYq8iaa+J+1WSB5sgfwwvid09dUNaufO4DCRB3kTe0s/zPdNuh/xE8cNqnv3BvXAAw1q= w4bsIJEGaZHHgNzX6q22eb6NfK7Wslbbw337Nqjhw02/aAvncK31VjLynisPOrSG2kHrWq23Uu7= Pp96Pf4vzdJBHcTLDxb+Vz9O6jPtZW5fxtaNzBdhXawx/q3OST43nPH1DAOyrNYa/1TnJp8Zznr= 4hIHbRukDrKq0bfeoqztMlCMhhWm9rNeUo+BjmA+Qwrbe1mnIUfAzzAXKA1u94utMUUnvYx4BsT= y0/5AHRA03Tz/+8temZv33e9Nvynb6EtMiDvBbYh1I9zcxPLT/kAdEDTdOKFSua1qxZ01RdXe1L= SIs8yGuBfSjd08wawG3cFxowRUVNqqSkSQ8+/oS0yJMAC1+3pQMahwkwu/bHmvR0IZSQFz5sqCm= AxmECTGNjY+h4yAsfNtQUMG+Pg7j00iZVURE6HuWFjwTY21M1cyr8nJV7wwdKEnxZUIclNXMq/O= bNm53Fgy8L6rCkJ5QPUOHvuadJ3+nkHg8+4MsAPdDqCWevz0StclU4T1ZNfdsC+rZXM13Hs2rq2= xbQN6jgo0a5gWlDhU8D9Q17NKd+L5dmnqn5W31qXx7Nqd/LpZlnav5Wn9qXXy/UqAoLm5Tud13H= I5/wjRh43RBPc2gwcR6MBd8MdAxPc2gwiSoefDPQMTzVaVLnnhtZPPJtaulVBTx3jKS5p2j243n= uGElzT9Hsx+tCjqPC3nxzdEDh2wAdV8ATcpr2RBUQvhmoNyGnaU9U8eCbgU7iv8Q0qTvvjA4ofB= ugkwSoABWgAlSAClABKkAFqAAVoEcI0CP91vMeKuzYsdEBhW8D9J58WBy5kQqL1faogMK3AXpjP= izfnUaF7dy5Se3e7R4mfMK3AXpaviwwL6cC33uve6DwaWAuz6ctkO9Rodu1a1KzZrmDCV/waYB+= L9826V6kgrdv36QeeqhJHTgQHiTywgd8GZgv5t02Mr+m7Q/xncoePZrUD39owDzxhD8hLfIgb2L= H8w8ZX9eWBw86jOH3MTXlKPgYI4/iFMS/5n0hf83rGf7Erx89w3kuPORr3RmeHinRelxrplZpSM= 1kHyU+3s5YovW41kyt0pCayT5KfHz+51Stn2k9yt8HCaNH2cepmWAO0npPK+ZY8DkoBcxBWu9px= RwLPgelAHkiv+U25ljweWIqmNsA4NrnN8Z+8/bO2Fsf7o39z8f7Qgl54QO+GOo2GyrD3AYAixYt= iq1duza2ZcuW2LZt20IJeeEDvhjqNhsq781XEYD27WPqe9+LqV/8Iqbuuy+ckBc+4MtArYp/Aoi= bOdXMcX/aEtNTnpieGjgRfMGnVVMLuZlTzaysrIzpKY+zePAFn1ZNLWSgc6ngAwbE1MqVzuKRL/= g0UOd6QEu8mukSpg3Vqqkl3M9RbXIJ04Zq1dQSXdBvUIGPOiqmqqqcxyOf8G2gfqOABw9qos6Ds= eCbgT7Ogwc10ajiwTcDfZzfuxxTN98cWTzybYA+XMAjMvV7UQWEbwY6k0dk6veiigffDHQmfyQ6= pp5/Pjqg8G2A/qmApzk0mEQVEL4ZqDfNocEkqnjwzUBLdSFLqbAvvhgdUPg2QEsFqAAVoAJUgAp= QASpABagAFaACVIAKUAEqQPMe6JG+fPdnKuy0adEBhW8D9M/5sMD8NBV2/PjogMK3Afp0PmyBjK= LC9uoVU3sjaIXwCd8G6KgjfpOO337zCRV45MiY2r/fHUz4gk8D85P423LyYBv5HH5xVUz16xdTj= z0WU3/9a0yVlYUT8sIHfBmY8H1Ovj3ocL7WhggedIDP8/PyURx+tdBPtF7XWqpVGVJL2cdP0r5y= SBf8eK17+am5NVrrctQa9gWfx6eAebzWvfzU3BqtdTlqDfuCz+PTvEnsOn49ED4nOT9HzWNf1x3= ypjFd4KFam7SaIxJ8D7VgDtXapNUckeB7qAWzn9YKreaIBN/97JpJMP/595ua//bxvuY1275oXl= fbmJPgA77g04J6PNdMgvn+++8360Glee/evc379u3LSfABX/BpQT2em/lHVPAePZrV5MnNaubMZ= vWXv+Qm+IAv+DRQP6Lmz02SCr6/sblZTwecCj4tqPdyk6SCHzx40Hk8+LSg3qsLeQcVuE+fZvXZ= Z87jkU/4NlDv8P4BQrXJeTAWfDPQt7mfo9oUVTz4ZqBvc1/XrH7968jikW8DdF4BDx7URKMKCN8= MdA0PHtREo4oH3wx0jS7kairsu+9GBxS+DdDVBTwiU78XVUD4ZqDeiEz9XlTx4JuBrtOFXEeFXb= 48OqDwbYCuE6ACVIAKUAEqQAWoABWgAlSAClABKkAFqAAVoAJUgB7WQI/0BeZqKmxFRXRA4dsAr= c6HLZBFVNhXX40OKHwboIvyYZNuChX2vPOaVWME3Rp8wrcBOiUftpF7a9VRgS+6qFm9/Xazqq1t= VnV1uQk+4As+DUzE6J0vDzqU8EelonrQAb5L8u1RnK9o/YYf7mpyALGJfcHnV5JhdtC6S2uZ1i6= tOkfaxT7hu4MFs4PWXVrLtHZp1TnSLvYJ3x2SgF7BD3hV8tsaXaiSfV6RDHO2VkvEQowODHO2Vk= vEQowO/F1k1KKWiPUb+j4y156Wq57d0PLXD/e2bN19sGX7HjeCL/iEb4Z6F9eeloULF7Zs3bq1p= aGhwangE74Z6l26kDdRgdu3b1ETJrSov/2tRZWVuRF8wSd8G6g3FXCTpILraUAkgm8GuoybJBU8= qnjwzUDxhdglVNhHHoksHvk2QJcUcD9HtSmyAmrfDHQX93NUm6KKB98MdJcu5OdU2LVrowMK3wb= o5wU8eFATjSogfDNQb/BoK6B1PD9sUevXRwcUvg3QOgEqQAWoABWgAlSAClABKkAFqAAVoAJUgA= pQASpABagAFaACNDTQI30LpM2BHumbdB9SYWfOjA4ofBugH+bDNvJ9VNgePVrUvHktqrnZHUj4g= k/4NkDvy4cHHbpqVbTBgw6I0TUvHsXRBT1G61daOyMAuZN9H2M/jtOfX161V0s51l723d8C2p9f= XrVXSznWXvbd3wLajb8jt5If8HKpley7mw1zRwQgk4UY/RnmjghAJgsx+uuC9tBaq6UiFmL08F7= Iqu56ZbNau/0LVf9Fs1PBJ3wzVO+FrGrZsmVq79696uDBg04Fn/DNUPFC1mlU4P79lXrtNaWWL3= cr+IRvA3VagdfMUfCoDL695u81cxQ8KoNvr/nzozhKlZVFFo98G6D0KA4Vtp7+BBKNwbcXx2uSq= E1RGXx7ceJNcteu6IDCN8fJH6B1ddEBhW8BKkAFqAAVoAJUgApQASpABagAFaACVIAKUAEqQAWo= ABWgAlSAHmZAj/RNugNU2I8+ig4ofBugB/JhG3kuFfbSS5WqrXUPEz7h2wCdmw8POpwVr6XQcce= 5VeJBB8Q4K18exTmXvyMX1VMj8H2u/WzTWVpvaTVFALSJfZ9lAT1L6y2tpgiANrHvsyygRfwaoD= URPNu0hn0X2TAPtEGTR4yzGOaBNmjyiIHmjma/vQ2ebUKM/gVce9QvXt+qPtvV5LzPhk/4Zqhvc= e1RK1asUPv373ceDz7hm6G+xR+bVmrIEKXmzlVq/Xq3gk/4NlDpY9PUzKOAaUP1mr/XzKOAaUP1= mn98QKqoiG7aBN/WtIkKG6Xh+enkiX3UdsjEvjm6GxeFz0kn3ylFbX93oFGbABWgAlSAClABKkA= FqAAVoAJUgApQASpABagAFaACVIAKUAEqQA8zoEf6Jl2MCrtxY3Qw4dsAjR2yjdwSAcy/8zbyEi= rsVVcptW+fe5jwCd8G6JJ8eNDhEv7kmVLt2yvVt69Sp5ziTvBpYCLGJfnyKM5IraoInxqB75HJ3= 6Ur0XqVX1y1wpGWsc+SFB/5K9F6lV9ctcKRlrHPkhQf+cOXE1/VwvvwVjjSMvZ5yBcT72+DJn+/= BfP+Nmjy91sw72+DZ5vut2smFXpq+U61ouaAWrWpwYngCz4tqCVcM6nQ1dXVateuXaqurs6J4As= +LaglXDNNof/lX5SaN8+8FsiF4As+E1BLCrhJUsGjMgvqq9wkqeBRmQX1VW6SpuBRWQLqq977Q6= k2RWXwzUC994dSbYrK4JuBLuN+ztSmqAy+DdBlBTx4UBONyuCbgXqDBzXRqAy+Gag3eLTVm8VWC= FABKkAFqAAVoAJUgApQASpABagAFaACVIAKUAEqQAWoABWgoYHKFkiulrQFIpt0uVrSJp1sI7vc= RpYHHRw/6CCP4kTwKE4S2HZag7WGa10cUsPZR7uCLKYL305rsNZwrYtDajj7yBpPF76d1mCt4Vo= Xh9Rw9tEuE8j2WuO0tjhs5lvYZ/sUINtrjdPa4rCZb2Gf7VOAbK81TmuLw2a+hX22TwWz1ANx7f= Mb1R0vb1J3/nFzKCEvfFhgS22oDLPUA7Fo0SL1/vvvq4qKilBCXviwwJbaUBlmaRzEsccq9dWvK= lVcHE7ICx8JsKWtoHItUj94doP660f7VKw59+eY4QO+4JOhjrOAohaphQsXqq1bt6qWltzjwQd8= wSdDHWcBHUcF79JFqWnT8ILR3KdK8AFf8GmgjrP7TGrmAODa4NNq/u24z6RmDgCuDT6t5t+O+0z= TzAHAtcFnovm3K+DBg5qoi5qZqqZazX8wDx7URF3UzFQ11Wr+g3nwME00irfqwmei+Q8u4BGZ+r= 2oDL4Z6HAekanfi8rgm4EO5xHZ9HtRGXwboMMLeJpDg0lUBt8M1Jvm0GASlcE3A/WmOWYwicrg2= wC9WIAKUAEqQAWoABWgAlSAClABKkAFqAAVoAI074HK8p3j5TtZYM7FUiwwyxZILpa8BSKbdDnU= zFSbdLKNXOx+G1kedHD8oIM8ihPBozhiEZuuXYVaQ7RGao3yqZGcpzBoPF27CrWGaI3UGuVTIzl= P4Hi6dhVqDeG3jo3yqZGcpzAIyM5ad2ttyqHv3MQ+OvsA2Vnrbq1NOfSdm9hHZx8gO2vdrbUph7= 5zE/vonA1mT62l9mh/98wt9HZFP0LapNEdvnpmgNlTa6k92ldWVtLbFf0IaZNGd/jqmQFmz1bf9= 8RIfd55Sl10kT8hbevRHb56ZqqZBHPM1I1q/ifh5qPIg7zwYUHtnKZmEszFixerbdu2hZqPIg/y= wocFtXOammlgnnCCUi+9pFRTiHemIg/ywkcCaudUQO/2YG7ZnfvLWeHDgnp3CqB3ezAPHMj9Hyj= wYUG9OwXQu+Mw167NfWIPHwmod6cagKjPRO1yZfBl9amFSQMQ9ZmoXa4Mvqw+tTBpADJ9JmqXK4= OvRJ9aaAMdEsUCSdLCyBAL6JAoFkiSFkaGWECHxPvMJoevRoavRJ86xAaK6Q4NKq4NPhnoSAsop= js0qLg2+GSgI5NeyGoGFdcGnwboSBvoKO89zK7Nev/yKAvoKO89zK7Nev/yKAvoKCo0RmrXBp8G= 6CgBKkAFqAAVoAJUgApQASpABegRBlRuPR3fesriiOPFEVm+c7l8JwvMjheYZQskYDP3swUim3Q= Xud2kk23kCLaR5UGHCB50EBMTE0s8P1qk1S9JRame/8zV+PnRIq1+SSpK9fxnrsbPjxZp9UtSUc= bnPwNC7KR1q1aZVmOGUb2R0yBtpxwgdtK6VatMqzHDqN7IaZC2Uw4QO2ndqlWm1ZhhVG/kNEjbK= SzMYVrVNrhRT5u5qS2cS4KLPMNCwBymVW2DW7BgAU3YbeFcElzkGRYC5jCt6lbg8BXZ445rrcSX= ZT0hz7CgMK/zvkJ7w29r1Gvv71ab8N3kllR3KoquIQ3SWl+bvS4AzOu8r9AuWbJE1dTUZLwdxTW= kQVrra7PXBYB5nVYTATrxRKWmTFFq9WqlmpsPDYZzuIY0SGugIu91QWomwXzoze1qf2Oz77sypE= UeC+ownzWTYH744YcqFov5v83VaZHHgjrMZ800MC+/XKk9e/zfdiIt8iSgDvPTZ1Z7MMMsrCGPB= bU6U5/KfWa1BzOsWVCrM/Wp3GdWx2GGWTpEngTU6ox9Kg8q1HSD1MxUNdVq/rdmAHqr18yD1MxU= NdVq/rdmAHprvJkHqZmpamqi+d+aCShGauoPczX4YKBlGYBipKb+MFeDDwZalgFoGUFAf5irwYc= BWpZpnklTIwwyuRp8WFOqdP9ToqmRq/VQa0qV7n9KZmqEQSZXg4/ElKp9KqBF3tTIxa4EfFhTqq= IUQIu8qZErs6ZURSmAFsWnRs3NuQeDj8SUqigV0H7eGqgrs9ZG+6UA2s9bXHZl1iJzvxRA+1HhM= bd0ZfBlgPYToAJUgOY9UBmUHA9KMm1yOW2Sib3jib3cekZz6+lkceTB/zrCF0cuu8zf4kjy8h3A= BF2+s2Ae/st3ABN0+S4Bs8n3QrMsMDtcYJYtkAi2QGSTLoJNOtlGjmAbWUxMTExMTCwfTE+Nemu= N1ZquNZs1nc/1jmDa1FtrrNZ0rdms6XzOeTw9NeqtNVZrutZs1nQ+19slyJO1ZmjFMkzsY5zmZA= cgT9aaoRXLMLGPcZqTHYA8WWuGVizDxD7GaU7OFSY+77vLAzfuT1vUH96pU/M+2kfCMc5ZYHel+= mxvAJj4vO8uDxz+5bF+/Xp6cy2EY+uvh4rTluQAE5/33RUHd/bZSk2apNT06UY4xrkE2F0ZP9vr= AyYtkPzrK5vVx1u+SLtYgWtIYy2MlISESQsky5YtU3syrALhGtJYCyMlIWGaBZKhQ5VatCj9KhO= uIU1iYaQkTDOnmjnlze3qi4PZ1w2RZkriIbFdQZo/N/Nd3hJes489H6Sxlu52BWn+3MxNzRw1Sq= n9+32sTe43aRM19eQgQGd4NdMPTBuqVVNnBAA6w6uZzQE20JDWqqkzAgCdEa+ZfmDaUBM1dUaQ0= ZwGoEzNPFPztwaq3j5HcxqA9oTYlkAea6Dq7XM0NwNQpmaeqfknBqrefoCO9QagsGYNVGN9AB2b= 63/nrYFqrA+gY+MDUFhLDFRj/QDF3JJG8LCGvAx0ug+gmFvSCB7WkJeBTvcBdDrBwAge1pDXAJ3= uBygm7DQtCmvzEl9XmO0D6Oxcv7pgfV1htg+gswkGpkVhDXkN0NkC9O8AVJq84yYvg5LjQUmmTS= 6nTTKxdzyxl1vPCG49ZXHE8eKILN9FsHwnC8wRLDDLFkgEWyBiYmJiYmJiYmJiYkeg8Wswe7Eif= +0jvwazFyvyePwazF6swighjtaak/RvkEY+N9olXIY4WmtO0r9BGvncaJdwGeJorTlJ/wZp5HOj= ncHVoPpoLbQXQ654ZgMpaYEEafo4gNlHa2Hy/5VS/D8Jafo4gNlHa2GrxZCOHY1aL5AgTR8XMOn= VwVc/t4GW6z6z/vqNY5zDNetVwX1yhLnJex8zluv2W4u/OMY5673Lm3KByjDNq4O7djXLdZ98kl= gHxTHO4VriVcF9cmnmVDPH/m6T2lyX/j/0uIY0Vk0N+8pgqplLly7N+tdEpLFqathXBpuaOXCgU= mvWpF9gxjWkSdTUwjBAR3s1MxNMG6pVU0eHADraq5l+XkiANFZNHR0C6Oh4zcwE04aaqKmjwwCd= E3R/3tqPnxMC6Jyg+/PWfvycEEDnBN6fT+zHzwnT3Gk0/yzA6zI+a/1ajMKAzZ1G8/0BdiGR1hr= 9CwM2dzOa231mNkPaxOgf6JPovbzRPKhZo3+vAEB7hX2hizX69woAtFd8NA9qidG/lwD9OwKVJu= +yycug5HhQkmlTNNMmmdi7nNjLrafjW09ZHIlgcUSW7yJYvpMFZjExMTExMTExMTExMTExMTE2X= hgp1rqGVRzlAgkvjBRrXcMqjnKBhBdGirWuYRVHucp0pdbaFP+iw7krI4B5pdbaFP+iw7krI4B5= pdbaFP+iw7krXcOc7AG85vmNatJftpKuSXyNBprsEOZkDyBW5z/44AOStVIPTXYIc3Ic4DHHKDV= ihBGOE2Anu6yZBO13i3epRuuv3jjGOQvqlY5qJkFbt25dq7964xjnLKhXOqqZBtrPf44NK3vzyp= xLQL3SRZ+51oOZziyoa3PpU7nPXOvBTGcW1LW59KncZ66Nw0xnCahrc+pTedChpt2Y4SUEuGY1/= +IcgBZ7zTzTSwhwzWr+xTkALY4380xb17iWaP7FuQDFSE79ZdZnAHQaBnpNDkAxklN/mc2QhoFe= kwPQawgS+stshjQG6DUC9DACKk3ecZOXQcnloCTTJsfTJpnYRzCxl1vPCG49ZXFETExMTExMTEx= MTExMTExMTExMTEwsJ+MF5hFaE1kj2mCBeYTWRNaINlhgHqE1kTUiyqfveiT/K9n6F3KPCGD2SP= 5XsvUv5B4RwOxxyL+SE/9C7hFFzVzobdI9OW8HydqkWxjBv5EXept0VVVVJGuTbmEE/0ZeGN+ku= /lmo8Qm3UKnNZWbNgG03+yAYwvqCIdAR6R6XUbSazFGOAQ6Ig5T/3Bxw3EC6giXQNFfUq1MNpxj= oBMdAkV/SbUy2XCOgU50CHQiQUOtTDacM0AnCtDDGKg0ecdNXgYl19MnmTbJxP7wntiLiYmJiYm= JiYmJiYmJiYmJiYmJiYmJiYmJifm1y55af67WVNa5UccrLy8/V2sqK/J4qqDgXK2prHPbAmaTtY= XcFCVUhtlkbSE3RQmVYTZZW8hNkULlWqnu+89tJIY6NUKgqJVq5cqVJIY6NUKgUwnkpZcaGahTB= ej/IqDS5GVQOowHJTExMTExMTExMTExMTGx4Pb/Ab7rit24eUF+AAAAAElFTkSuQmCC"); back= ground-repeat: no-repeat; border: none; height: 28px; outline: 0px; positio= n: absolute; width: 28px; } .recaptcha-checkbox-nodatauri.recaptcha-checkbox-borderAnimation { backgrou= nd-image: url("https://www.gstatic.com/recaptcha/api2/checkbox_sprite.png")= ; } .recaptcha-checkbox-spinner-gif { border-radius: 2px; background-color: rgb= (255, 255, 255); background-size: 24px; border: 2px solid rgb(193, 193, 193= ); height: 24px; left: 0px; position: absolute; top: 0px; width: 24px; } .recaptcha-checkbox-spinner { background-color: rgb(249, 249, 249); border-= width: 6px; border-style: solid; border-color: rgb(77, 144, 254) rgb(77, 14= 4, 254) transparent transparent; border-image: initial; border-radius: 36px= ; height: 36px; left: -4px; outline: 0px; position: absolute; top: -4px; wi= dth: 36px; box-sizing: border-box; opacity: 0; animation: 2.5s linear 0s in= finite normal none paused spinner-spin; transition-duration: 1s; } @keyframes spinner-spin {=20 0% { transform: rotateZ(0deg); } 10% { transform: rotateZ(135deg); } 25% { transform: rotateZ(245deg); } 60% { transform: rotateZ(700deg); } 75% { transform: rotateZ(810deg); } 100% { transform: rotateZ(1080deg); } } .recaptcha-checkbox-spinner-overlay { content: ""; position: absolute; top:= -7px; left: -7px; width: 38px; height: 19px; background-color: rgb(249, 24= 9, 249); animation: 1s linear 0s 1 normal none paused overlay-spin; transfo= rm-origin: center bottom; border-radius: 38px 38px 0px 0px; transform: rota= teZ(45deg); opacity: 0; } @keyframes overlay-spin {=20 0% { opacity: 1; transform: rotateZ(45deg); } 100% { opacity: 1; transform: rotateZ(225deg); } } .recaptcha-checkbox-checkmark { background-image: url("data:image/png;base6= 4,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAYAAADsAfBvAAAABmJLR0QA/wD/AP+gvaeTAAAAC= XBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAmAAAE7AAx5U8eAAAGSElEQVR42u3dMWicZQDG= 8dRo0FIrgqFFVCxWQaFD6VDnqiBCJ3NK1UVQsaOQQsAiKIoF7eLSwfLh0lXaKmZTEBQLgkNXRxH= UqUvX+l6+7/guSQOXL5fLk9zvB++iwz0kl1zeP+llZgYAAAAAAGBHVb3T5TycNuqFcp5KG3VPOc= 94ygAAAADRqt7Zcs6ljXqrnH/LeTppVL/2XCvnmKcNAAAAEKuuPZ+ljerXnjvNOZ8yql97fm1G3= cqqPlXvoXJ+KOek5zQAAABMt11Qe74oZ1/CqOHaMziXUsb1a88va8a9kfLp3F/Oj82oyxkfsdXj= Pihn1ncDAAAA9ga1Z/RRu672fJPRMFbXnsG5Us59KeO+WzPuejlzCePmyrk6NOz3cg6mfJXONp/= Gm+XMp30Lmc17PzIAAIAJ3orUnlFHqT1dx6k9XcetrT39s1zOws4/79racyfvi6Ied/ku4xYTPq= 37mo/SYNTPK1/BQd+ALzRfsfsTX7LmZgAAgBF+dFZ7Rh21h2pP1ft85VM/oXGj1Z76jjn4/xMdt= 3HtWT2qf36bXEPbuPZ8uea/3Zh8Lti49uzgqNXjLmeNasepPVv7ogAAAEb40blb7al6H5dzartG= das97c389vjHda0963PBT9vxEdts7bkwuUtwt9ozoZv55mvPBHOB2rO1cWpP14FqDwAAW/qZ7YH= EUUt5b0NR9T4auheMeVz32rP2EvzH+IZtvfZsw9VufLVnG+6bao/ao/aoPWoPAMAUhpWllZ/fAk= cNftq9kDhqEFcOJNWeMRcftUftUXvUHrVH7VF7AICsF/3jqWFlgm870a1hnEkNK/NGqT1qj9qj9= qg9ao/ao/YAwIReXxfyXmPbm/n1nHHrc8FFYcUotUftUXvUHrVH7VF71B4Apj2sPJ84anAJXkoc= NTjvCCtGqT1qj9qj9qg9ao/ao/YAMO1h5f7UsBL3PrFLWRdgucAotUftUXvUHrVH7VF71B4AuOu= rxvvlPJZYe/o/APyZM279Jfiq2mOUUWqP2qP2qD1qj9qj9qg9ANMeVmYTRy3lvaStvm+GjLv7Jf= gRN3OjjFJ71B61R+1Re9QetUftAZjm2nMstfbE//2k11Jrj5u5UUapPWqP2qP2qD1qj9qj9gBMd= e15Ne+Vo73aBb2srb9vXlJ7jDJK7VF71B61R+1Re9QetQeAwG/Qb3uLnI73zatqj1FGqT1qj9qj= 9qg9ao/ao/YAEPgN+r28f83VXu3+Kedoau1ZVnuMMkrtUXvUHrVH7VF71B61BwC1R+1xMzfKKLV= H7VF71B61R+1Re9QeANQetcfN3Cijpqr2HCvnw7Ta82w5/2XVnvoBvlV71B61R+1Re9QeANQetc= coo4yKrj31AxzOqj31Axxtik9U7TlSzl9qj9qj9qg9ao/aA4Dao/YYZZRR0bWn+31gG2tP+0CHc= mpP+0CPN9UnpPbUD/Ro8xcH1B61R+1Re9QeANQetcfN3Cij1J7c2rO1URFXux0aVfVez6g9qx/4= k6zaUz/wgtqj9qg9ag8Aao/a42ZulFFqj9pjlFGTH/NKOdcyak876lQ5t/PCStX7Su1RewBQe9Q= eN3OjjFJ71B6jjNolo17OG7X+I3Yjq2HU487mjQKAPUDt6X7fVHuMMmqqR6k9csG4R802/14pMh= fMNeMic0F/3EE/0wEADP+IpPZ0vW+qPUYZNdWjImvPgWZIUO1px8034yJzwbzfLgAAYA9Re7rfN= 9Ueo/bkqMW8UfWw4behuJnTMNpxN7JGteP2zQAAANNF7el+M1d7jBrHsEt5owaJoB53M69h1OP8= sw0AAICNbk1qT9dcoPZsNGohNazMDb0nRtwvh/THXcz85RAAAAB2FbVn86Oias/xzLBSjzubGVb= qcWeEFQAAAPYmtWf0Uafzak89rP9XXK6k/sZKf9ynwgoAAABM8DYeWXsW82pPPWz4fWKX0z5q3i= cWAAAASK09h8u5lVd76nEnm3HLiZ/OE36NBgAAAKZb1Xs3r/bUw94s5++82tOO+z71U3qv5zUAA= ABMr6r3Umrt6f+Joq9Ta09/3DlPHwAAACBO1XuinOdSx71YzpHUcSc8fQAAAIA4Ve/BleITOu7J= 3HehqXqHPH0AAAAAAAAAALr5H72AWmG4R73sAAAAAElFTkSuQmCC"); background-repeat: = no-repeat; border: none; height: 30px; left: -5px; outline: 0px; position: = absolute; width: 38px; } .rc-anchor-dark .recaptcha-checkbox-spinner { background-color: rgb(34, 34,= 34); } .rc-anchor-dark .recaptcha-checkbox-spinner-overlay { background-color: rgb= (34, 34, 34); } .recaptcha-checkbox-nodatauri.recaptcha-checkbox-checkmark { background-ima= ge: url("https://www.gstatic.com/recaptcha/api2/checkmark_sprite.png"); } .recaptcha-checkbox-hover .recaptcha-checkbox-border, .recaptcha-checkbox-h= over .recaptcha-checkbox-spinner-gif { box-shadow: rgba(0, 0, 0, 0.1) 0px 1= px 1px inset; border: 2px solid rgb(178, 178, 178); } .recaptcha-checkbox-focused .recaptcha-checkbox-border, .recaptcha-checkbox= -focused .recaptcha-checkbox-spinner-gif { border: 2px solid rgb(77, 144, 2= 54); } .recaptcha-checkbox-active .recaptcha-checkbox-border, .recaptcha-checkbox-= active .recaptcha-checkbox-spinner-gif { background-color: rgb(235, 235, 23= 5); } .recaptcha-checkbox-disabled .recaptcha-checkbox-border, .recaptcha-checkbo= x-disabled .recaptcha-checkbox-spinner-gif { background-color: rgb(241, 241= , 241); } .recaptcha-checkbox-loading .recaptcha-checkbox-spinner-gif { background-im= age: url("https://www.gstatic.com/recaptcha/api2/loading.gif"); } .recaptcha-checkbox-checked .recaptcha-checkbox-border, .recaptcha-checkbox= -checked .recaptcha-checkbox-spinner-gif { visibility: hidden; } .recaptcha-checkbox-checked .recaptcha-checkbox-checkmark { background-posi= tion: 0px -600px; } .recaptcha-checkbox-expired .recaptcha-checkbox-border, .recaptcha-checkbox= -expired .recaptcha-checkbox-spinner-gif { border: 2px solid rgb(255, 0, 0)= ; } .recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused .recaptcha-chec= kbox-border, .recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused .r= ecaptcha-checkbox-spinner-gif { border: 2px solid rgb(193, 193, 193); } body { margin: 0px; } .rc-anchor { border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 4p= x 1px; } .rc-anchor-normal { height: 74px; width: 300px; } .rc-anchor-compact { height: 136px; width: 156px; } .rc-anchor-dark { background: rgb(34, 34, 34); color: rgb(255, 255, 255); } .rc-anchor-dark.rc-anchor-normal { border: 1px solid rgb(82, 82, 82); } .rc-anchor-dark.rc-anchor-compact { border: 1px solid rgb(82, 82, 82); } .rc-anchor-light { background: rgb(249, 249, 249); color: rgb(0, 0, 0); } .rc-anchor-light.rc-anchor-normal { border: 1px solid rgb(211, 211, 211); } .rc-anchor-light.rc-anchor-compact { border: 1px solid rgb(211, 211, 211); = } .rc-inline-block { display: inline-block; height: 100%; } .rc-anchor-center-container { display: table; height: 100%; } .rc-anchor-center-item { display: table-cell; vertical-align: middle; } .rc-anchor-content { display: inline-block; position: relative; } .rc-anchor-normal .rc-anchor-content { height: 74px; width: 206px; } .rc-anchor-compact .rc-anchor-content { height: 85px; } .rc-anchor-error-message { color: rgb(255, 0, 0); font-family: Roboto, helv= etica, arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 1= 6px; padding: 0px 10px; } .rc-anchor-checkbox { margin: 0px 12px 2px; } .rc-anchor-checkbox-label { font-family: Roboto, helvetica, arial, sans-ser= if; font-size: 14px; font-weight: 400; line-height: 17px; } .rc-anchor-normal .rc-anchor-checkbox-label { width: 152px; } .rc-anchor-compact .rc-anchor-checkbox-label { width: 95px; } .rc-anchor-error-msg-container { color: rgb(255, 0, 0); font-family: Roboto= , helvetica, arial, sans-serif; font-size: 12px; font-weight: 400; left: 0p= x; line-height: 14px; margin: 2px; position: absolute; top: 0px; } .rc-anchor-normal.rc-anchor-error .rc-anchor-error-msg-container { width: 2= 40px; } .rc-anchor-normal.rc-anchor-error .rc-anchor-content { margin-top: 10px; } .rc-anchor-compact.rc-anchor-error .rc-anchor-content { margin-top: 25px; } .rc-anchor-normal-footer { display: inline-block; height: 74px; vertical-al= ign: top; width: 70px; } .rc-anchor-compact-footer { margin: 0px 12px; text-align: center; width: 13= 6px; } .rc-anchor-logo-img { background: url("https://www.gstatic.com/recaptcha/ap= i2/logo_48.png") no-repeat; } .rc-anchor-logo-img-ie8 { } .rc-anchor-logo-text { cursor: default; font-family: Roboto, helvetica, ari= al, sans-serif; font-size: 10px; font-weight: 400; line-height: 10px; margi= n-top: 5px; text-align: center; } .rc-anchor-light .rc-anchor-logo-text, .rc-anchor-light div a:link, .rc-anc= hor-light div a:visited { color: rgb(85, 85, 85); } .rc-anchor-dark .rc-anchor-logo-text, .rc-anchor-dark div a:link, .rc-ancho= r-dark div a:visited { color: rgb(245, 245, 245); } .rc-anchor-logo-portrait { margin: 10px 0px 0px 26px; width: 58px; user-sel= ect: none; } .rc-anchor-logo-img-portrait { background-size: 32px; height: 32px; margin:= 0px 13px; width: 32px; } .rc-anchor-logo-landscape { user-select: none; } .rc-anchor-logo-img-landscape { background-size: 24px; display: inline-bloc= k; height: 24px; width: 24px; } .rc-anchor-logo-landscape-text-holder { display: inline-block; height: 24px= ; margin: 0px 2px; width: 54px; } .rc-anchor-normal .rc-anchor-pt, .rc-anchor-invisible .rc-anchor-pt, .rc-an= chor-compact .rc-anchor-pt { font-family: Roboto, helvetica, arial, sans-se= rif; font-size: 8px; font-weight: 400; } .rc-anchor-pt { background-image: url("data:image/png;base64,iVBORw0KGgBUHY= caWxgb2kea3QBAVj6bWWvBYMFABTMVZWNFTmwtBIwMCbGFkRatlX3RFtEYBqHNlcUGoIuldvHSw= b3oBbBgbamfedGlb2ABvGkBHHvOBV0Q0GJxUgIoePgBYSN0oc0ItSrl62aMcQBHSttMWjUTGyfa= 3VwmIxnBY1uxEuYiY/9CE/VlLBSyVP+qcCgBc2bKeWczyGllBsAhLiFttQBGznnub9dN0RyBbGy= +YJbkbjABdWjaSGNlRPsQtFFidF1y6QB4GFys3EBqgBZMZwYCoJFm8BQ0D1qwlyBFOdBNEqhcVB= xShk5YgIyBaKvfjnYYBYjlTzmiUBaGAeGmVJbvKZdZ4xTQBsChNZWULA3RkB7Snx3sxRE0jFUQB= zZ9mZ3JyvWwBd5gyamABb1C6TYnR1k5kRHYBUWggtmUBaSNAIBkQd2YBXfJs916lfVxdfBKAF+b= BqT8rqDsF0pCCbsFXmQ0ankJb9hmOK/1aXB1c3i7msV95aVYZ/dXrkIMD4WHmBG/TBZWV13F/0c= 1ezuwBdNIFBIV80nmdvBVbY9nCo3HKFnaDIBQ2giPFyD8QB6D0mZylyZ7dtIDYBa66+ZFNvBU2T= T8nRsfHs3b/W7NVg1Wd0BXW4mdTOuuiB2BbhNvOABZyJJUlhwUW97KJMgUjJhdA0"); } .rc-anchor-pt a { display: inline; padding: 2px 1px; text-decoration: none;= } .rc-anchor-pt a:hover { text-decoration: underline; } .rc-anchor-normal .rc-anchor-pt { margin: 2px 11px 0px 0px; padding-right: = 2px; position: absolute; right: 0px; text-align: right; width: 276px; } .rc-anchor-compact .rc-anchor-pt { margin: 0px 0px 2px; width: 132px; } .rc-anchor-aria-status { display: none; } #rc-anchor-alert, .rc-anchor-alert { color: red; font-size: 9px; margin: 2p= x; position: absolute; top: 0px; } #rc-anchor-over-quota { bottom: 0px; color: rgb(85, 85, 85); font-family: R= oboto, helvetica, arial, sans-serif; font-size: 9px; padding: 4px; position= : absolute; width: 170px; display: flex; align-items: center; height: 20px;= } .rc-anchor-compact .rc-anchor-content #rc-anchor-over-quota { width: 148px;= } .rc-anchor-normal .rc-anchor-pt.rc-anchor-over-quota-pt { width: 130px; } .rc-anchor-logo-portrait.rc-anchor-over-quota-logo { margin-top: 6px; } #rc-anchor-invisible-over-quota { font-size: 9px; line-height: initial; } #rc-anchor-invisible-over-quota a { color: white; } .rc-anchor-invisible { height: 60px; width: 256px; display: flex; } .rc-anchor-invisible-text { background: rgb(74, 144, 226); color: white; di= splay: flex; flex-basis: 166px; flex-direction: column; flex-grow: 1; font-= family: Roboto, helvetica, arial, sans-serif; font-size: 13px; font-weight:= 400; height: 100%; justify-content: center; line-height: 20px; padding: 0p= x 16px; white-space: nowrap; } .rc-anchor-invisible-text.smalltext { font-size: 12px; padding: 0px 10px; l= ine-height: 16px; white-space: normal; } .rc-anchor-invisible-text.smalltext .rc-anchor-pt { line-height: 12px; whit= e-space: normal; } .rc-anchor-invisible-text.smalltext .rc-anchor-pt a:link { font-size: 9px; = } .rc-anchor-normal-footer.smalltext .rc-anchor-pt { font-size: 5px; line-hei= ght: 6px; } .rc-anchor-invisible-text strong { font-weight: 500; } .rc-anchor-invisible .rc-anchor-normal-footer .rc-anchor-pt { transition: o= pacity 0.3s ease 0s; text-align: center; width: 70px; margin-top: 2px; } .rc-anchor-logo-img-large { transition: all 0.3s ease 0s; background-size: = 40px; margin: 5px 15px 0px; height: 40px; width: 40px; } .rc-anchor-invisible-nohover .rc-anchor-logo-img-large, .rc-anchor-invisibl= e-hover:hover .rc-anchor-logo-img-large { background-size: 44px; margin: 8p= x 13px 0px; height: 44px; width: 44px; } .rc-anchor-invisible-nohover .rc-anchor-normal-footer .rc-anchor-pt, .rc-an= chor-invisible-hover:hover .rc-anchor-normal-footer .rc-anchor-pt { opacity= : 0; } .rc-anchor-invisible-nohover .rc-anchor-invisible-text .rc-anchor-pt, .rc-a= nchor-invisible-hover:hover .rc-anchor-invisible-text .rc-anchor-pt { opaci= ty: 1; } .rc-anchor-invisible-text .rc-anchor-pt { transition: opacity 0.3s ease 0s;= } .rc-anchor-invisible-text .rc-anchor-pt a:link, .rc-anchor-invisible-text .= rc-anchor-pt a:visited { color: white; font-size: 10px; } .rc-button-default { background: rgb(74, 144, 226); border: 0px; border-rad= ius: 2px; color: rgb(255, 255, 255); cursor: pointer; font-family: Roboto, = helvetica, arial, sans-serif; font-size: 14px; font-weight: 500; height: 42= px; line-height: 42px; min-width: 100px; padding: 0px 10px; text-align: cen= ter; text-transform: uppercase; transition: all 0.5s ease 0s; } .rc-button-default:focus { outline: 0px; box-shadow: rgb(24, 90, 188) 0px 0= px 0px 2pt; } .rc-button-default-hover { } .rc-button-default-disabled { background: rgba(73, 143, 225, 0.5); cursor: = default; } .rc-button-red { background: rgb(226, 74, 74); } .rc-button-default-disabled.rc-button-red { background: rgba(226, 74, 74, 0= .49); } body { margin: 0px; } .rc-imageselect-instructions strong { font-weight: 900; display: block; fon= t-size: 28px; } .rc-footer { font-family: Roboto, helvetica, arial, sans-serif; position: r= elative; width: 100%; } .rc-separator { border-top: 1px solid rgb(223, 223, 223); margin-bottom: 1p= x; } .rc-controls { width: 100%; } .primary-controls { height: 60px; } .rc-buttons { float: left; height: 48px; margin: 6px 0px 6px 6px; backgroun= d-repeat: no-repeat; } .fake-focus { height: 0px; opacity: 0; width: 0px; } .button-holder { float: left; height: 48px; } .rc-button-reload { background: url("https://www.gstatic.com/recaptcha/api2= /refresh_2x.png"); } @media screen and (forced-colors: active) and (prefers-color-scheme: dark) = { .rc-button-reload { background: url("https://www.gstatic.com/recaptcha/ap= i2/refresh_white_2x.png"); } } .rc-button-reload-on-dark { background: url("https://www.gstatic.com/recapt= cha/api2/refresh_white_2x.png"); } .rc-button-audio { background: url("https://www.gstatic.com/recaptcha/api2/= audio_2x.png"); } @media screen and (forced-colors: active) and (prefers-color-scheme: dark) = { .rc-button-audio { background: url("https://www.gstatic.com/recaptcha/api= 2/audio_white_2x.png"); } } .rc-button-audio-on-dark { background: url("https://www.gstatic.com/recaptc= ha/api2/audio_white_2x.png"); } .rc-button-image { background: url("https://www.gstatic.com/recaptcha/api2/= image_2x.png"); } @media screen and (forced-colors: active) and (prefers-color-scheme: dark) = { .rc-button-image { background: url("https://www.gstatic.com/recaptcha/api= 2/image_white_2x.png"); } } .rc-button-image-on-dark { background: url("https://www.gstatic.com/recaptc= ha/api2/image_white_2x.png"); } .rc-button-help { background: url("https://www.gstatic.com/recaptcha/api2/i= nfo_2x.png"); } @media screen and (forced-colors: active) and (prefers-color-scheme: dark) = { .rc-button-help { background: url("https://www.gstatic.com/recaptcha/api2= /info_white_2x.png"); } } .rc-button-help-on-dark { background: url("https://www.gstatic.com/recaptch= a/api2/info_white_2x.png"); } .rc-button-undo { background: url("https://www.gstatic.com/recaptcha/api2/u= ndo_2x.png"); } @media screen and (forced-colors: active) and (prefers-color-scheme: dark) = { .rc-button-undo { background: url("https://www.gstatic.com/recaptcha/api2= /undo_white_2x.png"); } } .rc-button-undo-on-dark { background: url("https://www.gstatic.com/recaptch= a/api2/undo_white_2x.png"); } .rc-button { background-size: 32px 32px; cursor: pointer; height: 48px; opa= city: 0.55; width: 48px; padding: 0px; border: 0px; background-repeat: no-r= epeat; background-position: center center; } .rc-button:focus, .rc-button:hover { opacity: 0.8; } .verify-button-holder { float: right; margin: 8px 8px 9px 0px; } .rc-challenge-help { font-family: Roboto, helvetica, arial, sans-serif; fon= t-size: 12px; font-weight: 400; overflow-y: scroll; padding: 5px 20px; } .reload-icon { height: 16px; width: 16px; } .apps-toast { position: relative; text-align: center; width: 100%; z-index:= 101; } .apps-toast-content { background: rgb(50, 50, 50); border-radius: 2px; box-= shadow: rgba(0, 0, 0, 0.14) 0px 6px 10px, rgba(0, 0, 0, 0.12) 0px 1px 18px,= rgba(0, 0, 0, 0.4) 0px 3px 5px -1px; color: rgb(238, 238, 238); display: i= nline-block; font: 12px / 20px Roboto, helvetica, arial, sans-serif; paddin= g: 14px; text-align: center; } .rc-audiochallenge-response-field { margin: 7px; text-align: center; } .rc-audiochallenge-response-field .rc-response-input-field { width: 220px; = } .rc-audiochallenge-error-message { color: rgb(255, 27, 27); font-family: Ro= boto, helvetica, arial, sans-serif; font-size: 14px; font-weight: 400; marg= in: 20px 20px 0px; } .rc-audiochallenge-instructions { font-family: Roboto, helvetica, arial, sa= ns-serif; font-size: 14px; font-weight: 400; margin: 15px 20px; } .rc-audiochallenge-play-button { margin: 0px 20px; } .rc-audiochallenge-play-button .rc-button-default { background: rgb(216, 21= 6, 216); color: rgb(0, 0, 0); font-weight: 500; width: 100%; } .rc-audiochallenge-control audio { height: 30px; width: 240px; } .rc-audiochallenge-tdownload { margin: 5px 20px; text-align: center; } .rc-audiochallenge-tdownload-link { background-image: url("https://www.gsta= tic.com/recaptcha/api2/download.png"); background-repeat: no-repeat; backgr= ound-size: 36px; color: transparent; display: inline-block; height: 36px; o= pacity: 0.55; overflow: hidden; width: 36px; } @media screen and (forced-colors: active) and (prefers-color-scheme: dark) = { .rc-audiochallenge-tdownload-link { background-image: url("https://www.gs= tatic.com/recaptcha/api2/download_white.png"); background-repeat: no-repeat= ; background-size: 36px; color: transparent; display: inline-block; height:= 36px; opacity: 0.55; overflow: hidden; width: 36px; } } .rc-audiochallenge-tdownload-link-on-dark { background-image: url("https://= www.gstatic.com/recaptcha/api2/download_white.png"); background-repeat: no-= repeat; background-size: 36px; color: transparent; display: inline-block; h= eight: 36px; opacity: 0.55; overflow: hidden; width: 36px; } .rc-audiochallenge-tdownload-link:focus, .rc-audiochallenge-tdownload-link:= hover { opacity: 0.8; } .rc-audiochallenge-tdownload-link-on-dark:focus, .rc-audiochallenge-tdownlo= ad-link-on-dark:hover { opacity: 0.8; } .fake-focus-audio { height: 0px; opacity: 0; width: 0px; } .rc-canvas-image { display: none; } .rc-canvas-canvas { cursor: pointer; } .goog-container:focus { outline: none; } .rc-defaultchallenge-response-field { margin: 7px; text-align: center; } .rc-defaultchallenge-response-field .rc-response-input-field { width: 230px= ; } .rc-defaultchallenge-payload { border: none; font-family: Roboto, helvetica= , arial, sans-serif; font-size: 14px; font-weight: 400; min-height: 61px; t= ext-align: center; } .rc-defaultchallenge-incorrect-response { color: rgb(255, 27, 27); font-fam= ily: Roboto, helvetica, arial, sans-serif; font-size: 12px; font-weight: 40= 0; line-height: 14px; margin-left: 20px; } .rc-doscaptcha-header { padding: 10px; margin: 10px; height: 20%; backgroun= d-color: rgb(74, 144, 226); } .rc-doscaptcha-header-text { font-family: Roboto, helvetica, arial, sans-se= rif; font-size: 22px; font-weight: 400; text-align: center; color: white; } .rc-doscaptcha-body { height: 80%; } .rc-doscaptcha-body-text { font-family: Roboto, helvetica, arial, sans-seri= f; font-size: 16px; font-weight: 400; padding: 10px 15px; } .rc-doscaptcha-footer { pointer-events: none; } .goog-container:focus { outline: none; } #rc-imageselect { min-width: 240px; font-family: Roboto, helvetica, arial, = sans-serif; background-color: rgb(255, 255, 255); } #rc-imageselect .rc-button:focus { outline: none; } .rc-imageselect-desc { margin-left: -10px; margin-top: -10px; padding-right= : 100px; position: relative; } .rc-imageselect-instructions .rc-imageselect-desc strong { font-size: 22px;= } .rc-imageselect-desc span { display: block; } .rc-imageselect-desc-no-canonical { position: relative; } .rc-imageselect-desc-no-canonical span { display: block; } .rc-imageselect-payload { min-width: 240px; margin: 0px 7px; padding: 7px 0= px; } .rc-imageselect-challenge { position: relative; width: 100%; height: 100%; = } .rc-footer { min-width: 240px; } .rc-imageselect-incorrect-response, .rc-imageselect-error-dynamic-more, .rc= -imageselect-error-select-more, .rc-imageselect-error-select-something { co= lor: rgb(209, 72, 54); font-size: 14px; padding: 7px 0px; text-align: cente= r; width: 100%; background-color: white; } .rc-imageselect-desc-wrapper { margin-bottom: 6px; } .rc-imageselect-checkbox { background: url("data:image/png;base64,iVBORw0KG= goAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kW= h8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFD= GwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEA= EOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU= 7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl= 4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+S= KBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5m= j5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03= pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TM= zAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxR= odV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI= 9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2= AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5= Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA= 7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipA= KpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmW= CesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq= 3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHn= EXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJ= QoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT= 5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGS= txJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgb= CMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1D= BqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpum= sma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIu= WzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9E= qo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wz= zIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtq= S3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJ= p9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f2= 4+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89= fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzG= C4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxa= jCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeV= MrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJ= CUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJ= Jslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tndd= wbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWr= blyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyov= K3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+H= hQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHj= ccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THv= f6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZ= evXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L= 972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm9= 9Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0au= ffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT= 93fAn88ngmbWbm3/eE8/syOll+AAAFX0lEQVRYCcVWbWxTZRR+7729Xbt1zG0dsA2nbDqYAw1uw= BzZYMaQaNQfQlCHYqZ/1Bg1MkXkh4oKP0jwg5gYjSKQaAwElSxIYkyQxQgkcxEHYVMZzK37oA7a= rdv6eT3PbU9329vNdv7wJGfn/Trnec457307SaQvUuwoLI+N3hpNWI3rs45TBUp2YECZNqSax04= 4HaXLayXZUiJkNV+Ew+5IeMo11N9+tufLZg+diZAyEdhZZTYCRmCl8dWhzao1u0WS1bsoomKKqo= mAFgmdCk15Pv5xz6JjtB8mNZIxuWBhJgJYR8ZK/Qs9dfa8kn2SrNwOh3RECwd/9o32PHf6w9ouO= m8kYnJPRQBryNDS0PrX41kO5z4aZ5k8/2WBaj8W8Lpa2vdWtNHREClXI8EzmUAcvLH1yhNWx/yP= Ek5nPglPXr+86af3qo6Ta5DURAJlZgE45pZVT3fUE/j7vPEfrGLPK9tf+9T3VYhLql9kY7xkAoo= oKLA6iio/oEMZl50Dr1gsi+0PqULR4eR5ucUr36U9lRStTag6E4hnX7/lzGZZsVRzsEztneWyeL= tZFXcvV8TWB4FJqJastXXPdqzHkDShCkYC2FRtDmcL2TlJDYG/9agqrBZJ+KY08e1Z3L2o2PLKE= BeMTAQ4e+Xm9buKZYutJuaTkamtkMXOGPg4gb9yKCC6XdPvkKLmNGXf1JBDQRPawBWAVRaW31NH= ltd0Anof9dHMfwD+5iPRzAG+7WBA9BjA4SnJUs7Sph130DChDVwOVEFRVHsJDrMUzRPik2esovG= 2BE68rduVt0yDj01S5gAfnM7ceNhizVtEc64AMOP90CsgLDan0WHHRqu40SmL1zaoYm0KEqsI/I= 2Ho5kz+O8zgOtgqr2QLFdAhzKmJoWD414jgb3HgmJ0XKPPSRLbQaJ6+vjqW2XxegzcG8v8j6HUm= XPMsN+L+MicNd5vfSE45Rnmw7B9bk20fh6YJkHf9joiMRdwxPN7B0dgjcLlwCulqjlF4cLypieN= B7yTQpzuiYiGKkXk2CSxZqlMlVCEqkjCOxHt+Z/Ds2eOeFpE83e1Pf9OwNPnoymeZfxIaVxTRND= 62ve4wgHfBRonSP/fmthKlXCPRdvB4C/ThUsHHMFC/utnxvvaJ2ioYzEACGABPxLQsM/d/Q1Zkw= yMRtsBEh7KvPVAQFxKI3MO5BnsPEpj46+iXja+DHihbKQOq2NBwZoXL36nWGz4ZExSWiDRSydE7= 4jub9pPtRDye7tO7l6wkfZwCcdJp0hBJt4CZI+FYGB8eOJq9/FdNMaaSVCJTMDR+4Ffv0C8ACl6= b6yC/k0yCKqBligjF44OFlbeF7HlFq/mzbna0d6TO88f2fID+aP/yDx+ARETX4FRuCWyq+Oz80V= L7teychfitwHrGYmmaaFrl0/t7jx47xFyxM2n70n4SbkCNDQTwBqTkAY6Pj2X7VxyyZ5fsYJ+ov= FDkpaEAxP9rs5D23473HyCHJA5FOAJ2dM8ITNuAS4k/hnJZrXlL75h2YYDzbnzqx9QrNmltJ5SQ= v6x3rHBX74+99Wmw8FJLy4bg3P2IIC7Fb/ByaXFHG1hEvgy7KSwULWs/qXKwvJ1y+hZL6Ifr3mh= oO9acMLtvnqxrZMqdoXO4LIhW4BC0Xcuvf740DwuyQSwgYsIxetoJUU1WDEHOX5BaahL/CuiGRM= AKJcdfTeBwxMgycIlQpmgcETpEFh/ssnORED/lGPn4QOFP8ekYaKkqgCfwB5XA4DJin2okSjAoJ= wxA8d7TnsJMhsBPshE2IIUxqxMABaADMqWlmYWBElXGBDn2Q+WszNaHqcb+/879w8gRuVONcjBy= gAAAABJRU5ErkJggg=3D=3D"); display: none; position: absolute; } .rc-imageselect-report-image { inset: 0px; display: none; position: absolut= e; } .rc-imageselect-table-42, .rc-imageselect-table-33, .rc-imageselect-table-4= 4 { border-collapse: separate; border-spacing: 0px; width: 100%; height: 10= 0%; transition: all 1s ease 0s; } .rc-imageselect-table-42 { margin: -2px; } .rc-imageselect-table-33 { margin: -2px; } .rc-imageselect-table-44 { margin: -1px; } .rc-imageselect-table-42 td { padding: 2px; } .rc-imageselect-table-33 td { padding: 2px; } .rc-imageselect-table-44 td { padding: 1px; } .rc-image-tile-target tr, td { margin: 0px; } .rc-imageselect-keyboard { position: relative; z-index: 100; outline: orang= e solid !important; } td:focus { outline: none; } .rc-image-tile-overlay { display: none; opacity: 0; position: absolute; bac= kground-color: rgb(74, 144, 226); width: 100%; height: 100%; z-index: 2; tr= ansition: opacity 1s cubic-bezier(0.49, 0.78, 0.46, 1.34) 0s; } .rc-image-followup-tile { display: block; } .rc-imageselect-dynamic-selected { position: relative; transition: all 2s e= ase 0s; opacity: 0.01; } .rc-imageselect-dynamic-selected .rc-image-tile-target { opacity: 1; } .rc-imageselect-dynamic-selected .rc-imageselect-checkbox { display: block;= opacity: 1; background-size: cover; width: 60px; height: 60px; left: 50%; = top: 50%; margin-left: -30px; margin-top: -30px; } .rc-image-tile-target { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); posi= tion: relative; } .rc-imageselect-tileselected { position: relative; } .rc-imageselect-tileselected .rc-image-tile-wrapper { transform: scale(0.8)= ; } .rc-image-tile-wrapper { transform: scale(1); } .rc-imageselect-tileselected .rc-imageselect-checkbox { display: block; bac= kground-repeat: no-repeat; inset: 0px; } .rc-imageselect-candidates { border: 2px solid white; box-sizing: border-bo= x; height: 94px; overflow: hidden; position: absolute; right: 7px; top: 7px= ; width: 112px; } .rc-imageselect-candidates > div { background-size: 112px 94px; display: in= line-block; height: 94px; margin: 2px; position: relative; width: 112px; } .rc-imageselect-challenge { box-sizing: border-box; text-align: center; use= r-select: none; } .rc-imageselect-target > div:hover { } .rc-imageselect-response-field-error { border-bottom: 1px solid rgb(255, 0,= 0); } .rc-imageselect-desc { font-size: 16px; } .rc-imageselect-desc-wrapper span { font-size: 14px; } .rc-imageselect-clear { clear: both; } .rc-image-tile-wrapper { overflow: hidden; position: relative; transition: = all 0.1s ease 0s; } .rc-image-tile-wrapper img { position: relative; -webkit-user-drag: none; b= ackface-visibility: hidden; } .rc-image-tile-11 { width: 100%; height: 100%; } .rc-image-tile-42 { width: 200%; height: 400%; } .rc-image-tile-33 { width: 300%; height: 300%; } .rc-image-tile-44 { width: 400%; height: 400%; } .rc-imageselect-instructions { height: 113px; width: 100%; margin-bottom: 7= px; position: relative; } .rc-imageselect-desc-wrapper { background-color: rgb(74, 144, 226); positio= n: relative; padding: 24px; color: white; height: 66px; font-size: 16px; } .rc-imageselect-progress { background-color: rgb(65, 124, 193); position: a= bsolute; bottom: 0px; right: 0px; width: 0px; height: 15px; transition: all= 1s ease 0s; } .rc-imageselect-carousel-offscreen-right { left: 105%; position: absolute; = transition: all 0.5s ease 0s; } .rc-imageselect-carousel-entering-right { left: 0%; position: absolute; tra= nsition: all 0.5s ease 0s; } .rc-imageselect-carousel-mock-margin-1 { top: 1px; } .rc-imageselect-carousel-mock-margin-2 { top: 2px; } .rc-imageselect-carousel-leaving-left { left: 0%; opacity: 0.5; position: r= elative; transition: all 0.5s ease 0s; } .rc-imageselect-carousel-offscreen-left { left: -105%; opacity: 0.5; positi= on: relative; transition: all 0.5s ease 0s; } .rc-imageselect-carousel-instructions { transition: all 0.2s ease 0s; opaci= ty: 1; } .rc-imageselect-carousel-instructions-hidden { opacity: 0.5; } .rc-canonical-stop-sign { background: url("https://www.gstatic.com/recaptch= a/api2/stop_sign.jpg") no-repeat; } .rc-canonical-speed-limit { background: url("https://www.gstatic.com/recapt= cha/api2/canonical_speed_limit.png") no-repeat; } .rc-canonical-street-name { background: url("https://www.gstatic.com/recapt= cha/api2/canonical_street_name.png") no-repeat; } .rc-canonical-other { background: url("https://www.gstatic.com/recaptcha/ap= i2/canonical_other.png") no-repeat; } .rc-canonical-bounding-box { background: url("https://www.gstatic.com/recap= tcha/api2/boundingbox2.gif") no-repeat; } .rc-canonical-car { background: url("https://www.gstatic.com/recaptcha/api2= /canonical_car.png") no-repeat; } .rc-canonical-road { background: url("https://www.gstatic.com/recaptcha/api= 2/canonical_road.png") no-repeat; } .rc-canonical-bridge { background: url("https://www.gstatic.com/recaptcha/a= pi2/canonical_bridge.png") no-repeat; } .rc-prepositional-payload { padding: 20px; font-family: Roboto, helvetica, = arial, sans-serif; font-size: 14px; font-weight: 400; } .rc-prepositional-select-more, .rc-prepositional-verify-failed { color: rgb= (255, 27, 27); font-family: Roboto, helvetica, arial, sans-serif; font-size= : 14px; font-weight: 400; margin: 20px 20px 0px; } .rc-prepositional-target label { margin: 5px; float: right; } .rc-prepositional-instructions { margin-bottom: 20px; } .rc-prepositional-table { width: 100%; } .rc-prepositional-table td { background: rgb(249, 249, 249); border: 1px so= lid rgb(255, 255, 255); color: rgb(0, 0, 0); cursor: pointer; font-family: = Roboto, helvetica, arial, sans-serif; font-size: 14px; font-weight: 400; wi= dth: 40%; padding: 15px; } .rc-prepositional-table td.rc-prepositional-selected { background: rgb(239,= 239, 239); border: 1px solid rgb(101, 101, 101); } .rc-2fa-payload { font-family: Roboto, Helvetica, Arial, sans-serif; font-w= eight: 400; font-size: 14px; color: rgb(32, 33, 36); text-align: center; } .rc-2fa-background { background-color: rgb(236, 236, 236); width: 100%; hei= ght: 100%; overflow: auto; } .rc-2fa-container { background-color: rgb(255, 255, 255); width: 328px; ove= rflow: auto; margin: 100px auto; } .rc-2fa-header { margin: 36px 0px 24px; font-size: 16px; } .rc-2fa-instructions { margin: 24px 40px; line-height: 17.5px; } .rc-2fa-response-field { text-align: center; } .rc-2fa-response-field input { width: 11.2ch; height: 40px; line-height: 40= px; margin: auto; border: 1px solid rgb(151, 151, 151); font-size: 20px; le= tter-spacing: 0.8ch; padding-left: 1.2ch; padding-right: 0px; } .rc-2fa-response-field input:focus { border: 1px solid rgb(24, 90, 188); } .rc-2fa-response-field-error input { border: 1px solid rgb(217, 48, 37); } .rc-2fa-response-field-error input:focus { border: 1px solid rgb(217, 48, 3= 7); } .rc-2fa-error-message { height: 36px; font-size: 12px; color: rgb(217, 48, = 37); margin: 2px 40px; } .rc-2fa-submit-button-holder button { margin: 0px auto; min-width: 100px; h= eight: 36px; line-height: 36px; text-transform: uppercase; text-align: cent= er; font-weight: 500; letter-spacing: 1.25px; border-radius: 4px; backgroun= d-color: rgb(24, 90, 188); border: 1px solid rgb(24, 90, 188); color: rgb(2= 55, 255, 255); } .rc-2fa-submit-button-holder button:disabled { background-color: white; bor= der: 1px solid rgb(151, 151, 151); color: rgba(0, 0, 0, 0.38); } .rc-2fa-cancel-button-holder button { margin: 20px auto; min-width: 100px; = height: 36px; line-height: 36px; text-transform: uppercase; text-align: cen= ter; font-weight: 500; letter-spacing: 1.25px; border-radius: 4px; backgrou= nd: none; border: none; color: rgb(24, 90, 188); } .rc-2fa-cancel-button-holder button:active { border: none; } .rc-response-input-field { border: 1px solid rgb(223, 223, 223); border-rad= ius: 2px; height: 36px; margin: 5px 0px; padding: 1px 9px; font-family: Rob= oto, helvetica, arial, sans-serif; font-size: 16px; font-weight: 400; outli= ne: none; width: 270px; } .rc-response-input-field:focus { border: 1px solid rgb(74, 144, 226); } .rc-response-input-field-error, .rc-response-input-field-error:focus { bord= er: 1px solid rgb(255, 0, 0); } ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: image/png Content-Transfer-Encoding: base64 Content-Location: https://www.gstatic.com/recaptcha/api2/logo_48.png iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAACBjSFJN AAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAA CXBIWXMAAAsTAAALEwEAmpwYAAAIGElEQVRo3t2ZC1AU9x3HPeEOOB6KhOCUTnicIAeCUGxQOA64 O+S4QxAxaUwjNpiaDirYWgKVIdqgghDACsgzgHBvIIpvzUyaaZxJk+YxZmzajM40sbF1akwmNiS1 48z299/977G3t7v34NCZ7sx3uJ27/e/n83/tf/8sWvR/eoggfhCxj+KPg8pcjMtfuEOxZUvQlo6b Z5/tnSXI9FDZgvNMN5Wf0Dk2l6dxnvodlUztyIP0Dca7azYY38sqmxgseHr8+V/stayqqKgNwkIL IiMJiIxMKG68+mbF0VliE50uKuU4GzuplNHpmEspToq6h0gpHCXkhUYiSWOFTEKmiNSiydmsjZb2 52pH5bh1RL7uQsGS8PBUbeMHf/BUoJQpoEECfUSyZoyQMwRWqqftydBPvrn5hZF0X7eIXaJ433tv s+HdEdjwKggU9gB4PyFXDxPJaqOTQKIKRz1FZJZYRquqmpa5kBDV149K3BVFPwoRL12aoT9w4wZX 7bsSSAaBZDUlIFdBK6jNnAIJqikyco3tK93WoSdxazjx6PUvSFPWW6y427l1iH968J2XUBcq97D/ ky2gQQJ9AP4aBAmME0kg4VD7DIEVBVPQGtOEsny8kgUp0um2S1M0ppOxykkCzqXuwPtXtv/1QLmr rsNT+3MC/XMCGiRggFg54enI8qcIRdl4DT3AdboqaUqh6RSCxwKhruD9nmv9uIYP3p3aJ7uQmiGg YQoYiZUqK6cAgqejKBvempNTFppcaJqJy6PgsUCYEPzi7a+8peLr867guQWGSYEk9QQloDKBgAkE bLwC8QCMzmHcfITg3RUQVe3uiNrYee8eG9qp23QKw5c4CZygBFRGDG8CcBQrr0A8BmfCx+baBAXE FS2fTbqE7xDuOrRAiuYowPfNCagMpECig4AZwK0+ERA9u29mbRlXTXsBjwJl5gYsidBEy3K2ydKq uxOUA3cSHQTMVApMAG9zgvdUQFJ25NY7noLrDn85q9730TU2PBZ4HM8YEZAYyJqYlK2NMtVr3zHh E/LNZGT5VuHaFxAQbfyleTUbki80fNHL165H/nClVhwUlqWqu/I2E76kfZa+kQivQtGUGAz5wZLH 4zWy7OOfJqrMdvgVeVRk+TbB2ucT8C9t/kuvu+Ao2t9cux4UEZUF14ajAiXB4amql959i4ZnCLCf 7khkaVBYxJNx2d2fMAVk8Dc+zwSx2uHdEkhSKEL1bV//RwjYAb7t7nfRstUFuKDF9rUTSOTX/fH3 AgL2qRp9Fx6ZqIhTnJil4SkBFItdgt19uARExbuHM0oFgNkDNbPiUCNctwyDOC4AQ8JXIQm9sAD5 sExISItemTf4IRs+DkVJSbDhYxTOAn7afVdedAJ+9VsyG9odU3To8zsBAQEyngUVlli2Kr/hg0to Mcj3vCkv/3loWtHYDA0vy7fgmqfgUWLJvzaXApKipk9GacCStntUjnzDmeyfjXThmUUktBQPXLo8 FpXN9f2mTTsA/sQpIXjUCrFKKxlSAsNzCQRpD978EMHpj3xN6FvvUmn5koyOleS8qmL8rutqKS7m kLTDryhwho/nhIfkonN+geD1r9z+SgfQusP/IooP/YPQoRy8xZmoxLQ4Vt93+yWpvNwZHs39bPi4 PBZ8rhXA6TgLhOpb/vlAd/g2Bdn8OaH97Q1Ce+A6oX35UzJFjMDvH+PZfRB8JczJeSYobf3w6YT8 cZgyUSYgBkKmhOQaiPjcCZBAMQA0OocoJog4hYFMbA6VGAh7OR12+fJlwpNcunTJKUaj8d2SkhKh Fw00Hp6AZEDQ82OtF0HXrUbd3kHgwoULhLc5f/48MTAwcDUkJETOM2iZ40KCbz6fBLJbOsxbcJTe 3t4/S6XSDBcz04IeYZ4AM4Phf4ThFy96REcYF5yrAPw1sVj8yOG9EhgbG7sJ8Jk+gBdVV1dL59v1 PBY4efLk/dLS0gye/Ru34RsbG2NmZmbuNDc3y+dTEV51ocnJyVuVlZXLvaw90Y4dOx6bnp7+4uzZ swRIfAsyKd5KeCWAMjU1dWvnzl8letgSfk1NTbLp6ddJeDpIoqGhIdUbCY8Ezp075xC48f2enp6G 9PR0qcDTmPyfg1qtDh4YGNqLrmHCz1cijA3lTU7NzHwzMjbW3dXVpdyzZ0+UXC6XoKDP3d3dytHR 0aOnT5++xwXOlqirq1vliYRPBJhBLXXx4kUy6NwVNI+E22PC5wLeQDNz5swZGF+nUHdKdmeScBKA ef42Kuhhg9PwdGCm+zeMmyUeCaDlgb+/f25NTc3gw4Jmg6PAeCFqa2vb3dlKtwv09/d/DE/YDPzC Hr9//37TQkILwdfX15/Am2FilwKokMHBwasAn85YHqBlq2zv3l/3+hLWHfidO3d3owrkWjpzHSFD Q0PvA/xq1pJYhAuI2bR5czX0x+8XEhzFYrF8X1RcvAvXfKC7T/kAOOLxFoiI5yUkKjo6WnXs2LH3 0Y0WotY7Ojr+BPdQw72W43u6vUTh20FwePxD0Gwg12q126G7feaNCBd4X1/f35RK5YuobHwP/4Va dtPjIhKSmp2dva21tfUNs9n8X0/BbTbb/ZaWljcyM3+8DZWFd7EDH9Z7hR9+N0W7E2ght1aRl/c8 THnHOzs7r4yMjPzdYDDMQn9+gDIxMTE7PDz8RVtb25Vdu3YdX7duXRV+QU/EZQTNc1k+rxaR4C3z CLzjkARBM9kavIOQhT+n4++ewL8Nxtc+0jc5tow/hgrk2UmQ4N/4DPp/N0P1KyiVEy8AAAAASUVO RK5CYII= ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy---- Content-Type: text/html Content-ID: Content-Transfer-Encoding: quoted-printable ------MultipartBoundary--VnmxKC5aBZ8rfWq9DfowEo2UCPRtGHCKH3DiKJcLwy------